Previous | 199869 Revisions | Next |
r32119 Sunday 14th September, 2014 at 22:29:08 UTC by Michael Zapf |
---|
(MESS) geneve: Give grom_address an initial value. (nw) |
[src/mess/machine/ti99] | genboard.c |
r32118 | r32119 | |
---|---|---|
1197 | 1197 | m_cartridge_secondpage = false; |
1198 | 1198 | m_cartridge6_writable = false; |
1199 | 1199 | m_cartridge7_writable = false; |
1200 | m_grom_address = 0; | |
1200 | 1201 | |
1201 | 1202 | // Clear map |
1202 | 1203 | for (int i=0; i < 8; i++) m_map[i] = 0; |
Previous | 199869 Revisions | Next |