make hcnt code friendly with split timeslices

values need to be fixed, they're wrong, wrong wrong...
This commit is contained in:
notaz 2013-09-03 02:52:07 +03:00
parent d9653efdf7
commit 53f948c901
3 changed files with 14 additions and 8 deletions

View file

@ -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);