diff options
author | 2014-11-03 12:35:14 +0100 | |
---|---|---|
committer | 2014-11-03 12:35:14 +0100 | |
commit | ce288627532e46a987ac3436f6d0fc8026356f6b (patch) | |
tree | 815f910e7757327bcdb1374216b2b9d17ed8d2a1 /src/mess/drivers/lviv.c | |
parent | bc7c6374cc2a41a8e3e917d79c6fe907eec4fee3 (diff) |
enabled a few C64 cart types from fullpath (.crt format), sync castool
with the supported tape formats + fixed misc typos and c'n'p mistakes
reported by Riley110. nw.
Diffstat (limited to 'src/mess/drivers/lviv.c')
-rw-r--r-- | src/mess/drivers/lviv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/lviv.c b/src/mess/drivers/lviv.c index 1d46246facc..6f907c01be1 100644 --- a/src/mess/drivers/lviv.c +++ b/src/mess/drivers/lviv.c @@ -486,4 +486,4 @@ ROM_START(lviv) ROM_END /* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */ -COMP( 1989, lviv, 0, 0, lviv, lviv, driver_device, 0, "V. I. Lenin", "Lviv" , 0 ) +COMP( 1989, lviv, 0, 0, lviv, lviv, driver_device, 0, "V. I. Lenin", "PK-01 Lviv" , 0 ) |