summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emu.mak
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2009-07-10 13:26:54 +0000
committer Curt Coder <curtcoder@mail.com>2009-07-10 13:26:54 +0000
commit3bf122986c612ac4655049fa073aa4f0703daa38 (patch)
treecc5a787fb85ec766b66112db41ceb4025988d9d3 /src/emu/emu.mak
parent9b72aa3bfa37d747dc71bec71e11dc601a3d1705 (diff)
Intel 8255A PPI:
- Added a new implementation of the I8255A device. Rewritten from scratch to properly support handshaking in modes 1 and 2. - Refactored sg1000a.c to use the new implementation.
Diffstat (limited to 'src/emu/emu.mak')
-rw-r--r--src/emu/emu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/emu.mak b/src/emu/emu.mak
index 0b79f0a40de..ae05db0e77e 100644
--- a/src/emu/emu.mak
+++ b/src/emu/emu.mak
@@ -136,6 +136,7 @@ EMUMACHINEOBJS = \
$(EMUMACHINE)/f3853.o \
$(EMUMACHINE)/generic.o \
$(EMUMACHINE)/i8243.o \
+ $(EMUMACHINE)/i8255a.o \
$(EMUMACHINE)/i2cmem.o \
$(EMUMACHINE)/i2cmemdev.o \
$(EMUMACHINE)/idectrl.o \