diff options
author | 2016-10-27 13:45:15 +0200 | |
---|---|---|
committer | 2016-10-27 13:45:15 +0200 | |
commit | 94220aa08bd5c2814a5745e5187f69bb0f3fc029 (patch) | |
tree | 0ee83c19898e2c4d68d3ad2d4cdd3bec86fce3a1 /src/devices/bus/neogeo/carts.cpp | |
parent | 0d87ff49b17df9995d4556aaea9c5680b446604f (diff) |
Misc typo fixes.
Diffstat (limited to 'src/devices/bus/neogeo/carts.cpp')
-rw-r--r-- | src/devices/bus/neogeo/carts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/carts.cpp b/src/devices/bus/neogeo/carts.cpp index ebc021c585f..27dcbb9e4da 100644 --- a/src/devices/bus/neogeo/carts.cpp +++ b/src/devices/bus/neogeo/carts.cpp @@ -78,7 +78,7 @@ SLOT_INTERFACE_START(neogeo_cart) SLOT_INTERFACE_INTERNAL("boot_cthd2k3", NEOGEO_CTHD2K3_CART) SLOT_INTERFACE_INTERNAL("boot_ct2k3sp", NEOGEO_CT2K3SP_CART) SLOT_INTERFACE_INTERNAL("boot_ct2k3sa", NEOGEO_CT2K3SA_CART) - SLOT_INTERFACE_INTERNAL("boot_matrimbl", NEOGEO_MATRIMBL_CART) // this also uses a CMC for SFIX & addditional prg scramble from kof2002 + SLOT_INTERFACE_INTERNAL("boot_matrimbl", NEOGEO_MATRIMBL_CART) // this also uses a CMC for SFIX & additional prg scramble from kof2002 // Bootleg logic for SVC clones SLOT_INTERFACE_INTERNAL("boot_svcboot", NEOGEO_SVCBOOT_CART) // this also uses a PVC protection/encryption |