summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/minx/minx.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-02-05 17:21:27 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-02-05 17:21:27 +0000
commit4db5afa87e33b39142265e2a6b42abeb59b3c153 (patch)
treec86ca905cc7f3fa8c2e79afbdcec78557b6f01b9 /src/emu/cpu/minx/minx.c
parentec872c617824be84e880159ef5ad68864fba937a (diff)
From: Atari Ace [mailto:atari_ace@verizon.net]
Subject: [patch] CPU/SOUND independence fixes Hi mamedev, Here's some updates to the CPU/SOUND cores to improve build independence. While I was at it, I rescued the M65CE02 core from bitrot hell (perhaps m65ce02.[ch] should just be deleted), and fixed some MESS cores that were broken by the deprecat.h changes.
Diffstat (limited to 'src/emu/cpu/minx/minx.c')
-rw-r--r--src/emu/cpu/minx/minx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/cpu/minx/minx.c b/src/emu/cpu/minx/minx.c
index c7fbf6149f4..7ea7a0b8409 100644
--- a/src/emu/cpu/minx/minx.c
+++ b/src/emu/cpu/minx/minx.c
@@ -47,6 +47,7 @@ TODO:
#include "minx.h"
#include "debugger.h"
+#include "deprecat.h"
#define FLAG_I 0x80
#define FLAG_D 0x40