summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/unittest-cpp/docs/Writing-and-Running-Your-First-Test.md
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-05-03 05:48:37 +1000
committer Vas Crabb <vas@vastheman.com>2025-05-03 05:53:04 +1000
commit814dffd09436ebaed9024d2b1f0cb9d20b20cd11 (patch)
tree52fc23c7233a686a9918668c7245a9d41682cd5b /3rdparty/unittest-cpp/docs/Writing-and-Running-Your-First-Test.md
parentce4e1accac23c9dce7862a463546758a71928d76 (diff)
igs/igs011.cpp: Fixed inputs for lhb3 (same as lbh2).
Also identified the auto reach DIP switch for lhb2/lhb3 and cleaned up some code.
Diffstat (limited to '3rdparty/unittest-cpp/docs/Writing-and-Running-Your-First-Test.md')
0 files changed, 0 insertions, 0 deletions
n> machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag) , m_videoram(*this, "videoram"), m_battery_ram(*this, "battery_ram"){ } required_shared_ptr<UINT8> m_videoram; required_shared_ptr<UINT8> m_battery_ram; int m_trigger; DECLARE_WRITE8_MEMBER(porta_w); DECLARE_WRITE8_MEMBER(pia_ca2_w); DECLARE_WRITE8_MEMBER(portb_w); DECLARE_WRITE8_MEMBER(pia_irqa_w); DECLARE_WRITE8_MEMBER(pia_irqb_w); virtual void machine_reset(); virtual void palette_init(); }; /*----------- defined in video/truco.c -----------*/ SCREEN_UPDATE_IND16( truco );