summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden2.cpp
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-06-08 20:43:41 +0200
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-06-08 20:43:59 +0200
commit0ae82382cbffe288df9f0902666c60139d1d0520 (patch)
tree6e6ed976f2518f4d01adeba3a42782758f76610a /src/mame/drivers/raiden2.cpp
parenta3af73bafcac0f94de44430b6e2b521aac5481a9 (diff)
Fix build on MSVC thanks to Rene, also fix debug_break crashes
Diffstat (limited to 'src/mame/drivers/raiden2.cpp')
-rw-r--r--src/mame/drivers/raiden2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/raiden2.cpp b/src/mame/drivers/raiden2.cpp
index bfb55c9d7ae..12b4c257eb0 100644
--- a/src/mame/drivers/raiden2.cpp
+++ b/src/mame/drivers/raiden2.cpp
@@ -856,7 +856,7 @@ WRITE16_MEMBER(raiden2_state::sprite_prot_src_w)
dst1 += 8;
}
//printf("[%08x] %08x %08x %04x %04x\n",src,dx,dy,dst1,dst2);
- //machine().debugger().debug_break();
+ //machine().debug_break();
}
READ16_MEMBER(raiden2_state::sprite_prot_dst1_r)