mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
Remove popmessage
This commit is contained in:
parent
93ced0c2fe
commit
5323d14f1c
@ -1569,8 +1569,6 @@ static TIMER_CALLBACK(dc_rtc_increment)
|
|||||||
dc_rtcregister[RTC2] = (dc_rtcregister[RTC2] + 1) & 0xFFFF;
|
dc_rtcregister[RTC2] = (dc_rtcregister[RTC2] + 1) & 0xFFFF;
|
||||||
if (dc_rtcregister[RTC2] == 0)
|
if (dc_rtcregister[RTC2] == 0)
|
||||||
dc_rtcregister[RTC1] = (dc_rtcregister[RTC1] + 1) & 0xFFFF;
|
dc_rtcregister[RTC1] = (dc_rtcregister[RTC1] + 1) & 0xFFFF;
|
||||||
|
|
||||||
popmessage("%d",dc_rtcregister[RTC1] << 16 | dc_rtcregister[RTC2]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fill the RTC registers with the proper start-up values */
|
/* fill the RTC registers with the proper start-up values */
|
||||||
|
Loading…
Reference in New Issue
Block a user