mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fix up some commented out testing code (nw)
This commit is contained in:
parent
8c80fc4b43
commit
46599c9712
@ -8,9 +8,10 @@
|
|||||||
|
|
||||||
/* To test it outside of Mame
|
/* To test it outside of Mame
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
typedef unsigned char u8;
|
typedef uint8_t u8;
|
||||||
typedef unsigned int u32;
|
typedef uint32_t u32;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user