From 8eeb31a04c674a2335f972725a0ca277cfc18f1c Mon Sep 17 00:00:00 2001 From: Phil Bennett Date: Wed, 21 Oct 2009 10:18:15 +0000 Subject: [PATCH] Fixed a couple of source typos [Christophe Jaillet] > -----Original Message----- > From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] > Sent: Saturday, October 17, 2009 9:03 AM > To: submit@mamedev.org > Subject: Patch against 2 typo in comments > > Hi, > > all is said in the object of the mail. Catch while going thrue the > code. > > Hope this help. > Best regards, > > CJ --- src/emu/memory.c | 2 +- src/mame/video/kaneko16.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emu/memory.c b/src/emu/memory.c index 5cc8c736dd9..4e2ffaf09ea 100644 --- a/src/emu/memory.c +++ b/src/emu/memory.c @@ -879,7 +879,7 @@ direct_update_func memory_set_direct_update_handler(const address_space *space, /*------------------------------------------------- - memory_set_direct_region - called by deivce + memory_set_direct_region - called by device cores to update the opcode base for the given address -------------------------------------------------*/ diff --git a/src/mame/video/kaneko16.c b/src/mame/video/kaneko16.c index d6928c9f02e..eab1675c7dd 100644 --- a/src/mame/video/kaneko16.c +++ b/src/mame/video/kaneko16.c @@ -543,7 +543,7 @@ void kaneko16_draw_sprites(running_machine *machine, bitmap_t *bitmap, const rec { /* Sprites *must* be parsed from the first in RAM to the last, because of the multisprite feature. But they *must* be drawn - from the last in RAM (frontmost) to the firtst in order to + from the last in RAM (frontmost) to the first in order to cope with priorities using pdrawgfx. Hence we parse them from first to last and put the result