mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-17 21:04:45 +00:00
Clock cleanup
This commit is contained in:
parent
45f04df299
commit
76f15e215f
@ -42,7 +42,13 @@ extern DWORD g_dwCyclesThisFrame;
|
||||
extern FILE* g_fh; // Filehandle for log file
|
||||
extern bool g_bDisableDirectSound; // Cmd line switch: don't init DS (so no MB support)
|
||||
|
||||
extern UINT g_Slot4; // Mockingboard or Mouse in slot4
|
||||
// TODO: Make g_CurrentPeripherals[MAX_SLOTS] = { CT_Empty }
|
||||
extern UINT g_Slot4; // Mockingboard or Mouse in slot4
|
||||
|
||||
// TODO: Move into: g_CurrentPeripherals[]
|
||||
extern UINT g_uMouseInSlot4;
|
||||
//extern UINT g_uClockInSlot4;
|
||||
extern UINT g_uZ80InSlot5;
|
||||
|
||||
extern HANDLE g_hCustomRomF8; // NULL if no custom rom
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user