bfm_sc and maygay (nw)

This commit is contained in:
Miodrag Milanovic 2016-05-01 18:10:27 +02:00
parent 37c7b9eb31
commit 8aa532b3b0
16 changed files with 1517 additions and 1526 deletions

View File

@ -1234,15 +1234,14 @@ files {
MAME_DIR .. "src/mame/video/bfm_adr2.cpp", MAME_DIR .. "src/mame/video/bfm_adr2.cpp",
MAME_DIR .. "src/mame/video/bfm_adr2.h", MAME_DIR .. "src/mame/video/bfm_adr2.h",
MAME_DIR .. "src/mame/drivers/bfm_sc4.cpp", MAME_DIR .. "src/mame/drivers/bfm_sc4.cpp",
MAME_DIR .. "src/mame/drivers/bfm_sc4h.cpp",
MAME_DIR .. "src/mame/drivers/bfm_sc5.cpp", MAME_DIR .. "src/mame/drivers/bfm_sc5.cpp",
MAME_DIR .. "src/mame/includes/bfm_sc5.h", MAME_DIR .. "src/mame/includes/bfm_sc5.h",
MAME_DIR .. "src/mame/drivers/bfm_sc5sw.cpp", MAME_DIR .. "src/mame/drivers/bfm_sc5.inc",
MAME_DIR .. "src/mame/drivers/bfm_ad5.cpp", MAME_DIR .. "src/mame/drivers/bfm_ad5.cpp",
MAME_DIR .. "src/mame/includes/bfm_ad5.h", MAME_DIR .. "src/mame/includes/bfm_ad5.h",
MAME_DIR .. "src/mame/drivers/bfm_ad5sw.cpp", MAME_DIR .. "src/mame/drivers/bfm_ad5.inc",
MAME_DIR .. "src/mame/drivers/bfm_sc45_helper.cpp", MAME_DIR .. "src/mame/machine/bfm_sc45_helper.cpp",
MAME_DIR .. "src/mame/drivers/bfm_sc45_helper.h", MAME_DIR .. "src/mame/machine/bfm_sc45_helper.h",
MAME_DIR .. "src/mame/includes/bfm_sc45.h", MAME_DIR .. "src/mame/includes/bfm_sc45.h",
MAME_DIR .. "src/mame/drivers/bfm_swp.cpp", MAME_DIR .. "src/mame/drivers/bfm_swp.cpp",
MAME_DIR .. "src/mame/drivers/bfmsys83.cpp", MAME_DIR .. "src/mame/drivers/bfmsys83.cpp",
@ -2385,7 +2384,7 @@ createMAMEProjects(_target, _subtarget, "maygay")
files { files {
MAME_DIR .. "src/mame/drivers/maygay1b.cpp", MAME_DIR .. "src/mame/drivers/maygay1b.cpp",
MAME_DIR .. "src/mame/includes/maygay1b.h", MAME_DIR .. "src/mame/includes/maygay1b.h",
MAME_DIR .. "src/mame/drivers/maygay1bsw.cpp", MAME_DIR .. "src/mame/drivers/maygay1b.inc",
MAME_DIR .. "src/mame/drivers/maygayv1.cpp", MAME_DIR .. "src/mame/drivers/maygayv1.cpp",
MAME_DIR .. "src/mame/drivers/maygayep.cpp", MAME_DIR .. "src/mame/drivers/maygayep.cpp",
MAME_DIR .. "src/mame/drivers/maygaysw.cpp", MAME_DIR .. "src/mame/drivers/maygaysw.cpp",

View File

@ -112,11 +112,11 @@ belatra.cpp
berzerk.cpp berzerk.cpp
bestleag.cpp bestleag.cpp
bfcobra.cpp bfcobra.cpp
bfm_ad5sw.cpp bfm_ad5.cpp
bfm_sc1.cpp bfm_sc1.cpp
bfm_sc2.cpp bfm_sc2.cpp
bfm_sc4.cpp bfm_sc4.cpp
bfm_sc5sw.cpp bfm_sc5.cpp
bfm_swp.cpp bfm_swp.cpp
bfmsys83.cpp bfmsys83.cpp
bfmsys85.cpp bfmsys85.cpp
@ -661,7 +661,7 @@ markham.cpp
mastboy.cpp mastboy.cpp
matmania.cpp matmania.cpp
maxaflex.cpp maxaflex.cpp
maygay1bsw.cpp maygay1b.cpp
maygayep.cpp maygayep.cpp
maygaysw.cpp maygaysw.cpp
maygayv1.cpp maygayv1.cpp

View File

@ -14,10 +14,7 @@
#include "emu.h" #include "emu.h"
#include "includes/bfm_ad5.h" #include "includes/bfm_ad5.h"
#include "machine/mcf5206e.h" #include "machine/mcf5206e.h"
#include "machine/bfm_sc45_helper.h"
extern int find_project_string(running_machine &machine, int addrxor, int mode);
DRIVER_INIT_MEMBER(adder5_state,ad5) DRIVER_INIT_MEMBER(adder5_state,ad5)
{ {
@ -88,3 +85,5 @@ MACHINE_CONFIG_START( bfm_ad5, adder5_state )
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker") MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
/* unknown sound */ /* unknown sound */
MACHINE_CONFIG_END MACHINE_CONFIG_END
#include "bfm_ad5sw.inc"

View File

@ -13,9 +13,6 @@
*/ */
#include "emu.h"
#include "includes/bfm_ad5.h"
MACHINE_CONFIG_EXTERN( bfm_ad5 ); MACHINE_CONFIG_EXTERN( bfm_ad5 );
INPUT_PORTS_EXTERN( bfm_ad5 ); INPUT_PORTS_EXTERN( bfm_ad5 );

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
#include "machine/mcf5206e.h" #include "machine/mcf5206e.h"
#include "bfm_sc5.lh" #include "bfm_sc5.lh"
#include "video/awpvid.h" #include "video/awpvid.h"
#include "bfm_sc45_helper.h" #include "machine/bfm_sc45_helper.h"
@ -231,3 +231,5 @@ MACHINE_CONFIG_START( bfm_sc5, bfm_sc5_state )
MCFG_SOUND_ADD("ymz", YMZ280B, 16000000) // ?? Mhz MCFG_SOUND_ADD("ymz", YMZ280B, 16000000) // ?? Mhz
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END MACHINE_CONFIG_END
#include "bfm_sc5sw.inc"

View File

@ -12,8 +12,6 @@
*/ */
#include "emu.h"
#include "includes/bfm_sc5.h"
MACHINE_CONFIG_EXTERN( bfm_sc5 ); MACHINE_CONFIG_EXTERN( bfm_sc5 );
INPUT_PORTS_EXTERN( bfm_sc5 ); INPUT_PORTS_EXTERN( bfm_sc5 );

View File

@ -713,3 +713,5 @@ DRIVER_INIT_MEMBER(maygay1b_state,m1)
m_maincpu->space(AS_PROGRAM).install_write_handler(0x2420, 0x2421, write8_delegate(FUNC(maygay1b_state::m1ab_no_oki_w), this)); m_maincpu->space(AS_PROGRAM).install_write_handler(0x2420, 0x2421, write8_delegate(FUNC(maygay1b_state::m1ab_no_oki_w), this));
} }
} }
#include "maygay1b.inc"

View File

@ -20,9 +20,6 @@
*/ */
#include "emu.h"
#include "includes/maygay1b.h"
INPUT_PORTS_EXTERN( maygay_m1 ); INPUT_PORTS_EXTERN( maygay_m1 );

View File

@ -1,7 +1,7 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:David Haywood // copyright-holders:David Haywood
#include "cpu/m68000/m68000.h" #include "cpu/m68000/m68000.h"
#include "includes/bfm_sc45.h" #include "includes/bfm_sc4.h"
class adder5_state : public driver_device class adder5_state : public driver_device

View File

@ -1,7 +1,7 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:David Haywood // copyright-holders:David Haywood
#include "cpu/m68000/m68000.h" #include "cpu/m68000/m68000.h"
#include "includes/bfm_sc45.h" #include "includes/bfm_sc4.h"
class bfm_sc5_state : public bfm_sc45_state class bfm_sc5_state : public bfm_sc45_state
{ {

View File

@ -2638,7 +2638,7 @@ qosb // 1992 BFM
quizvadr // 1991 BFM quizvadr // 1991 BFM
trebltop // 1991 BFM trebltop // 1991 BFM
@source:bfm_ad5sw.cpp @source:bfm_ad5.cpp
ad5bpfpm // Bullseye Pounds For Points (Mazooma) ad5bpfpm // Bullseye Pounds For Points (Mazooma)
ad5bpfpma // ad5bpfpma //
ad5bpfpmb // ad5bpfpmb //
@ -6714,7 +6714,7 @@ sc4ziggye //
sc4ziggyf // sc4ziggyf //
sc4ziggyg // sc4ziggyg //
@source:bfm_sc5sw.cpp @source:bfm_sc5.cpp
sc5_3414 // sc5_3414 //
sc5_3434 // sc5_3434 //
sc5_3435 // sc5_3435 //
@ -17398,7 +17398,7 @@ mf_bdash // (c) 1984 Exidy / First Star Software
mf_brist // (c) 1983 Exidy / First Star Software mf_brist // (c) 1983 Exidy / First Star Software
mf_flip // (c) 1983 Exidy / First Star Software mf_flip // (c) 1983 Exidy / First Star Software
@source:maygay1bsw.cpp @source:maygay1b.cpp
m1albsq // Albert Square (Maygay) m1albsq // Albert Square (Maygay)
m1albsq1 // m1albsq1 //
m1albsq1p // m1albsq1p //