mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
"hardware" typo corrections (nw)
This commit is contained in:
parent
f0cfd857a1
commit
9dd5f42234
@ -37,7 +37,7 @@ Package: P = 60-Pin Plastic DIP
|
|||||||
Environmental Flow: C = Plastic Standard
|
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
|
CPU is Z8S18020VSC = Z180, 20MHz, 68-Pin PLCC, 0C to +70C, Plastic Standard
|
||||||
|
|
||||||
|
@ -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_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_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, "lspeaker").front_left();
|
||||||
SPEAKER(config, "rspeaker").front_right();
|
SPEAKER(config, "rspeaker").front_right();
|
||||||
|
@ -135,7 +135,7 @@
|
|||||||
Dev notes:
|
Dev notes:
|
||||||
|
|
||||||
Again, this driver was written based on a couple of ROM dumps and a
|
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
|
that this firmware and hardware are similar to others well known
|
||||||
roulettes like Lucky Ball, Lucky Roulette, Corona, Re900, etc...
|
roulettes like Lucky Ball, Lucky Roulette, Corona, Re900, etc...
|
||||||
|
|
||||||
|
@ -396,7 +396,7 @@ MACHINE_CONFIG_START(segald_state::astron)
|
|||||||
GFXDECODE(config, m_gfxdecode, m_palette, gfx_segald);
|
GFXDECODE(config, m_gfxdecode, m_palette, gfx_segald);
|
||||||
PALETTE(config, m_palette).set_entries(256);
|
PALETTE(config, m_palette).set_entries(256);
|
||||||
|
|
||||||
/* sound hardare */
|
/* sound hardware */
|
||||||
SPEAKER(config, "lspeaker").front_left();
|
SPEAKER(config, "lspeaker").front_left();
|
||||||
SPEAKER(config, "rspeaker").front_right();
|
SPEAKER(config, "rspeaker").front_right();
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// copyright-holders:Tomasz Slanina, Peter Ferrie,Stephane Humbert
|
// 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
|
Driver (based on nss.cpp) by Tomasz Slanina analog[at]op.pl
|
||||||
|
|
||||||
|
@ -372,4 +372,4 @@ ROM_END
|
|||||||
|
|
||||||
// JAKKS Pacific Inc TV games
|
// 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_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.
|
||||||
|
Loading…
Reference in New Issue
Block a user