mirror of
https://github.com/bradgrantham/apple2e.git
synced 2024-12-29 14:29:53 +00:00
use correct default page
This commit is contained in:
parent
37864dea0f
commit
1cfc30e904
@ -1873,9 +1873,7 @@ ao_device *open_ao()
|
||||
|
||||
void start(bool run_fast, bool add_floppies, bool floppy0_inserted, bool floppy1_inserted)
|
||||
{
|
||||
for(int i = 0; i < 192; i++)
|
||||
line_to_mode[i] = ModeSettings(TEXT, false, 1, false, false);
|
||||
most_recent_modepoint = make_tuple(0, ModeSettings(TEXT, false, 1, false, false));
|
||||
most_recent_modepoint = make_tuple(0, ModeSettings());
|
||||
|
||||
aodev = open_ao();
|
||||
if(aodev == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user