View Single Post
Old 10 June 2015, 04:39   #62
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
Arti,

Here is a quick build of SDL v1.2.15 with my old AGA video code mixed in, haven't managed to test it yet but it should work OK with NetSurf AGA.

Threads and Timers are enabled in this build but not audio (same code as that v1.2.15 RTG I did for you).

Keyboard handling should also be better.


You should probably used these flags for NetSurf AGA (no point using DBL Buffer because NetSurf updates using dirty rectangles):

PHP Code:
flags = (SDL_FULLSCREEN|SDL_SWSURFACE|SDL_HWPALETTE); 


This build is for 040 (needs an FPU!)


Update:

Debug build uploaded...

Last edited by NovaCoder; 24 December 2018 at 10:28.
NovaCoder is offline  
 
Page generated in 0.08180 seconds with 11 queries