summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarigx2.h
diff options
context:
space:
mode:
author Phil Bennett <p.j.bennett@gmail.com>2016-10-26 11:29:07 -0700
committer Phil Bennett <p.j.bennett@gmail.com>2016-10-26 11:29:07 -0700
commite6d92ba43c9ce9de15af484ccf0326e2ec0024cf (patch)
treebceb674cb0b932913ea7cd41884d09cf98510657 /src/mame/includes/atarigx2.h
parent777be34dfe86e6329e62bfb3411796f501d1edeb (diff)
- Reverse-engineered Space Lords security FPGA and implemented decryption code [Morten Shearman Kirkegaard, Samuel Neves, Peter Wilhelmsen]
New games added or promoted from NOT_WORKING status Space Lords [Morten Shearman Kirkegaard, Samuel Neves, Peter Wilhelmsen]
Diffstat (limited to 'src/mame/includes/atarigx2.h')
-rw-r--r--src/mame/includes/atarigx2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/atarigx2.h b/src/mame/includes/atarigx2.h
index 3b960e5ab51..97b587bb1e4 100644
--- a/src/mame/includes/atarigx2.h
+++ b/src/mame/includes/atarigx2.h
@@ -27,7 +27,7 @@ public:
uint16_t m_playfield_base;
required_device<atari_jsa_iiis_device> m_jsa;
- required_device<atari_xga_device> m_xga;
+ optional_device<atari_xga_device> m_xga;
required_shared_ptr<uint32_t> m_mo_command;