| Previous | 199869 Revisions | Next |
| r18530 Monday 15th October, 2012 at 10:35:31 UTC by Miodrag Milanović |
|---|
| vtech1: fixed shrg (no whatsnew) |
| [src/mess/drivers] | vtech1.c |
| r18529 | r18530 | |
|---|---|---|
| 688 | 688 | DRIVER_INIT_CALL(vtech1); |
| 689 | 689 | |
| 690 | 690 | /* the SHRG mod replaces the standard videoram chip with an 8k chip */ |
| 691 | //m_videoram_size = 0x2000; | |
| 692 | //m_videoram = auto_alloc_array(machine(), UINT8, m_videoram_size); | |
| 691 | m_videoram.allocate(0x2000); | |
| 693 | 692 | |
| 694 | 693 | prg.install_readwrite_bank(0x7000, 0x77ff, "bank4"); |
| 695 | 694 | membank("bank4")->configure_entries(0, 4, m_videoram, 0x800); |
| Previous | 199869 Revisions | Next |