mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
And just because I'm a good fella even after XMas, here's a gross hack I've used for this ...
This commit is contained in:
parent
b02fc6f360
commit
b0d9ee6cfa
@ -541,6 +541,18 @@ static void pce_cd_read_6( running_machine &machine )
|
||||
pce_cd.end_mark = 0;
|
||||
}
|
||||
|
||||
#if 0 // dirty PoP hack test
|
||||
{
|
||||
static int test;
|
||||
|
||||
if(frame == 0xcf4)
|
||||
test = 1;
|
||||
|
||||
if(test == 1)
|
||||
frame-=0xe1;
|
||||
}
|
||||
#endif
|
||||
|
||||
pce_cd.current_frame = frame;
|
||||
pce_cd.end_frame = frame + frame_count;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user