Misc typo fixes.

This commit is contained in:
Jordi Mallach 2016-10-27 13:45:15 +02:00
parent 0d87ff49b1
commit 94220aa08b
9 changed files with 18 additions and 18 deletions

View File

@ -78,7 +78,7 @@ SLOT_INTERFACE_START(neogeo_cart)
SLOT_INTERFACE_INTERNAL("boot_cthd2k3", NEOGEO_CTHD2K3_CART)
SLOT_INTERFACE_INTERNAL("boot_ct2k3sp", NEOGEO_CT2K3SP_CART)
SLOT_INTERFACE_INTERNAL("boot_ct2k3sa", NEOGEO_CT2K3SA_CART)
SLOT_INTERFACE_INTERNAL("boot_matrimbl", NEOGEO_MATRIMBL_CART) // this also uses a CMC for SFIX & addditional prg scramble from kof2002
SLOT_INTERFACE_INTERNAL("boot_matrimbl", NEOGEO_MATRIMBL_CART) // this also uses a CMC for SFIX & additional prg scramble from kof2002
// Bootleg logic for SVC clones
SLOT_INTERFACE_INTERNAL("boot_svcboot", NEOGEO_SVCBOOT_CART) // this also uses a PVC protection/encryption

View File

@ -372,7 +372,7 @@ void aica_device::StartSlot(AICA_SLOT *slot)
slot->active=1;
slot->Backwards=0;
slot->cur_addr=0; slot->nxt_addr=1<<SHIFT; slot->prv_addr=-1;
start_offset = SA(slot); // AICA can play 16-bit samples from any boundry
start_offset = SA(slot); // AICA can play 16-bit samples from any boundary
slot->base=&m_AICARAM[start_offset];
slot->step=Step(slot);
Compute_EG(slot);

View File

@ -1422,7 +1422,7 @@ void zeus2_renderer::zeus2_draw_quad(const uint32_t *databuffer, uint32_t texdat
}
}
if (logextra & logit && m_state->zeus_quad_size == 14) {
m_state->logerror("uknown: int16: %d %d %d %d %d %d %d %d float: %f %f %f %f\n",
m_state->logerror("unknown: int16: %d %d %d %d %d %d %d %d float: %f %f %f %f\n",
unknown[0], unknown[1], unknown[2], unknown[3], unknown[4], unknown[5], unknown[6], unknown[7],
unknownFloat[0], unknownFloat[1], unknownFloat[2], unknownFloat[3]);
}

View File

@ -11,7 +11,7 @@
IMPORTANT:
"physical" block addresses are the actual addresses on the emulated CD.
"chd" block addresses are the block addresses in the CHD file.
Because we pad each track to a 4-frame boundry, these addressing
Because we pad each track to a 4-frame boundary, these addressing
schemes will differ after track 1!
***************************************************************************/

View File

@ -9,7 +9,7 @@
preliminary video based on llcharm / g4u5 set ONLY
there is clearly a way to set the base adddress for the tiles, or they should get
there is clearly a way to set the base address for the tiles, or they should get
DMAd elsewhere before use.
ends up making some accesses to the rom area because the pointer it gets from RAM is 0

View File

@ -3952,10 +3952,10 @@ ROM_START( lhzb2 )
ROM_REGION( 0x10000, "igs022data", 0 ) // INTERNATIONAL GAMES SYSTEM CO.,LTD
ROM_LOAD( "m1104.u11",0x0000, 0x10000, CRC(794d0276) SHA1(ac903d2faa3fb315438dc8da22c5337611a8790d) )
ROM_REGION( 0x400000, "sprites", 0 ) // adddress scrambling
ROM_REGION( 0x400000, "sprites", 0 ) // address scrambling
ROM_LOAD16_WORD_SWAP( "m1101.u6", 0x000000, 0x400000, CRC(0114e9d1) SHA1(5b16170d3cd8b8e1662c949b7234fbdd2ca927f7) ) // FIXED BITS (0xxxxxxxxxxxxxxx)
ROM_REGION( 0x80000, "tilemaps", 0 ) // adddress scrambling
ROM_REGION( 0x80000, "tilemaps", 0 ) // address scrambling
ROM_LOAD16_WORD_SWAP( "m1103.u8", 0x00000, 0x80000, CRC(4d3776b4) SHA1(fa9b311b1a6ad56e136b66d090bc62ed5003b2f2) )
ROM_REGION( 0x80000, "oki", 0 )
@ -3968,10 +3968,10 @@ ROM_START( lhzb2a )
ROM_REGION( 0x80000, "maincpu", 0 )
ROM_LOAD16_WORD_SWAP( "p-4096", 0x00000, 0x80000, CRC(41293f32) SHA1(df4e993f4a458729ade13981e58f32d8116c0082) )
ROM_REGION( 0x400000, "sprites", 0 ) // adddress scrambling
ROM_REGION( 0x400000, "sprites", 0 ) // address scrambling
ROM_LOAD16_WORD_SWAP( "m1101.u6", 0x000000, 0x400000, CRC(0114e9d1) SHA1(5b16170d3cd8b8e1662c949b7234fbdd2ca927f7) ) // FIXED BITS (0xxxxxxxxxxxxxxx)
ROM_REGION( 0x80000, "tilemaps", 0 ) // adddress scrambling
ROM_REGION( 0x80000, "tilemaps", 0 ) // address scrambling
ROM_LOAD16_WORD_SWAP( "m1103.u8", 0x00000, 0x80000, CRC(4d3776b4) SHA1(fa9b311b1a6ad56e136b66d090bc62ed5003b2f2) )
ROM_REGION( 0x80000, "oki", 0 )
@ -4027,10 +4027,10 @@ ROM_START( slqz2 )
ROM_REGION( 0x10000, "igs022data", 0 ) // INTERNATIONAL GAMES SYSTEM CO.,LTD
ROM_LOAD( "m1103.u12", 0x00000, 0x10000, CRC(9f3b8d65) SHA1(5ee1ad025474399c2826f21d970e76f25d0fa1fd) )
ROM_REGION( 0x400000, "sprites", 0 ) // adddress scrambling
ROM_REGION( 0x400000, "sprites", 0 ) // address scrambling
ROM_LOAD16_WORD_SWAP( "m1101.u4", 0x000000, 0x400000, CRC(0114e9d1) SHA1(5b16170d3cd8b8e1662c949b7234fbdd2ca927f7) ) // FIXED BITS (0xxxxxxxxxxxxxxx)
ROM_REGION( 0x80000, "tilemaps", 0 ) // light adddress scrambling
ROM_REGION( 0x80000, "tilemaps", 0 ) // light address scrambling
ROM_LOAD( "text.u6", 0x00000, 0x80000, CRC(40d21adf) SHA1(18b202d6330ac89026bec2c9c8224b52540dd48d) )
ROM_REGION( 0x80000, "oki", 0 )

View File

@ -36,13 +36,13 @@ READ8_MEMBER( superslave_state::read )
{
uint8_t data = 0;
offs_t boundry = 0xc000 | ((m_memctrl & 0xf0) << 6);
offs_t boundary = 0xc000 | ((m_memctrl & 0xf0) << 6);
if ((offset < 0x1000) && BIT(m_cmd, 0))
{
data = m_rom->base()[offset & 0x7ff];
}
else if (offset < boundry)
else if (offset < boundary)
{
if (BIT(m_memctrl, 0))
{
@ -68,9 +68,9 @@ READ8_MEMBER( superslave_state::read )
WRITE8_MEMBER( superslave_state::write )
{
offs_t boundry = 0xc000 | ((m_memctrl & 0xf0) << 6);
offs_t boundary = 0xc000 | ((m_memctrl & 0xf0) << 6);
if (offset < boundry)
if (offset < boundary)
{
if (BIT(m_memctrl, 0))
{

View File

@ -687,8 +687,8 @@ static void decode_dssi_f_fill_area(device_t *device,uint16_t ds, uint16_t si,
device->logerror("Brush params\n");
device->logerror("Style=%04X, StyleIndex=%04X\n",brush->style,brush->style_index);
device->logerror("Colour1=%04X, Colour2=%04X\n",brush->colour1,brush->colour2);
device->logerror("transparency=%04X, boundry_spec=%04X\n",brush->transparency,brush->boundary_spec);
device->logerror("boundry colour=%04X, save colour=%04X\n",brush->boundary_colour,brush->save_colour);
device->logerror("transparency=%04X, boundary_spec=%04X\n",brush->transparency,brush->boundary_spec);
device->logerror("boundary colour=%04X, save colour=%04X\n",brush->boundary_colour,brush->save_colour);
OUTPUT_SEGOFS("SegData:OfsData",area_params->seg_data,area_params->ofs_data);

View File

@ -1915,7 +1915,7 @@ static void do_create_cd(parameters_t &params)
// process numprocessors
parse_numprocessors(params);
// pad each track to a 4-frame boundry. cdrom.c will deal with this on the read side
// pad each track to a 4-frame boundary. cdrom.c will deal with this on the read side
uint32_t origtotalsectors = 0;
uint32_t totalsectors = 0;
for (int tracknum = 0; tracknum < toc.numtrks; tracknum++)