From 6552e04c0666a36d88d99de600c2ee0b47659382 Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 12 Jun 2020 23:57:05 +0200 Subject: galaga.h: saw a typo (nw) --- src/mame/includes/galaga.h | 8 ++------ src/mame/video/bosco.cpp | 3 --- src/mame/video/h01x.cpp | 1 + 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 m_videoram; optional_shared_ptr m_galaga_ram1; optional_shared_ptr m_galaga_ram2; @@ -93,11 +93,7 @@ protected: optional_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 -- cgit v1.2.3