From 6c0fdfc5257ca20555fbc527203710d5af5401d1 Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 5 Oct 2017 17:18:02 -0400 Subject: sdk85: Add address-latched memories (nw) --- src/devices/cpu/i8085/i8085.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/devices/cpu/i8085/i8085.h') diff --git a/src/devices/cpu/i8085/i8085.h b/src/devices/cpu/i8085/i8085.h index 31d8b89e127..41f681f8897 100644 --- a/src/devices/cpu/i8085/i8085.h +++ b/src/devices/cpu/i8085/i8085.h @@ -13,6 +13,7 @@ #define I8085_RST55_LINE 1 #define I8085_RST65_LINE 2 #define I8085_RST75_LINE 3 +#define I8085_TRAP_LINE INPUT_LINE_NMI // STATUS changed callback -- cgit v1.2.3