summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/phoenix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/phoenix.cpp')
-rw-r--r--src/mame/video/phoenix.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/phoenix.cpp b/src/mame/video/phoenix.cpp
index 5c7b365924c..9407302810e 100644
--- a/src/mame/video/phoenix.cpp
+++ b/src/mame/video/phoenix.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Richard Davies
/***************************************************************************
- video.c
+ phoenix.cpp
Functions to emulate the video hardware of the machine.
@@ -273,7 +273,7 @@ WRITE8_MEMBER(phoenix_state::pleiads_videoreg_w)
/* the palette table is at $0420-$042f and is set by $06bc.
Four palette changes by level. The palette selection is
- wrong, but the same paletter is used for both layers. */
+ wrong, but the same palette is used for both layers. */
if (m_palette_bank != ((data >> 1) & 3))
{