summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2021-01-02 19:20:08 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2021-01-02 19:20:08 +0100
commit1944eded0db72a3bee702f4ec3eb47ece8b70e94 (patch)
tree42b29251472947103a5ea66376f1ac99a745a197 /src
parentdbee11e6461f865086512d8298d39ba4f1cc7f10 (diff)
bingoc.cpp: fixed clang build
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/bingoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bingoc.cpp b/src/mame/drivers/bingoc.cpp
index 447654ce9f6..3801b6ab9ea 100644
--- a/src/mame/drivers/bingoc.cpp
+++ b/src/mame/drivers/bingoc.cpp
@@ -72,7 +72,7 @@ protected:
virtual void video_start() override;
private:
- uint8_t m_x;
+ //uint8_t m_x;
[[maybe_unused]] void main_sound_latch_w(uint8_t data);
void sound_play_w(uint8_t data);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
19-11-01 00:47:41 +1100'>2019-11-011-5/+5 * (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-8/+8 * (nw) Clean up the mess on master Vas Crabb2019-03-261-17/+18 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-18/+17 * (nw) sorry, take 2 Ivan Vangelista2019-02-251-1/+1 * volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-11/+12 * emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1 * imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+4 * upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1 * src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-101-1/+2 * pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-1/+1 * upd1990a, upd4701, upd4992, upd7002: removed MCFG macros (nw) Ivan Vangelista2018-09-261-7/+7 * -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1 * devcb3 Vas Crabb2018-07-071-21/+21 * prof80: Eliminate timer_set; use finder array for floppies (nw) AJR2018-06-301-6/+9 * small cleanup (nw) Vas Crabb2018-06-181-9/+9 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3 * Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-3/+3 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-22/+22 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+19 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2