Skip to content

Commit

Permalink
"hardware" typo corrections (nw)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tafoid committed Mar 30, 2019
1 parent f0cfd85 commit 9dd5f42
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/devices/cpu/z180/z180.cpp
Expand Up @@ -37,7 +37,7 @@ Package: P = 60-Pin Plastic DIP
Environmental Flow: C = Plastic Standard
Example from Ms.Pac-Man/Galaga - 20 year Reunion hardare (see src/mame/drivers/20pacgal.c):
Example from Ms.Pac-Man/Galaga - 20 year Reunion hardware (see src/mame/drivers/20pacgal.c):
CPU is Z8S18020VSC = Z180, 20MHz, 68-Pin PLCC, 0C to +70C, Plastic Standard
Expand Down
2 changes: 1 addition & 1 deletion src/mame/audio/dcs.cpp
Expand Up @@ -2674,7 +2674,7 @@ void dcs2_audio_dsio_device::device_add_mconfig(machine_config &config)

TIMER(config, "dcs_reg_timer").configure_generic(FUNC(dcs_audio_device::dcs_irq));
TIMER(config, "dcs_int_timer").configure_generic(FUNC(dcs_audio_device::internal_timer_callback));
TIMER(config, "dcs_sport0_timer").configure_generic(FUNC(dcs_audio_device::sport0_irq)); // roadburn needs this to pass harware test
TIMER(config, "dcs_sport0_timer").configure_generic(FUNC(dcs_audio_device::sport0_irq)); // roadburn needs this to pass hardware test

SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();
Expand Down
2 changes: 1 addition & 1 deletion src/mame/drivers/rulechan.cpp
Expand Up @@ -135,7 +135,7 @@
Dev notes:
Again, this driver was written based on a couple of ROM dumps and a
lot of reverse engineering, with no harware available, but guessing
lot of reverse engineering, with no hardware available, but guessing
that this firmware and hardware are similar to others well known
roulettes like Lucky Ball, Lucky Roulette, Corona, Re900, etc...
Expand Down
2 changes: 1 addition & 1 deletion src/mame/drivers/segald.cpp
Expand Up @@ -396,7 +396,7 @@ MACHINE_CONFIG_START(segald_state::astron)
GFXDECODE(config, m_gfxdecode, m_palette, gfx_segald);
PALETTE(config, m_palette).set_entries(256);

/* sound hardare */
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();
MACHINE_CONFIG_END
Expand Down
2 changes: 1 addition & 1 deletion src/mame/drivers/snesb.cpp
Expand Up @@ -2,7 +2,7 @@
// copyright-holders:Tomasz Slanina, Peter Ferrie,Stephane Humbert
/***************************************************************************
Arcade games (hacks of console games) running on SNES harware.
Arcade games (hacks of console games) running on SNES hardware.
Driver (based on nss.cpp) by Tomasz Slanina analog[at]op.pl
Expand Down
2 changes: 1 addition & 1 deletion src/mame/drivers/spg110.cpp
Expand Up @@ -372,4 +372,4 @@ ROM_END

// JAKKS Pacific Inc TV games
CONS( 2004, jak_capb, 0, 0, spg110_base, jak_capb, spg110_game_state, empty_init, "JAKKS Pacific Inc / HotGen Ltd", "Classic Arcade Pinball (JAKKS Pacific TV Game)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
CONS( 2004, jak_spdmo, jak_spdm, 0, spg110_base, jak_spdmo, spg110_game_state, empty_init, "JAKKS Pacific Inc / Digital Eclipse", "Spider-Man (JAKKS Pacific TV Game) (older hardare)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS ) // this is the smaller more 'square' style joystick that was originally released before the GameKey slot was added.
CONS( 2004, jak_spdmo, jak_spdm, 0, spg110_base, jak_spdmo, spg110_game_state, empty_init, "JAKKS Pacific Inc / Digital Eclipse", "Spider-Man (JAKKS Pacific TV Game) (older hardware)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS ) // this is the smaller more 'square' style joystick that was originally released before the GameKey slot was added.

0 comments on commit 9dd5f42

Please sign in to comment.