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

trunk/src/mess/drivers/vtech1.c
r18529r18530
688688   DRIVER_INIT_CALL(vtech1);
689689
690690   /* 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);
693692
694693   prg.install_readwrite_bank(0x7000, 0x77ff, "bank4");
695694   membank("bank4")->configure_entries(0, 4, m_videoram, 0x800);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team