mirror of
https://github.com/holub/mame
synced 2025-05-19 12:18:56 +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
|
||||
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,
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user