diff options
Diffstat (limited to 'src/devices/bus/nes/rexsoft.cpp')
-rw-r--r-- | src/devices/bus/nes/rexsoft.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/nes/rexsoft.cpp b/src/devices/bus/nes/rexsoft.cpp index 300bd07f96e..3d868a0c970 100644 --- a/src/devices/bus/nes/rexsoft.cpp +++ b/src/devices/bus/nes/rexsoft.cpp @@ -8,7 +8,7 @@ Here we emulate the following PCBs - * Rex Soft DragonBall Z V [mapper 12] + * Rex Soft Dragon Ball Z V [mapper 12] * Rex Soft SL-1632 [mapper 14] TODO: @@ -35,7 +35,7 @@ // constructor //------------------------------------------------- -DEFINE_DEVICE_TYPE(NES_REX_DBZ5, nes_rex_dbz5_device, "nes_rex_dbz5", "NES Cart Rex Soft DragonBall Z V PCB") +DEFINE_DEVICE_TYPE(NES_REX_DBZ5, nes_rex_dbz5_device, "nes_rex_dbz5", "NES Cart Rex Soft Dragon Ball Z V PCB") DEFINE_DEVICE_TYPE(NES_REX_SL1632, nes_rex_sl1632_device, "nes_rex_sl1632", "NES Cart Rex Soft SL-1632 PCB") |