mirror of
https://github.com/SourMesen/Mesen2.git
synced 2025-04-02 10:21:44 -04:00
13 lines
272 B
C
13 lines
272 B
C
#pragma once
|
|
|
|
#include "pch.h"
|
|
#include "Debugger/DebugTypes.h"
|
|
#include "SNES/MemoryMappings.h"
|
|
#include "SNES/BaseCartridge.h"
|
|
#include "SNES/Coprocessors/SA1/Sa1.h"
|
|
|
|
#define DUMMYCPU
|
|
#define SnesCpu DummySnesCpu
|
|
#include "SNES/SnesCpu.h"
|
|
#undef SnesCpu
|
|
#undef DUMMYCPU
|