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

trunk/src/mess/drivers/fm7.c
r21757r21758
19631963      // Probably best to halt the 8088, I'm pretty sure it and the main 6809 should not be running at the same time
19641964      machine().device("x86")->execute().set_input_line(INPUT_LINE_HALT,ASSERT_LINE);
19651965   }
1966
1967   memset(m_video_ram, 0, sizeof(UINT8) * 0x18000);
19661968}
19671969
19681970static const wd17xx_interface fm7_mb8877a_interface =

Previous 199869 Revisions Next


© 1997-2024 The MAME Team