mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-16 20:39:15 +01:00
Fixed list disks
This commit is contained in:
parent
3ace211fc6
commit
c28060672c
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user