| Previous | 199869 Revisions | Next |
| r41856 Wednesday 25th November, 2015 at 01:11:54 UTC by Angelo Salese |
|---|
| More notes, still nw |
| [src/mame/drivers] | wacky_gator.cpp wecleman.cpp |
| r250367 | r250368 | |
|---|---|---|
| 333 | 333 | ROM_LOAD("wp3-vo0.2h", 0x0000, 0x10000, CRC(91c7986f) SHA1(bc9fa0d41c1caa0f909a349f511d022b7e42c6cd)) |
| 334 | 334 | ROM_END |
| 335 | 335 | |
| 336 | GAME(1990, wackygtr, 0, wackygtr, wackygtr, wackygtr_state, wackygtr, ROT0, "Data East", "Wacky Gator", MACHINE_IS_SKELETON_MECHANICAL | |
| 336 | GAME(1990, wackygtr, 0, wackygtr, wackygtr, wackygtr_state, wackygtr, ROT0, "Data East", "Wacky Gator", MACHINE_IS_SKELETON_MECHANICAL) |
| r250367 | r250368 | |
|---|---|---|
| 1044 | 1044 | |
| 1045 | 1045 | if(scanline == 232) // vblank irq |
| 1046 | 1046 | m_maincpu->set_input_line(4, HOLD_LINE); |
| 1047 | else if(((scanline % 64) == 0)) // timer irq TODO: wrong place maybe? Could do with | |
| 1047 | else if(((scanline % 64) == 0)) // timer irq TODO: wrong place maybe? Could do with blitter chip irq (007643/007645?) or "V-CNT" signal. | |
| 1048 | 1048 | m_maincpu->set_input_line(5, HOLD_LINE); |
| 1049 | 1049 | } |
| 1050 | 1050 |
| https://github.com/mamedev/mame/commit/8da547cd60951cf315c0538ffd6293b4e3429566 |
| Previous | 199869 Revisions | Next |