mirror of
https://github.com/holub/mame
synced 2025-05-21 05:08:54 +03:00
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:
parent
069f67d285
commit
8eeb31a04c
@ -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
|
cores to update the opcode base for the given
|
||||||
address
|
address
|
||||||
-------------------------------------------------*/
|
-------------------------------------------------*/
|
||||||
|
@ -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,
|
/* Sprites *must* be parsed from the first in RAM to the last,
|
||||||
because of the multisprite feature. But they *must* be drawn
|
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.
|
cope with priorities using pdrawgfx.
|
||||||
|
|
||||||
Hence we parse them from first to last and put the result
|
Hence we parse them from first to last and put the result
|
||||||
|
Loading…
Reference in New Issue
Block a user