summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2017-06-21 13:32:02 +0200
committer Olivier Galibert <galibert@pobox.com>2017-06-21 13:32:02 +0200
commit9ef9bee33b4c50668d0646ec4ad78fdf1de5c041 (patch)
tree098704f1338dd8295bd304556f92f0cba0b4915f
parent90f342fd6ccb7d0354e40b1b1f28487f86133362 (diff)
Sorry test, it's not that I don't like you anymore, but there's this
AM_IMPORT_FROM guy there, and it's real love this time (nw)
-rw-r--r--src/emu/addrmap.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/emu/addrmap.cpp b/src/emu/addrmap.cpp
index d6ec2a134f7..c44e4285303 100644
--- a/src/emu/addrmap.cpp
+++ b/src/emu/addrmap.cpp
@@ -436,11 +436,8 @@ address_map::~address_map()
// values
//-------------------------------------------------
-void address_map::configure(address_spacenum spacenum, u8 databits)
+void address_map::configure(address_spacenum, u8 databits)
{
- if (spacenum != m_spacenum)
- osd_printf_error("Space %d configured as address space %d\n", m_spacenum, spacenum);
-
if (m_databits == 0xff)
m_databits = databits;
else if (databits != m_databits)