mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, optimize vcounter handling
This commit is contained in:
parent
7021622153
commit
46b4c1d322
3 changed files with 13 additions and 13 deletions
|
@ -1367,7 +1367,7 @@ static unsigned char z80_md_vdp_read(unsigned short a)
|
|||
case 0x04: return PicoVideoRead8CtlH(1);
|
||||
case 0x05: return PicoVideoRead8CtlL(1);
|
||||
case 0x08:
|
||||
case 0x0c: return PicoVideoGetV(get_scanline(1));
|
||||
case 0x0c: return PicoVideoGetV(get_scanline(1), 1);
|
||||
case 0x09:
|
||||
case 0x0d: return Pico.m.rotate++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue