summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ppu2c0x.h
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2020-03-11 14:42:00 +0000
committer GitHub <noreply@github.com>2020-03-11 10:42:00 -0400
commit4db634dfd908786cad140fa97a49c11a627a9019 (patch)
tree96522b0e7c5c474b0d1cf84aad1adf3b30c90ced /src/devices/video/ppu2c0x.h
parenta00cd931207746bf37d0903100a12f05d54cc050 (diff)
Plug & Play work (#6426)
* new NOT WORKING ---- Spider-Man Web Master (JAKKS Pacific TV Motion Game) [Sean Riddle, David Haywood] * new WORKING machine ---- Who Wants To Be A Millionaire (UK, Character Options) [Sean Riddle, David Haywood] * sh6578.work (nw) * (nw) * sh6578 work (nw) * main screen turn on (nw) * allow workram writes via DMA (nw)
Diffstat (limited to 'src/devices/video/ppu2c0x.h')
-rw-r--r--src/devices/video/ppu2c0x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/ppu2c0x.h b/src/devices/video/ppu2c0x.h
index 5660876674a..1a9900393e2 100644
--- a/src/devices/video/ppu2c0x.h
+++ b/src/devices/video/ppu2c0x.h
@@ -72,6 +72,7 @@ public:
auto int_callback() { return m_int_callback.bind(); }
/* routines */
+ rgb_t nespal_to_RGB(int color_intensity, int color_num);
virtual void init_palette();
void init_palette(bool indirect);
virtual uint32_t palette_entries() const override { return 4*16*8; }