diff options
Diffstat (limited to 'src/emu/bus/neogeo/bootleg_prot.h')
-rw-r--r-- | src/emu/bus/neogeo/bootleg_prot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/bus/neogeo/bootleg_prot.h b/src/emu/bus/neogeo/bootleg_prot.h index 685c315dc33..b16024a7ffb 100644 --- a/src/emu/bus/neogeo/bootleg_prot.h +++ b/src/emu/bus/neogeo/bootleg_prot.h @@ -20,7 +20,6 @@ public: void neogeo_bootleg_cx_decrypt(UINT8*sprrom, UINT32 sprrom_size); void neogeo_bootleg_sx_decrypt(UINT8* fixed, UINT32 fixed_size, int value); - void kog_px_decrypt(UINT8* cpurom, UINT32 cpurom_size); void kof97oro_px_decode(UINT8* cpurom, UINT32 cpurom_size); void kof10thBankswitch(address_space &space, UINT16 nBank); DECLARE_READ16_MEMBER(kof10th_RAM2_r); |