An emulator, assembler, and disassembler for the Sega Game Gear
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
12345678910 |
- /* Copyright (C) 2014-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
- Released under the terms of the MIT License. See LICENSE for details. */
-
- #pragma once
-
- #include "gamegear.h"
-
- /* Functions */
-
- void iomanager_emulate(GameGear*);
|