mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
tdracula: small tweak to svg
This commit is contained in:
parent
f4a3f783d8
commit
b2eca532cc
@ -363,7 +363,7 @@ static INPUT_PORTS_START( advision )
|
||||
PORT_CONFSETTING( 20, "480" )
|
||||
PORT_CONFSETTING( 15, "640" )
|
||||
PORT_CONFSETTING( 10, "960" )
|
||||
PORT_CONFNAME( 0xc0, 0x80, "Led Height" ) PORT_CHANGED_MEMBER(DEVICE_SELF, advision_state, set_screensize, 0)
|
||||
PORT_CONFNAME( 0xc0, 0x80, "LED Height" ) PORT_CHANGED_MEMBER(DEVICE_SELF, advision_state, set_screensize, 0)
|
||||
PORT_CONFSETTING( 0x40, "50%" )
|
||||
PORT_CONFSETTING( 0x80, "75%" )
|
||||
PORT_CONFSETTING( 0xc0, "100%" )
|
||||
|
@ -16246,8 +16246,8 @@ ROM_START( tdracula )
|
||||
ROM_REGION( 557, "maincpu:opla", 0 )
|
||||
ROM_LOAD( "tms1400_tdracula_output.pla", 0, 557, CRC(54408672) SHA1(8fdc6910a27c22c1df2cadeb25c74118d5774481) )
|
||||
|
||||
ROM_REGION( 416612, "screen", 0)
|
||||
ROM_LOAD( "tdracula.svg", 0, 416612, CRC(b4e723dc) SHA1(7d90aa92755727fc21f3b2913cd5d86f8594ea20) )
|
||||
ROM_REGION( 417508, "screen", 0)
|
||||
ROM_LOAD( "tdracula.svg", 0, 417508, CRC(03438ea0) SHA1(33c6561e3a73eee754b5fbe0e6d0b61fc99c92f0) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user