diff options
author | 2013-07-15 09:50:13 +0000 | |
---|---|---|
committer | 2013-07-15 09:50:13 +0000 | |
commit | b2034b024525fe8aa995e402976d3fa83d9b8f37 (patch) | |
tree | 510b0069bf230a8ea4ac9c917d22ac55b7a8b0ae /src/mess/drivers/ti99_4p.c | |
parent | 1d806c7854e972404489fa9e0db8642dd3de3649 (diff) |
moved some legacy macros from driver.h to drivlgcy.h (nw)
Diffstat (limited to 'src/mess/drivers/ti99_4p.c')
-rw-r--r-- | src/mess/drivers/ti99_4p.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/ti99_4p.c b/src/mess/drivers/ti99_4p.c index ec1a0fee7fd..633e1feb777 100644 --- a/src/mess/drivers/ti99_4p.c +++ b/src/mess/drivers/ti99_4p.c @@ -48,6 +48,8 @@ #include "machine/ti99/peribox.h" #include "machine/ti99/joyport.h" +#include "drivlgcy.h" + #define TMS9901_TAG "tms9901" #define SGCPU_TAG "sgcpu" |