| Previous | 199869 Revisions | Next |
| r19739 Sunday 23rd December, 2012 at 03:36:45 UTC by Barry Rodewald |
|---|
| s11a: Actually map the background sound bank register. |
| [src/mame/drivers] | s11a.c |
| r19738 | r19739 | |
|---|---|---|
| 139 | 139 | AM_RANGE(0x0000, 0x07ff) AM_MIRROR(0x1800) AM_RAM |
| 140 | 140 | AM_RANGE(0x2000, 0x2001) AM_MIRROR(0x1ffe) AM_DEVREADWRITE("ym2151", ym2151_device, read, write) |
| 141 | 141 | AM_RANGE(0x4000, 0x4003) AM_MIRROR(0x1ffc) AM_DEVREADWRITE("pia40", pia6821_device, read, write) |
| 142 | AM_RANGE(0x7800, 0x7fff) AM_WRITE(bgbank_w) | |
| 142 | 143 | AM_RANGE(0x8000, 0xffff) AM_ROMBANK("bgbank") |
| 143 | 144 | ADDRESS_MAP_END |
| 144 | 145 |
| Previous | 199869 Revisions | Next |