16 lines
209 B
C++
16 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()
|
||
|
{
|
||
|
}
|