English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Asm / Hardware

 
 
Thread Tools
Old 14 November 2023, 23:38   #1
Jobbo
Registered User
 
Jobbo's Avatar
 
Join Date: Jun 2020
Location: Druidia
Posts: 389
Eon TBL tech talk tomorrow

I noticed Dep/TBL (Andreas Fredriksson) is giving a talk at the below link tomorrow, could be interesting to some people here.



https://handmadecities.com/seattle/
Jobbo is offline  
Old 15 November 2023, 03:30   #2
copse
Registered User
 
Join Date: Jul 2009
Location: Lala Land
Posts: 522
A touch expensive for me. $59 USD for a virtual ticket for the two days. Am sure it'll be a great talk, but I can wait for it to be put online if it is.
copse is offline  
Old 15 November 2023, 03:53   #3
Jobbo
Registered User
 
Jobbo's Avatar
 
Join Date: Jun 2020
Location: Druidia
Posts: 389
“Is Handmade Seattle live-streamed?
Yes. We stream the entire conference for free on this website and Twitch as backup. Official discussions, however, are gated behind a private chat server: you’ll need a ticket for that.”

Says chat is gated. So watching live is free.
Jobbo is offline  
Old 15 November 2023, 05:58   #4
copse
Registered User
 
Join Date: Jul 2009
Location: Lala Land
Posts: 522
Quote:
Originally Posted by Jobbo View Post
“Is Handmade Seattle live-streamed?
Yes. We stream the entire conference for free on this website and Twitch as backup. Official discussions, however, are gated behind a private chat server: you’ll need a ticket for that.”

Says chat is gated. So watching live is free.
Thanks for the heads up @Jobbo, apologies for not digging deeper.
copse is offline  
Old 15 November 2023, 18:59   #5
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,104
It's right now btw. Twitch link (in case other one isn't working) https://www.twitch.tv/abnercoimbre
EDIT: Stream is on, but don't know when the relevant part will be..
EDIT2: Starting right now

Last edited by paraj; 15 November 2023 at 20:10.
paraj is offline  
Old 16 November 2023, 19:44   #6
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,104
The talk is available here (at least for now): https://www.twitch.tv/videos/1978214964 (starting from 1:31:30).

Focus was (understandably) on lessons for game devs, but was interesting enough. There is nothing new amiga-wise if you've read the blog series (https://tbl.nu/posts/) though.
paraj is offline  
Old 16 November 2023, 23:50   #7
pixie
Registered User
 
pixie's Avatar
 
Join Date: May 2020
Location: Figueira da Foz
Posts: 361
Quote:
Originally Posted by paraj View Post
The talk is available here (at least for now): https://www.twitch.tv/videos/1978214964 (starting from 1:31:30).

Focus was (understandably) on lessons for game devs, but was interesting enough. There is nothing new amiga-wise if you've read the blog series (https://tbl.nu/posts/) though.
What an amazing talk!!
pixie is online now  
Old 17 November 2023, 02:24   #8
copse
Registered User
 
Join Date: Jul 2009
Location: Lala Land
Posts: 522
I agree with @paraj. The talk is more of a higher level overview than the blog series. I recommend just reading the blog series and skipping the talk.

Does anyone know if any of their changes ended up back in WinUAE? The memory protection, etc.
copse is offline  
Old 17 November 2023, 03:30   #9
Jobbo
Registered User
 
Jobbo's Avatar
 
Join Date: Jun 2020
Location: Druidia
Posts: 389
I think they customized fs-use.

I like the memory protection idea though. Would be a great addition to Bartman’s tool chain!
Jobbo is offline  
Old 17 November 2023, 08:35   #10
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,104
I think all (or most) of the custom features they use are possible in stock WinUAE. Looked into it after reading the blog series while working on whdload slave for the demo.

Code:
UAECMD macro
.call\@:
        pea     0.w
        move.l  a0,-(sp)        ; output (not used)
        pea     .cmdend\@-.cmd\@
        pea     .cmd\@(pc)
        pea     -1.w
        pea     82.w
        jsr     $f0ff60
        lea     24(sp),sp
        bra     .done\@
.cmd\@: dc.b    \1
        dc.b    0
.cmdend\@:
        even
.done\@:
        endm
Examples:
Code:
        ; Trap writes to first 512K of chip ram
        UAECMD 'dbg "w 0 0 $80000 w"'
        ; Enter debugger
        UAECMD 'AKS_ENTERDEBUGGER 1'
        ; Enable warp mode
        UAECMD  'AKS_WARP 1'
        ; Disable warp mode
        UAECMD 'AKS_WARP -1'
Don't use it for evil or complain too much to Toni lest it be removed/changed

Note that you need the UAE boot rom to be enabled (happens when e.g. a HD is attached). Not sure what the easiest way to get it enabled is otherwise.
paraj is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
First whdload slave (TBL-Eon) paraj project.WHDLoad 9 08 November 2023 07:51
TBL's EON demo Whdload Borgy support.Demos 63 06 November 2023 17:25
Literature time! “Tomorrow, and Tomorrow, and Tomorrow” Matt_H Retrogaming General Discussion 0 02 July 2022 16:22
TBL - Eon SuperFuryAnimal project.WHDLoad 0 05 August 2021 20:06
Going to carboot tomorrow Dreedo Retrogaming General Discussion 1 25 September 2011 09:56

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 18:40.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08171 seconds with 15 queries