summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/includes/galaga.h8
-rw-r--r--src/mame/video/bosco.cpp3
-rw-r--r--src/mame/video/h01x.cpp1
3 files changed, 3 insertions, 9 deletions
diff --git a/src/mame/includes/galaga.h b/src/mame/includes/galaga.h
index bdcf441cb29..b3b082b906c 100644
--- a/src/mame/includes/galaga.h
+++ b/src/mame/includes/galaga.h
@@ -76,7 +76,7 @@ protected:
virtual void machine_start() override;
virtual void machine_reset() override;
- /* memory pointers */
+ /* memory pointers, devices */
optional_shared_ptr<uint8_t> m_videoram;
optional_shared_ptr<uint8_t> m_galaga_ram1;
optional_shared_ptr<uint8_t> m_galaga_ram2;
@@ -93,11 +93,7 @@ protected:
optional_device<starfield_05xx_device> m_starfield; // not present on battles, digdug, xevious
emu_timer *m_cpu3_interrupt_timer;
- uint32_t m_galaga_gfxbank; // used by catsbee
-
- /* devices */
-
- /* bank support */
+ uint32_t m_galaga_gfxbank; // used by gatsbee
/* shared */
tilemap_t *m_fg_tilemap;
diff --git a/src/mame/video/bosco.cpp b/src/mame/video/bosco.cpp
index ce688fc48d9..7e70800d505 100644
--- a/src/mame/video/bosco.cpp
+++ b/src/mame/video/bosco.cpp
@@ -18,9 +18,6 @@
#include "includes/bosco.h"
-#define VIDEO_RAM_SIZE 0x400
-
-
void bosco_state::bosco_palette(palette_device &palette) const
{
const uint8_t *color_prom = memregion("proms")->base();
diff --git a/src/mame/video/h01x.cpp b/src/mame/video/h01x.cpp
index a14998fce52..f5fac3b4f4e 100644
--- a/src/mame/video/h01x.cpp
+++ b/src/mame/video/h01x.cpp
@@ -1,4 +1,5 @@
// license:BSD-3-Clause
+// copyright-holders:zzemu-cn
/***************************************************************************
NF500A (TRS80 Level II Basic)
09/01/2019