Atari7800Hawk - make system id the same as Emu7800
This commit is contained in:
parent
4a2618470e
commit
5843ac2e79
|
@ -225,7 +225,7 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
|
|||
|
||||
public int Frame => _frame;
|
||||
|
||||
public string SystemId => "A7800";
|
||||
public string SystemId => "A78";
|
||||
|
||||
public bool DeterministicEmulation { get; set; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue