summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2013-06-10 19:18:10 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2013-06-10 19:18:10 +0000
commitb58b1ddc28b3b9de0e703de3a1cc3e6d2e18741d (patch)
tree6e6a675ed64a02e318cf54ebad54133ec853d659
parenta429729ea5a38db8c567c8f88996c7653ddcb3fa (diff)
rm debug code (nw)
-rw-r--r--src/emu/machine/serflash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/machine/serflash.c b/src/emu/machine/serflash.c
index 5fa7c950a95..9de0d2d8de7 100644
--- a/src/emu/machine/serflash.c
+++ b/src/emu/machine/serflash.c
@@ -37,8 +37,6 @@ void serflash_device::device_start()
m_length = machine().root_device().memregion( tag() )->bytes();
m_region = machine().root_device().memregion( tag() )->base();
- printf("bytes %d\n", m_length);
-
m_flashwritemap = auto_alloc_array(machine(), UINT8, m_length / FLASH_PAGE_SIZE);
memset(m_flashwritemap, 0, m_length / FLASH_PAGE_SIZE);