summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/playch10.h
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2022-02-20 06:30:41 -0900
committer GitHub <noreply@github.com>2022-02-21 02:30:41 +1100
commit9782118a7e707671808556db38a69207ce750bc5 (patch)
tree52b2554cab11825dc18c38b924f7ce922fa1860b /src/mame/includes/playch10.h
parent180414e0765216d7277836b64aad3506003ad098 (diff)
Various NES and friends cleanups. (#9312)
* nes.h: Removed ancient unused defines and variables. * playch10.cpp: Removed unused shared pointer. * vsnes.cpp: Changed BaseBall in titles to Baseball. * bus/nes: Cleaned up various device_type comparisons and set some consts const. * sound/nes_defs.h: Fixed a DPCM table entry that was off by one.
Diffstat (limited to 'src/mame/includes/playch10.h')
-rw-r--r--src/mame/includes/playch10.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/playch10.h b/src/mame/includes/playch10.h
index 3875fe082fa..6eef1bd1c3e 100644
--- a/src/mame/includes/playch10.h
+++ b/src/mame/includes/playch10.h
@@ -22,7 +22,6 @@ public:
, m_rp5h01(*this, "rp5h01")
, m_ram_8w(*this, "ram_8w")
, m_videoram(*this, "videoram")
- , m_work_ram(*this, "work_ram")
, m_gfxdecode(*this, "gfxdecode")
, m_vrom_region(*this, "gfx2")
, m_timedigits(*this, "digit_%u", 0U)
@@ -149,7 +148,6 @@ private:
required_shared_ptr<uint8_t> m_ram_8w;
required_shared_ptr<uint8_t> m_videoram;
- required_shared_ptr<uint8_t> m_work_ram;
required_device<gfxdecode_device> m_gfxdecode;
optional_memory_region m_vrom_region;