Previous 199869 Revisions Next

r23605 Monday 10th June, 2013 at 19:18:10 UTC by David Haywood
rm debug code (nw)
[src/emu/machine]serflash.c

trunk/src/emu/machine/serflash.c
r23604r23605
3737   m_length = machine().root_device().memregion( tag() )->bytes();
3838   m_region = machine().root_device().memregion( tag() )->base();
3939
40   printf("bytes %d\n", m_length);
41
4240   m_flashwritemap = auto_alloc_array(machine(), UINT8, m_length / FLASH_PAGE_SIZE);
4341   memset(m_flashwritemap, 0, m_length / FLASH_PAGE_SIZE);
4442

Previous 199869 Revisions Next


© 1997-2024 The MAME Team