You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mame/igs/goldstar.cpp
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21399,7 +21399,10 @@ ROM_START( lucky8l )
21399
21399
ROM_LOAD( "w4.g14", 0x0000, 0x2000, CRC(27f533be) SHA1(bffa6adecf814f4d4675907905960aad0de42969) ) // 57C49B-35, had its own little circuit board to convert it to fit in a 16 pin IC - silkscreend T82S129
21400
21400
ROM_COPY( "proms", 0x1800, 0x0000, 0x0100 )
21401
21401
21402
-
ROM_REGION( 0x117, "proms2", 0 )
21402
+
ROM_REGION( 0x20, "proms2", 0 ) // borrowed from parent.
0 commit comments