mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-03 22:21:09 +00:00
PCE: no abort
This commit is contained in:
parent
ecd2955c0f
commit
69be47b419
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ PCE_PSG::PCE_PSG(int32_t* hr_l, int32_t* hr_r, int want_revision)
|
||||||
switch(revision)
|
switch(revision)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
abort();
|
//abort();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case REVISION_HUC6280:
|
case REVISION_HUC6280:
|
||||||
|
|
Loading…
Reference in a new issue