mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-05 21:07:21 +00:00
1670e0dbc0
. don't load floppy/harddisk images (in Registry's Config) if also loading a save-state via cmd-line. . done to prevent MessageBox alerts when deleted disk images can't be found. Info: Registry contains refs to disk images, but on test clean-up, the images get deleted.
14 lines
374 B
C
14 lines
374 B
C
#pragma once
|
|
|
|
#include "Disk.h"
|
|
#include "Harddisk.h"
|
|
|
|
|
|
void LoadConfiguration(bool loadImages);
|
|
void InsertFloppyDisks(const UINT slot, LPCSTR szImageName_drive[NUM_DRIVES], bool driveConnected[NUM_DRIVES], bool& bBoot);
|
|
void InsertHardDisks(LPCSTR szImageName_harddisk[NUM_HARDDISKS], bool& bBoot);
|
|
void GetAppleWindowTitle();
|
|
|
|
void CtrlReset();
|
|
void ResetMachineState();
|