Skip to content

Commit

Permalink
centaur: more adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Dec 12, 2024
1 parent 8913ef3 commit e0de7c7
Showing 1 changed file with 87 additions and 2 deletions.
89 changes: 87 additions & 2 deletions centaur.nv.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
"https://opdb.org/machines/409",
"Bally MPU AS-2518-35",
"7-digit score display",
"free play by default"
"centaura is the free play version.",
"By default the credits are not shown, set dip switch 27 to show them."
],
"_copyright": "Copyright (C) 2024 by Francis De Brabandere <[email protected]>",
"_license": "GNU Lesser General Public License v3.0",
"_endian": "little",
"_roms": [
"centaur"
"centaur",
"centaura"
],
"_fileformat": 0.2,
"_version": 0.1,
Expand Down Expand Up @@ -223,6 +225,89 @@
"min": 0,
"max": 9990000
}
},
"Game adjustments": {
"16": {
"label": "High Score award #1",
"start": 250,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 3,
"special_values": {
"0": "No Award",
"1": "Novelty",
"2": "Extra Ball",
"3": "Replay"
}
},
"17": {
"label": "High Score award #2",
"start": 257,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 3,
"special_values": {
"0": "No Award",
"1": "No Award",
"2": "Extra Ball",
"3": "Replay"
}
},
"18": {
"label": "???",
"start": 264,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 3
},
"19": {
"label": "High Score to date or over 10.000.000 score feature",
"start": 271,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 3,
"special_values": {
"0": "No Award",
"1": "One Credit",
"2": "Two Credits",
"3": "Three Credits"
}
},
"20": {
"label": "???",
"start": 278,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 15
},
"21": {
"label": "???",
"start": 285,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 15
},
"22": {
"label": "???",
"start": 292,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 3
}
}
}
}

0 comments on commit e0de7c7

Please sign in to comment.