mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
Supervision: fix potential crash
This commit is contained in:
parent
35fe8b0562
commit
1cbafb2e4a
1 changed files with 1 additions and 1 deletions
|
@ -1942,7 +1942,7 @@ void DivEngine::registerSystems() {
|
|||
);
|
||||
|
||||
sysDefs[DIV_SYSTEM_SUPERVISION]=new DivSysDef(
|
||||
_("Watara Supervision"), NULL, 0xe3, 0, 4, false, true, 0, false, 0, 0, 0,
|
||||
_("Watara Supervision"), NULL, 0xe3, 0, 4, false, true, 0, false, 1U<<DIV_SAMPLE_DEPTH_8BIT, 0, 0,
|
||||
_("a handheld that was trying to compete with the Game Boy, but it never succeded."),
|
||||
{_("Pulse 1"), _("Pulse 2"), _("PCM"), _("Noise")},
|
||||
{"S1", "S2", "PCM", "NO"},
|
||||
|
|
Loading…
Reference in a new issue