summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2019-11-06 15:27:26 +0000
committer ajrhacker <ajrhacker@users.noreply.github.com>2019-11-06 10:27:26 -0500
commit44d4d88af5b11d2bb773d65c523151a4e6447654 (patch)
treeaf40bdeec46ba919f738bd9a0f6a7b473d36881b /src/mame/includes
parent00c7cdb3ce68b316068b6af7082ddab1660a75eb (diff)
new NOT WORKING machines (ABL Pinball plug & play) (#5861)
* new NOT WORKING machines ----- Pinball (P8002, ABL TV Game) [David Haywood, Morten Kirkegaard, Peter Wilhelmsen] * misc research (nw) * (nw) * base on VT03PAL version on PALC not PAL (nw) * address concerns (nw)
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/nes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/nes.h b/src/mame/includes/nes.h
index 21d1f8a7d9e..ee722e92b36 100644
--- a/src/mame/includes/nes.h
+++ b/src/mame/includes/nes.h
@@ -60,8 +60,8 @@ public:
{ }
required_device<cpu_device> m_maincpu;
- required_device<nes_control_port_device> m_ctrl1;
- required_device<nes_control_port_device> m_ctrl2;
+ optional_device<nes_control_port_device> m_ctrl1;
+ optional_device<nes_control_port_device> m_ctrl2;
DECLARE_READ8_MEMBER(nes_in0_r);
DECLARE_READ8_MEMBER(nes_in1_r);