| Previous | 199869 Revisions | Next |
| r19260 Monday 3rd December, 2012 at 01:41:42 UTC by R. Belmont |
|---|
| coinmvga: map ROM mirror at 700000, might even be right (nw) |
| [src/mame/drivers] | coinmvga.c |
| r19259 | r19260 | |
|---|---|---|
| 376 | 376 | AM_RANGE(0x600008, 0x600009) AM_DEVREADWRITE8_LEGACY("ymz", ymz280b_r, ymz280b_w, 0xffff) |
| 377 | 377 | AM_RANGE(0x610000, 0x61000f) AM_RAM //touch screen i/o |
| 378 | 378 | |
| 379 | AM_RANGE(0x700000, 0x7fffff) AM_ROM AM_REGION("maincpu", 0) // ? | |
| 380 | ||
| 379 | 381 | AM_RANGE(0x800000, 0x800001) AM_READ_PORT("DSW1") //"arrow" r? |
| 380 | 382 | AM_RANGE(0x800002, 0x800003) AM_READ_PORT("DSW2") |
| 381 | 383 | //0x800008 "arrow" w? |
| Previous | 199869 Revisions | Next |