OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
Odyssey2.h
1
#pragma once
2
#if !defined(OSCR_CORE_ODYSSEY2_H_)
3
# define OSCR_CORE_ODYSSEY2_H_
4
5
# include "config.h"
6
7
# if HAS_ODY2
8
# include "syslibinc.h"
9
# include "common/Types.h"
10
14
namespace
OSCR::Cores::Odyssey2
15
{
16
void
menu();
17
18
void
openCRDB();
19
void
closeCRDB();
20
21
void
cartOn();
22
void
cartOff();
23
24
void
printHeader();
25
26
uint8_t readData(uint16_t addr);
27
void
bankSwitch(uint16_t addr, uint8_t data);
28
void
readROM();
29
void
setROMSize();
30
void
setCart();
31
}
/* namespace OSCR::Cores::Odyssey2 */
32
33
# endif
/* HAS_ODY2 */
34
#endif
/* OSCR_CORE_ODYSSEY2_H_ */
OSCR::Cores::Odyssey2
System core for the Magnavox Odyssey 2.
Definition
Odyssey2.h:15
include
cores
Odyssey2.h
Generated by
1.14.0