mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, fix z80 vcounter value
This commit is contained in:
parent
adffea8dae
commit
7021622153
4 changed files with 27 additions and 28 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 get_scanline(1); // FIXME: make it proper
|
||||
case 0x0c: return PicoVideoGetV(get_scanline(1));
|
||||
case 0x09:
|
||||
case 0x0d: return Pico.m.rotate++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue