mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-03 06:01:29 +00:00
Fix chip correction
This commit is contained in:
parent
d94e0ec3e7
commit
f95d38521e
1 changed files with 1 additions and 1 deletions
|
@ -6141,7 +6141,7 @@ FurnaceGUI::FurnaceGUI():
|
|||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"Yamaha YM2610B", {
|
||||
DIV_SYSTEM_YM2610, 64, 0, 0,
|
||||
DIV_SYSTEM_YM2610B, 64, 0, 0,
|
||||
0
|
||||
}
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue