new menu option code

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@221 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-08-19 17:06:56 +00:00
parent 82bc9cdd10
commit 4e8a534cec
7 changed files with 613 additions and 278 deletions

View file

@ -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