comparison multi_game.h @ 1416:11ac0b511cff

Support a couple of bootleg X-in-1 carts
author Michael Pavone <pavone@retrodev.com>
date Sat, 24 Jun 2017 13:55:54 -0700
parents
children 14a2834d010c
comparison
equal deleted inserted replaced
1415:f7d653bb8899 1416:11ac0b511cff
1 #ifndef MULTI_GAME_H_
2 #define MULTI_GAME_H_
3
4 void *write_multi_game_b(uint32_t address, void *context, uint8_t value);
5 void *write_multi_game_w(uint32_t address, void *context, uint16_t value);
6
7 #endif //MULTI_GAME_H_