mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +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
|
||||
#include <cstdlib>
|
||||
#include <cstdint>
|
||||
|
||||
typedef unsigned char u8;
|
||||
typedef unsigned int u32;
|
||||
typedef uint8_t u8;
|
||||
typedef uint32_t u32;
|
||||
*/
|
||||
|
||||
enum {
|
||||
|
Loading…
Reference in New Issue
Block a user