super80r: This should fix crash in debug build reported by Tafoid (nw).

This commit is contained in:
Robbbert 2016-01-24 02:07:25 +11:00
parent f0dfae4028
commit 932e5396ad

View File

@ -948,6 +948,7 @@ ROM_START( super80r )
ROM_LOAD("s80hmce.ic24", 0xf000, 0x0800, CRC(a6488a1e) SHA1(7ba613d70a37a6b738dcd80c2bb9988ff1f011ef) )
ROM_REGION( 0x1000, "videoram", ROMREGION_ERASEFF )
ROM_REGION( 0x1000, "colorram", ROMREGION_ERASEFF )
ROM_END
ROM_START( super80v )