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*);
|