mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-08 08:28:05 -04:00
md, add some unlicensed carts
This commit is contained in:
parent
257baf1520
commit
75a6b6a954
2 changed files with 55 additions and 1 deletions
|
@ -168,11 +168,16 @@ check_size_gt = 0x020000
|
|||
hw = x_in_1_mapper
|
||||
|
||||
# radica
|
||||
[radica_v1]
|
||||
[Arcade Legends Sega]
|
||||
check_str = 0x150, "KID CHAMELEON"
|
||||
check_size_gt = 0x100000
|
||||
hw = radica_mapper
|
||||
|
||||
[Arcade Legends Capcom]
|
||||
check_str = 0x150, "STREET FIGHTER"
|
||||
check_size_gt = 0x300000
|
||||
hw = radica_mapper
|
||||
|
||||
# realtec
|
||||
[Earth Defend, The (Unl)]
|
||||
check_str = 0x94, "THE EARTH DEFEND"
|
||||
|
@ -197,6 +202,12 @@ check_str = 0x150, "FRANK THOMAS BIGHURT BASEBAL"
|
|||
eeprom_type = 3
|
||||
eeprom_lines = 8,0,0
|
||||
|
||||
[Greatest Heavyweights]
|
||||
check_str = 0x150, "GREATEST HEAVYWEIGHTS"
|
||||
sram_range = 0x200000,0x200001
|
||||
eeprom_type = 1
|
||||
eeprom_lines = 1,0,0
|
||||
|
||||
[MICRO MACHINES II]
|
||||
check_str = 0x150, "MICRO MACHINES II"
|
||||
sram_range = 0x300000,0x380001
|
||||
|
@ -265,6 +276,12 @@ sram_range = 0x200000,0x200001
|
|||
eeprom_type = 1
|
||||
eeprom_lines = 6,7,7
|
||||
|
||||
[Sports Talk Baseball]
|
||||
check_str = 0x150, "MLBPA SPORTS TALK BASEBALL"
|
||||
sram_range = 0x200000,0x200001
|
||||
eeprom_type = 1
|
||||
eeprom_lines = 1,0,0
|
||||
|
||||
# Unlicensed games with simple protections
|
||||
# some of these come from Haze, some from myself (notaz).
|
||||
# more added by irixxxx from Mame and G+GX
|
||||
|
@ -281,6 +298,11 @@ check_str = 0x104, " are Registered Trademarks"
|
|||
check_crc32 = 0x4c98cc30
|
||||
hw = lk3_mapper
|
||||
|
||||
[Gunfight 3-in-1 (Unl)]
|
||||
check_str = 0x104, " are Registered Trademarks"
|
||||
check_crc32 = 0x6ec032cb
|
||||
hw = lk3_mapper
|
||||
|
||||
[Pocket Monsters II (Unl)]
|
||||
check_str = 0x104, " "
|
||||
check_crc32 = 0x0d097f5c
|
||||
|
@ -413,6 +435,13 @@ hw = prot
|
|||
prot_rw_value16 = 0x400000,0xc00000,0
|
||||
prot_rw_value16 = 0x400004,0xc00004,0
|
||||
|
||||
[Final Fantasy (Unl)] # Taikong zhanshi (russian bootleg)
|
||||
check_csum = 0x5ff9
|
||||
check_crc32 = 0x4b2b163a
|
||||
hw = prot
|
||||
prot_rw_value16 = 0x400000,0xc00000,0
|
||||
prot_rw_value16 = 0x400004,0xc00004,0
|
||||
|
||||
[Water Margin (Unl)] # Shuihu Zhuan
|
||||
check_csum = 0x6001
|
||||
check_crc32 = 0xfa80956a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue