mirror of
https://github.com/MiSTer-devel/InputTest_MiSTer.git
synced 2026-04-19 03:04:18 +00:00
Integrate Aznable codebase
This commit is contained in:
@@ -19,6 +19,10 @@ unsigned char m_keyboardState_last[256];
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
#include "sim_console.h"
|
||||
|
||||
static DebugConsole console;
|
||||
|
||||
#ifdef WIN32
|
||||
static const unsigned int ev2ps2[] =
|
||||
{
|
||||
@@ -648,9 +652,10 @@ void SimInput::BeforeEval()
|
||||
}
|
||||
}
|
||||
|
||||
SimInput::SimInput(int count)
|
||||
SimInput::SimInput(int count, DebugConsole c)
|
||||
{
|
||||
inputCount = count;
|
||||
console = c;
|
||||
}
|
||||
|
||||
SimInput::~SimInput()
|
||||
|
||||
Reference in New Issue
Block a user