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
This commit is contained in:
Phil Bennett 2009-10-21 10:18:15 +00:00
parent 069f67d285
commit 8eeb31a04c
2 changed files with 2 additions and 2 deletions

View File

@ -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
-------------------------------------------------*/

View File

@ -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