| Previous | 199869 Revisions | Next |
| r33299 Sunday 9th November, 2014 at 09:36:25 UTC by Osso |
|---|
| Fix for atetrisb2 regression (nw) Do the bootlegs really have the slapstick? our code assumes so. Maybe it's something equivalent and we don't bother documenting it? |
| [src/mame/drivers] | atetris.c |
| r241810 | r241811 | |
|---|---|---|
| 343 | 343 | /* basic machine hardware */ |
| 344 | 344 | MCFG_CPU_ADD("maincpu", M6502,BOOTLEG_CLOCK/8) |
| 345 | 345 | MCFG_CPU_PROGRAM_MAP(atetrisb2_map) |
| 346 | ||
| 347 | MCFG_SLAPSTIC_ADD("slapstic") | |
| 346 | 348 | |
| 347 | 349 | MCFG_NVRAM_ADD_1FILL("nvram") |
| 348 | 350 |
| https://github.com/mamedev/mame/commit/0852bfa9f6890172af78497646e5b80d3ce8f259 |
| Previous | 199869 Revisions | Next |