OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
TRS80.h
1
#pragma once
2
#if !defined(OSCR_CORE_TRS80_H_)
3
# define OSCR_CORE_TRS80_H_
4
5
# include "config.h"
6
7
# if HAS_TRS80
8
# include "syslibinc.h"
9
# include "common/Types.h"
10
14
namespace
OSCR::Cores::TRS80
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
readSegment(uint32_t startaddr, uint32_t endaddr);
28
void
bankSwitch(uint16_t addr, uint8_t data);
29
void
readROM();
30
void
setROMSize();
31
void
setCart();
32
}
/* namespace OSCR::Cores::TRS80 */
33
34
# endif
/* HAS_TRS80 */
35
#endif
/* OSCR_CORE_TRS80_H_ */
OSCR::Cores::TRS80
System core for the TRS-80.
Definition
TRS80.h:15
include
cores
TRS80.h
Generated by
1.14.0