mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
make hcnt code friendly with split timeslices
values need to be fixed, they're wrong, wrong wrong...
This commit is contained in:
parent
d9653efdf7
commit
53f948c901
3 changed files with 14 additions and 8 deletions
|
@ -704,6 +704,7 @@ void ym2612_unpack_state(void);
|
|||
|
||||
|
||||
// videoport.c
|
||||
extern int line_base_cycles;
|
||||
PICO_INTERNAL_ASM void PicoVideoWrite(unsigned int a,unsigned short d);
|
||||
PICO_INTERNAL_ASM unsigned int PicoVideoRead(unsigned int a);
|
||||
PICO_INTERNAL_ASM unsigned int PicoVideoRead8(unsigned int a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue