mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Arbee forgot to remove this line
This commit is contained in:
parent
ddfb6f919b
commit
18184414ac
@ -659,8 +659,8 @@ static void pce_cd_nec_set_audio_stop_position( running_machine &machine )
|
||||
f = bcd_2_dec( pce_cd.command_buffer[4]);
|
||||
|
||||
frame = f + 75 * (s + m * 60);
|
||||
if(frame >= 525) // TODO: seven seconds gap? O_o
|
||||
frame -= 525;
|
||||
// if(frame >= 525) // TODO: seven seconds gap? O_o
|
||||
// frame -= 525;
|
||||
break;
|
||||
}
|
||||
case 0x80:
|
||||
|
@ -217,9 +217,11 @@ adam // Coleco Adam
|
||||
pce // PC/Engine NEC 1987-1993
|
||||
tg16 // Turbo Grafix-16 NEC 1989-1993
|
||||
sgx // SuperGrafX NEC 1989
|
||||
//pce_new
|
||||
//tg16_new
|
||||
//sgx_new
|
||||
pcfx // PC-FX NEC 1994
|
||||
pcfxga // PC-FX NEC 199? (PC-FX on a PC ISA Card)
|
||||
//pce_new
|
||||
|
||||
// Arcadia 2001 family
|
||||
advsnha // Advision Home Arcade
|
||||
|
Loading…
Reference in New Issue
Block a user