| Previous | 199869 Revisions | Next |
| r34158 Friday 2nd January, 2015 at 04:21:53 UTC by R. Belmont |
|---|
| Pass RAM test (nw) |
| [src/mess/drivers] | hp16500.c |
| r242669 | r242670 | |
|---|---|---|
| 182 | 182 | AM_RANGE(0x600000, 0x61ffff) AM_WRITE(vram_w) |
| 183 | 183 | AM_RANGE(0x600000, 0x67ffff) AM_READ8(vram_r, 0x00ff) |
| 184 | 184 | |
| 185 | AM_RANGE(0x980000, 0x9fffff) AM_RAM | |
| 186 | ||
| 187 | AM_RANGE(0xa70000, 0xa7ffff) AM_RAM | |
| 185 | AM_RANGE(0x980000, 0xa7ffff) AM_RAM | |
| 188 | 186 | ADDRESS_MAP_END |
| 189 | 187 | |
| 190 | 188 | UINT32 hp16500_state::screen_update_hp16500a(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect) |
| https://github.com/mamedev/mame/commit/d404e8c69e956427084f3d4a5d334ca1525642b6 |
| Previous | 199869 Revisions | Next |