Fix up some commented out testing code (nw)

This commit is contained in:
Melissa Goad 2019-06-12 09:39:10 -05:00
parent 8c80fc4b43
commit 46599c9712

View File

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