OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
SMS.h
1
#pragma once
2
#if !defined(OSCR_CORE_SMS_H_)
3
# define OSCR_CORE_SMS_H_
4
5
# include "config.h"
6
7
# if HAS_SMS
8
# include "syslibinc.h"
9
# include "common/Types.h"
10
14
namespace
OSCR::Cores::SMS
15
{
16
void
menu();
17
void
operationsMenu();
18
void
cartOn();
19
void
cartOff();
20
void
writeByte(uint16_t myAddress, uint8_t myData);
21
uint8_t readByte(uint16_t myAddress);
22
uint8_t readNibble(uint8_t data, uint8_t number);
23
void
getCartInfo();
24
void
manual_selectRomSize();
25
void
readROM();
26
void
readSRAM
();
27
void
writeSRAM();
28
}
/* namespace OSCR::Cores::SMS */
29
30
# endif
/* HAS_SMS */
31
#endif
/* OSCR_CORE_SMS_H_ */
OSCR::Cores::SMS
System core for the SMS.
Definition
SMS.h:15
OSCR::Cores::SMS::readSRAM
void readSRAM()
Definition
SMS.cpp:879
include
cores
SMS.h
Generated by
1.14.0