summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gng.c')
-rw-r--r--src/mame/drivers/gng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gng.c b/src/mame/drivers/gng.c
index 645420a19df..71c9052acf7 100644
--- a/src/mame/drivers/gng.c
+++ b/src/mame/drivers/gng.c
@@ -325,7 +325,7 @@ static MACHINE_RESET( gng )
int i;
/* TODO: PCB reference clearly shows that the POST has random/filled data on the paletteram.
- For now let's fill everything with white colors until we have better info about it */
+ For now let's fill everything with white colors until we have better info about it */
for(i=0;i<0x100;i+=4)
{
machine.generic.paletteram.u8[i] = machine.generic.paletteram2.u8[i] = 0x00;