summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/backfire.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-16 08:04:20 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-16 08:04:20 +0000
commit67663501d7a646a5d4f43fc9c054d99bf3ce2544 (patch)
tree49beebd42271006da0c177515ecbf1f31a31b079 /src/mame/drivers/backfire.c
parent72d93bb509f7ba670c27850f58fe10ce09844a93 (diff)
Moved eminline and related files into /src/osd since it's system related (nw)
Moved delegates into /src/lib/util to enable usage of delegates in other project parts Moved mame_printf_* calls into /src/osd/osdcore.c and renamed them to osd_printf_* Changed mess.mak to display compilation of ymmu100.ppm nicely
Diffstat (limited to 'src/mame/drivers/backfire.c')
-rw-r--r--src/mame/drivers/backfire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/backfire.c b/src/mame/drivers/backfire.c
index 9897226a1d9..2caab928601 100644
--- a/src/mame/drivers/backfire.c
+++ b/src/mame/drivers/backfire.c
@@ -450,7 +450,7 @@ INTERRUPT_GEN_MEMBER(backfire_state::deco32_vbl_interrupt)
DECO16IC_BANK_CB_MEMBER(backfire_state::bank_callback)
{
- // mame_printf_debug("bank callback %04x\n",bank); // bit 1 gets set too?
+ // osd_printf_debug("bank callback %04x\n",bank); // bit 1 gets set too?
bank = bank >> 4;
bank = (bank & 1) | ((bank & 4) >> 1) | ((bank & 2) << 1);
@@ -710,7 +710,7 @@ void backfire_state::descramble_sound()
READ32_MEMBER(backfire_state::backfire_speedup_r)
{
- //mame_printf_debug( "%08x\n",space.device().safe_pc());
+ //osd_printf_debug( "%08x\n",space.device().safe_pc());
if (space.device() .safe_pc()== 0xce44) space.device().execute().spin_until_time(attotime::from_usec(400)); // backfire
if (space.device().safe_pc() == 0xcee4) space.device().execute().spin_until_time(attotime::from_usec(400)); // backfirea