mirror of
https://github.com/bradgrantham/apple2e.git
synced 2025-01-01 03:31:18 +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)
|
void start(bool run_fast, bool add_floppies, bool floppy0_inserted, bool floppy1_inserted)
|
||||||
{
|
{
|
||||||
for(int i = 0; i < 192; i++)
|
most_recent_modepoint = make_tuple(0, ModeSettings());
|
||||||
line_to_mode[i] = ModeSettings(TEXT, false, 1, false, false);
|
|
||||||
most_recent_modepoint = make_tuple(0, ModeSettings(TEXT, false, 1, false, false));
|
|
||||||
|
|
||||||
aodev = open_ao();
|
aodev = open_ao();
|
||||||
if(aodev == NULL)
|
if(aodev == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user