mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
new menu option code
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@221 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
82bc9cdd10
commit
4e8a534cec
7 changed files with 613 additions and 278 deletions
|
@ -27,8 +27,10 @@
|
|||
#define M68KCPU__HEADER
|
||||
|
||||
// notaz: something's missing this
|
||||
#ifndef UINT16
|
||||
#ifndef UINT64
|
||||
#define UINT64 unsigned long long
|
||||
#endif
|
||||
#ifndef UINT16
|
||||
#define UINT32 unsigned int
|
||||
#define UINT16 unsigned short
|
||||
#define UINT8 unsigned char
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue