mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
68k, fix musashi support (for debugging only)
This commit is contained in:
parent
8b55d18905
commit
09c274d4b2
1 changed files with 5 additions and 8 deletions
|
@ -27,14 +27,11 @@
|
||||||
#define M68KCPU__HEADER
|
#define M68KCPU__HEADER
|
||||||
|
|
||||||
// notaz: something's missing this
|
// notaz: something's missing this
|
||||||
#ifndef UINT64
|
#include <stdint.h>
|
||||||
#define UINT64 unsigned long long
|
typedef uint64_t UINT64;
|
||||||
#endif
|
typedef uint32_t UINT32;
|
||||||
#ifndef UINT16
|
typedef uint16_t UINT16;
|
||||||
#define UINT32 unsigned int
|
typedef uint8_t UINT8;
|
||||||
#define UINT16 unsigned short
|
|
||||||
#define UINT8 unsigned char
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "m68k.h"
|
#include "m68k.h"
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue