Updated $C04F (soft switch to ID emulator) to return 'G' instead of 'K'.

This commit is contained in:
Christopher Mason 2010-04-15 04:55:59 +00:00
parent fc4a69adfa
commit 7ca3cbf190

View File

@ -1270,7 +1270,7 @@ io_read(word32 loc, double *cyc_ptr)
switch(g_em_emubyte_cnt) {
case 1:
g_em_emubyte_cnt = 2;
return 'K';
return 'G';
case 2:
g_em_emubyte_cnt = 0;
tmp = g_kegs_version_str[0] - '0';