PCE: no abort

This commit is contained in:
tildearrow 2022-01-17 16:59:34 -05:00
parent ecd2955c0f
commit 69be47b419
1 changed files with 1 additions and 1 deletions

View File

@ -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: