Atari7800Hawk - make system id the same as Emu7800

This commit is contained in:
adelikat 2017-07-24 08:40:27 -05:00
parent 4a2618470e
commit 5843ac2e79
1 changed files with 1 additions and 1 deletions

View File

@ -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; }