mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
cd sync improvements, part2
This commit is contained in:
parent
bc3c13d329
commit
08769494e8
6 changed files with 159 additions and 161 deletions
|
@ -423,7 +423,7 @@ PICO_INTERNAL_ASM void PicoVideoWrite(unsigned int a,unsigned short d)
|
|||
update_irq:
|
||||
#ifndef EMU_CORE_DEBUG
|
||||
// update IRQ level
|
||||
if (!SekShouldInterrupt) // hack
|
||||
if (!SekShouldInterrupt()) // hack
|
||||
{
|
||||
int lines, pints, irq=0;
|
||||
lines = (pvid->reg[1] & 0x20) | (pvid->reg[0] & 0x10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue