add4e526a9
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
15 lines
209 B
C++
15 lines
209 B
C++
#include "StdAfx.h"
|
|
|
|
#include "Common.h"
|
|
|
|
void MB_InitializeIO(LPBYTE pCxRomPeripheral, UINT uSlot4, UINT uSlot5)
|
|
{
|
|
}
|
|
|
|
void MB_UpdateCycles(ULONG uExecutedCycles)
|
|
{
|
|
}
|
|
|
|
void MB_StartOfCpuExecute()
|
|
{
|
|
}
|