mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
galaga.h: saw a typo (nw)
This commit is contained in:
parent
1ae6bbdb4f
commit
6552e04c06
@ -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;
|
||||
|
@ -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();
|
||||
|
@ -1,4 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:zzemu-cn
|
||||
/***************************************************************************
|
||||
NF500A (TRS80 Level II Basic)
|
||||
09/01/2019
|
||||
|
Loading…
Reference in New Issue
Block a user