Fixed list disks

This commit is contained in:
simon.kagstrom 2009-01-15 17:33:55 +00:00
parent 3ace211fc6
commit c28060672c

View File

@ -405,13 +405,13 @@ void C64::run_fake_key_sequence(Prefs *np)
{
static const char *fake_key_sequences[] = {
"\nLOAD \"*\",8,1\nRUN\n",
"\nLOAD \"?\",8,1\n",
"\nLOAD \"?\",8\n",
"\nLIST\n",
"\n10 PRINT \"HELLO WORLD\"\n20 GOTO 10\nRUN\n",
NULL};
const char *fake_key_messages[] = {
"LOAD \"*\",8,1 and RUN",
"LOAD \"?\",8,1",
"LOAD \"?\",8",
"LIST",
"10 PRINT \"HELLO WORLD\" and 20 GOTO 10",
NULL};