mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-08 00:28:03 -04:00
32x, fix reset interrupt handling
This commit is contained in:
parent
fb79e7baa8
commit
8341673054
5 changed files with 8 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
// NB: 32X officially doesn't support H32 mode. However, it does work since the
|
||||
// cartridge slot carries the EDCLK signal which is always H40 clock and is used
|
||||
// as video clock by the 32X. The H32 MD image is overlayed with the 320 px 32X
|
||||
// as video clock by the 32X. The H32 MD image is overlaid with the 320 px 32X
|
||||
// image which has the same on-screen width. How the /YS signal on the cartridge
|
||||
// slot (signalling the display of background color) is processed in this case
|
||||
// is however unclear and might lead to glitches due to race conditions by the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue