summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/bebox.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-04-30 06:36:06 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-04-30 06:36:06 +0000
commit4bf717996f56eb03dc735c83dae5450b7fc98d75 (patch)
treea63a55bcc180e342382e9c9a680f0c643fd05248 /src/mess/machine/bebox.c
parentf35b95a00e64c63422116039aeae272029b58e51 (diff)
Cleanups and version bumpmame0148u4
Diffstat (limited to 'src/mess/machine/bebox.c')
-rw-r--r--src/mess/machine/bebox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/bebox.c b/src/mess/machine/bebox.c
index f472a09d845..9551ec5ab84 100644
--- a/src/mess/machine/bebox.c
+++ b/src/mess/machine/bebox.c
@@ -1016,7 +1016,7 @@ DRIVER_INIT_MEMBER(bebox_state,bebox)
space_0.install_readwrite_bank(0, m_ram->size() - 1, 0, 0x02000000, "bank3");
space_1.install_readwrite_bank(0, m_ram->size() - 1, 0, 0x02000000, "bank3");
membank("bank3")->set_base(m_ram->pointer());
-
+
/* The following is a verrrry ugly hack put in to support NetBSD for
* NetBSD. When NetBSD/bebox it does most of its work on CPU #0 and then
* lets CPU #1 go. However, it seems that CPU #1 jumps into never-never