i8085.cpp: Remove unused and totally unneeded constant (nw)

This commit is contained in:
AJR 2017-11-14 13:03:18 -05:00
parent c400db56f3
commit 61ec3f0c3d

View File

@ -140,7 +140,6 @@ constexpr u16 ADDR_TRAP = 0x0024;
constexpr u16 ADDR_RST55 = 0x002c; constexpr u16 ADDR_RST55 = 0x002c;
constexpr u16 ADDR_RST65 = 0x0034; constexpr u16 ADDR_RST65 = 0x0034;
constexpr u16 ADDR_RST75 = 0x003c; constexpr u16 ADDR_RST75 = 0x003c;
constexpr u16 ADDR_INTR = 0x0038;