sega/saturn_m.cpp: replace printf -> logerror for 68k reset log

This commit is contained in:
angelosa 2022-11-05 19:01:19 +01:00
parent 1eb55e1c9c
commit ee3425dfbd
2 changed files with 5 additions and 3 deletions

View File

@ -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="アウトラン"/>

View File

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