| 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 |
| r23604 | r23605 | |
|---|---|---|
| 37 | 37 | m_length = machine().root_device().memregion( tag() )->bytes(); |
| 38 | 38 | m_region = machine().root_device().memregion( tag() )->base(); |
| 39 | 39 | |
| 40 | printf("bytes %d\n", m_length); | |
| 41 | ||
| 42 | 40 | m_flashwritemap = auto_alloc_array(machine(), UINT8, m_length / FLASH_PAGE_SIZE); |
| 43 | 41 | memset(m_flashwritemap, 0, m_length / FLASH_PAGE_SIZE); |
| 44 | 42 |
| Previous | 199869 Revisions | Next |