mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-01 04:21:44 +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)
|
||||
{
|
||||
default:
|
||||
abort();
|
||||
//abort();
|
||||
break;
|
||||
|
||||
case REVISION_HUC6280:
|
||||
|
|
Loading…
Reference in a new issue