galaga.h: saw a typo (nw)

This commit is contained in:
hap 2020-06-12 23:57:05 +02:00
parent 1ae6bbdb4f
commit 6552e04c06
3 changed files with 3 additions and 9 deletions

View File

@ -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;

View File

@ -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();

View File

@ -1,4 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:zzemu-cn
/***************************************************************************
NF500A (TRS80 Level II Basic)
09/01/2019