rtoumazet / saturnin

Saturnin is a Sega Saturn emulator
Apache License 2.0
2 stars 0 forks source link

Change way timing is handled #263

Open rtoumazet opened 1 year ago

rtoumazet commented 1 year ago

Change from vsync driven to timer driven (like in Mame) Links to check :

Needs to be analysed and expanded

rtoumazet commented 1 year ago

List of events to handle

Type Event
Interrupt VBlankIn
Interrupt VBlankOut
Interrupt HBlankIn
Interrupt Timer0
Interrupt Timer1
Interrupt DSP end
Interrupt Sound request
Interrupt System manager
Interrupt PAD interrupt
Interrupt Level 0 DMA end
Interrupt Level 1 DMA end
Interrupt Level 2 DMA end
Interrupt Sprite Draw end