tdracula: small tweak to svg

This commit is contained in:
hap 2023-08-14 01:18:44 +02:00
parent f4a3f783d8
commit b2eca532cc
2 changed files with 3 additions and 3 deletions

View File

@ -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%" )

View File

@ -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