diff options
Diffstat (limited to 'src/emu/bus/neogeo/kof98_cart.c')
-rw-r--r-- | src/emu/bus/neogeo/kof98_cart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/neogeo/kof98_cart.c b/src/emu/bus/neogeo/kof98_cart.c index 9c37fc3e64e..5af4977a000 100644 --- a/src/emu/bus/neogeo/kof98_cart.c +++ b/src/emu/bus/neogeo/kof98_cart.c @@ -75,4 +75,4 @@ void neogeo_kof98_cart::activate_cart(ACTIVATE_CART_PARAMS) { m_banked_cart->install_banks(machine, maincpu, cpuregion, cpuregion_size); m_kof98_prot->install_kof98_protection(maincpu); -}
\ No newline at end of file +} |