| Previous | 199869 Revisions | Next |
| r21758 Saturday 9th March, 2013 at 09:32:09 UTC by Oliver Stöneberg |
|---|
| (MESS) fixed uninitialized memory in src/mess/drivers/fm7.c (nw) |
| [src/mess/drivers] | fm7.c |
| r21757 | r21758 | |
|---|---|---|
| 1963 | 1963 | // Probably best to halt the 8088, I'm pretty sure it and the main 6809 should not be running at the same time |
| 1964 | 1964 | machine().device("x86")->execute().set_input_line(INPUT_LINE_HALT,ASSERT_LINE); |
| 1965 | 1965 | } |
| 1966 | ||
| 1967 | memset(m_video_ram, 0, sizeof(UINT8) * 0x18000); | |
| 1966 | 1968 | } |
| 1967 | 1969 | |
| 1968 | 1970 | static const wd17xx_interface fm7_mb8877a_interface = |
| Previous | 199869 Revisions | Next |