mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-04 04:05:31 +00:00
12 lines
304 B
C++
12 lines
304 B
C++
#include "globals.h"
|
|
|
|
FileManager *g_filemanager = NULL;
|
|
Cpu *g_cpu = NULL;
|
|
VM *g_vm = NULL;
|
|
PhysicalDisplay *g_display = NULL;
|
|
PhysicalKeyboard *g_keyboard = NULL;
|
|
PhysicalSpeaker *g_speaker = NULL;
|
|
PhysicalPaddles *g_paddles = NULL;
|
|
int16_t g_volume;
|
|
uint8_t g_displayType = 3; // FIXME m_perfectcolor
|