OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
AtariLynx.h
1#pragma once
2#if !defined(OSCR_CORE_ATARILYNX_H_)
3# define OSCR_CORE_ATARILYNX_H_
4
5# include "config.h"
6
7# if HAS_LYNX
8# include "syslibinc.h"
9# include "common/Types.h"
10
15{
16 void setup();
17 void menu();
18} /* namespace OSCR::Cores::AtariLynx */
19
20# endif /* HAS_LYNX */
21#endif /* OSCR_CORE_ATARILYNX_H_ */
System core for the Atari Lynx.
Definition AtariLynx.h:15