diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-08-14 00:22:10 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-08-14 00:22:10 -0700 |
commit | f6ead549ef0bc6f605c094f04b41affb6b239e80 (patch) | |
tree | 6550894416b065ee1fd1934288e6abc4f3d6dceb | |
parent | 7f914285b17c1b010c5a3f007f13e587126f6f4d (diff) |
Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
-rw-r--r-- | rom.db | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1215,6 +1215,21 @@ df7a2527875317406b466175f0614d343dd32117 { } } } +2a561b6e47c93272fe5947084837d9f6f514ed38 { + name Squirrel King + map { + 0 { + device ROM + last 3FFFFF + } + 400000 { + device RAM + size 2 + bus both + last 7FFFFF + } + } +} #This entry is used by the GUI ROM BlstMenu { |