drc: split disassembly to separate pass
[picodrive.git] / cpu / drc / cmn.h
index 9ddc12b..4737b74 100644 (file)
@@ -1,4 +1,5 @@
 typedef unsigned char  u8;
+typedef signed char    s8;
 typedef unsigned short u16;
 typedef unsigned int   u32;