mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
sega/saturn_m.cpp: replace printf -> logerror for 68k reset log
This commit is contained in:
parent
1eb55e1c9c
commit
ee3425dfbd
@ -7339,11 +7339,14 @@ Olympic Soccer (Fra) T-7904H-09
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<!-- Identifying Sega Ages - OutRun (Japan)... -->
|
||||
<software name="outrun" supported="no">
|
||||
<description>Sega Ages - Out Run (Japan)</description>
|
||||
<year>1996</year>
|
||||
<publisher>Sega</publisher>
|
||||
<notes><![CDATA[
|
||||
Keeps repeating voice samples [SCSP]
|
||||
Sega logo animation draws offset [VDP2]
|
||||
]]></notes>
|
||||
<info name="serial" value="GS-9110"/>
|
||||
<info name="release" value="19960920"/>
|
||||
<info name="alt_title" value="アウトラン"/>
|
||||
|
@ -154,9 +154,8 @@ void saturn_state::saturn_backupram_w(offs_t offset, uint8_t data)
|
||||
|
||||
WRITE_LINE_MEMBER(saturn_state::m68k_reset_callback)
|
||||
{
|
||||
logerror("m68k RESET opcode triggered\n");
|
||||
m_smpc_hle->m68k_reset_trigger();
|
||||
|
||||
printf("m68k RESET opcode triggered\n");
|
||||
}
|
||||
|
||||
void saturn_state::scsp_irq(offs_t offset, uint8_t data)
|
||||
|
Loading…
Reference in New Issue
Block a user