summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-08-25 17:58:46 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-08-25 17:58:46 +0000
commit2811f1f8f7cbea4bdbb0959e020f44d46ca27abc (patch)
tree3c1a74b46430836f2156c07e69704f6932edc46b /src
parent7bb097de2e8e0c52227910dcb41e84280710394b (diff)
Cleanups and version bump
Diffstat (limited to 'src')
-rw-r--r--src/emu/audit.c2
-rw-r--r--src/emu/clifront.c2
-rw-r--r--src/lib/formats/flopimg.c4
-rw-r--r--src/lib/formats/flopimg.h4
-rw-r--r--src/lib/formats/st_dsk.c2
-rw-r--r--src/lib/util/cdrom.c22
-rw-r--r--src/lib/util/chdcd.c18
-rw-r--r--src/mame/drivers/acesp.c8
-rw-r--r--src/mame/drivers/bfcobra.c18
-rw-r--r--src/mame/drivers/bfm_sc1.c74
-rw-r--r--src/mame/drivers/bfm_sc4.c102
-rw-r--r--src/mame/drivers/bfm_swp.c66
-rw-r--r--src/mame/drivers/bfmsys83.c4
-rw-r--r--src/mame/drivers/castle.c4
-rw-r--r--src/mame/drivers/ecoinfr.c84
-rw-r--r--src/mame/drivers/globalfr.c18
-rw-r--r--src/mame/drivers/jpmimpct.c10
-rw-r--r--src/mame/drivers/jpmmps.c20
-rw-r--r--src/mame/drivers/jpms80.c2
-rw-r--r--src/mame/drivers/jpmsys7.c4
-rw-r--r--src/mame/drivers/maygay1b.c6
-rw-r--r--src/mame/drivers/maygayep.c4
-rw-r--r--src/mame/drivers/maygaysw.c132
-rw-r--r--src/mame/drivers/mpu3.c2
-rw-r--r--src/mame/drivers/mpu4.c122
-rw-r--r--src/mame/drivers/mpu4vid.c18
-rw-r--r--src/mame/drivers/naomi.c30
-rw-r--r--src/mame/drivers/pluto5.c18
-rw-r--r--src/mame/drivers/proconn.c10
-rw-r--r--src/mame/drivers/saturn.c4
-rw-r--r--src/mame/drivers/splus.c14
-rw-r--r--src/mame/drivers/stv.c24
-rw-r--r--src/mame/drivers/superqix.c32
-rw-r--r--src/mame/drivers/taitoair.c2
-rw-r--r--src/mame/drivers/taitojc.c40
-rw-r--r--src/mame/drivers/tbowl.c2
-rw-r--r--src/mame/drivers/tecmo.c6
-rw-r--r--src/mame/machine/awboard.c2
-rw-r--r--src/mame/machine/awboard.h2
-rw-r--r--src/mame/machine/naomibd.c2
-rw-r--r--src/mame/machine/naomibd.h2
-rw-r--r--src/mame/machine/naomim1.c4
-rw-r--r--src/mame/machine/naomim1.h2
-rw-r--r--src/mame/machine/naomim2.c8
-rw-r--r--src/mame/machine/naomim4.c2
-rw-r--r--src/mame/machine/smpc.c6
-rw-r--r--src/mame/machine/stvcd.c46
-rw-r--r--src/mame/mame.lst293
-rw-r--r--src/mame/video/stvvdp1.c2
-rw-r--r--src/mame/video/stvvdp2.c52
-rw-r--r--src/mame/video/taitoair.c20
-rw-r--r--src/mame/video/taitojc.c30
-rw-r--r--src/version.c2
53 files changed, 705 insertions, 704 deletions
diff --git a/src/emu/audit.c b/src/emu/audit.c
index a68004f60fe..03318ac0ce0 100644
--- a/src/emu/audit.c
+++ b/src/emu/audit.c
@@ -156,7 +156,7 @@ m_searchpath = combinedpath;
//-------------------------------------------------
-// audit_device - audit the device
+// audit_device - audit the device
//-------------------------------------------------
media_auditor::summary media_auditor::audit_device(device_t *device, const char *validation)
diff --git a/src/emu/clifront.c b/src/emu/clifront.c
index 37feaf52132..356524a0a14 100644
--- a/src/emu/clifront.c
+++ b/src/emu/clifront.c
@@ -808,7 +808,7 @@ void cli_frontend::verifyroms(const char *gamename)
device_type type = *s_devices_sorted[i];
device_t *dev = (*type)(config, "dummy", owner, 0);
dev->config_complete();
-
+
if (mame_strwildcmp(gamename, dev->shortname()) == 0)
{
matched++;
diff --git a/src/lib/formats/flopimg.c b/src/lib/formats/flopimg.c
index 4f9f1a188fc..14268e28c58 100644
--- a/src/lib/formats/flopimg.c
+++ b/src/lib/formats/flopimg.c
@@ -1042,7 +1042,7 @@ bool floppy_image_format_t::type_no_data(int type) const
bool floppy_image_format_t::type_data_mfm(int type, int p1, const gen_crc_info *crcs) const
{
- return !type_no_data(type) &&
+ return !type_no_data(type) &&
type != RAW &&
type != RAWBITS &&
(type != CRC || (crcs[p1].type != CRC_CCITT && crcs[p1].type != CRC_AMIGA));
@@ -1179,7 +1179,7 @@ void floppy_image_format_t::generate_track(const desc_e *desc, UINT8 track, UINT
int sector_limit = 0;
while(desc[index].type != END) {
- // printf("%d.%d.%d (%d) - %d %d\n", desc[index].type, desc[index].p1, desc[index].p2, index, offset, offset/8);
+ // printf("%d.%d.%d (%d) - %d %d\n", desc[index].type, desc[index].p1, desc[index].p2, index, offset, offset/8);
switch(desc[index].type) {
case MFM:
for(int i=0; i<desc[index].p2; i++)
diff --git a/src/lib/formats/flopimg.h b/src/lib/formats/flopimg.h
index cbebaa2a2e5..3b9d2f1899b 100644
--- a/src/lib/formats/flopimg.h
+++ b/src/lib/formats/flopimg.h
@@ -271,8 +271,8 @@ protected:
int size; // Sector size, int bytes
const UINT8 *data; // Sector data
};
-
-
+
+
// Generate one track according to the description vector
// "sect" is a vector indexed by sector id
// "track_size" is in _cells_, i.e. 100000 for a usual 2us-per-cell track at 300rpm
diff --git a/src/lib/formats/st_dsk.c b/src/lib/formats/st_dsk.c
index c7821ffe1c9..8804583270f 100644
--- a/src/lib/formats/st_dsk.c
+++ b/src/lib/formats/st_dsk.c
@@ -41,7 +41,7 @@ st_gen_format::st_gen_format(const char *name,const char *extensions,const char
{ MFM, 0xfb, 1 }, \
{ SECTOR_DATA, -1 }, \
{ CRC_END, cid+1 }, \
- { CRC, cid+1 }
+ { CRC, cid+1 }
const floppy_image_format_t::desc_e st_gen_format::desc_fcp_9[] = {
{ MFM, 0x4e, 501 },
diff --git a/src/lib/util/cdrom.c b/src/lib/util/cdrom.c
index 6825bd6a417..0e0da82e1fb 100644
--- a/src/lib/util/cdrom.c
+++ b/src/lib/util/cdrom.c
@@ -125,11 +125,11 @@ INLINE UINT32 physical_to_chd_lba(cdrom_file *file, UINT32 physlba, UINT32 *trac
***************************************************************************/
cdrom_file *cdrom_open(const char *inputfile)
-{
+{
int i;
cdrom_file *file;
- UINT32 physofs;
-
+ UINT32 physofs;
+
/* allocate memory for the CD-ROM file */
file = (cdrom_file *)malloc(sizeof(cdrom_file));
if (file == NULL)
@@ -193,7 +193,7 @@ cdrom_file *cdrom_open(const char *inputfile)
return NULL;
}
- return file;
+ return file;
}
/*-------------------------------------------------
@@ -289,15 +289,15 @@ void cdrom_close(cdrom_file *file)
/* free the cache */
if (file->cache)
free(file->cache);
-
- if (file->chd == NULL)
+
+ if (file->chd == NULL)
{
for (int i = 0; i < file->cdtoc.numtrks; i++)
{
core_fclose(file->fhandle[i]);
}
}
-
+
free(file);
}
@@ -726,18 +726,18 @@ static chd_error read_sector_into_cache(cdrom_file *file, UINT32 lbasector, UINT
err = chd_read(file->chd, hunknum, file->cache);
if (err != CHDERR_NONE)
return err;
- } else {
+ } else {
core_file *srcfile = file->fhandle[*tracknum];
UINT64 sourcefileoffset = file->track_info.offset[*tracknum];
- int bytespersector = file->cdtoc.tracks[*tracknum].datasize + file->cdtoc.tracks[*tracknum].subsize;
+ int bytespersector = file->cdtoc.tracks[*tracknum].datasize + file->cdtoc.tracks[*tracknum].subsize;
sourcefileoffset += chdsector * bytespersector;
core_fseek(srcfile, sourcefileoffset, SEEK_SET);
core_fread(srcfile, file->cache, bytespersector);
- if (file->track_info.swap[*tracknum])
+ if (file->track_info.swap[*tracknum])
{
for (int swapindex = 0; swapindex < 2352; swapindex += 2 )
{
@@ -747,7 +747,7 @@ static chd_error read_sector_into_cache(cdrom_file *file, UINT32 lbasector, UINT
}
}
}
-
+
file->cachehunk = hunknum;
}
return CHDERR_NONE;
diff --git a/src/lib/util/chdcd.c b/src/lib/util/chdcd.c
index b5ce1de3a77..0c827e36098 100644
--- a/src/lib/util/chdcd.c
+++ b/src/lib/util/chdcd.c
@@ -38,7 +38,7 @@ static char linebuffer[512];
***************************************************************************/
static astring get_file_path(astring &path)
-{
+{
int pos = path.rchr( 0, '\\');
if (pos!=-1) {
path = path.substr(0,pos+1);
@@ -313,7 +313,7 @@ chd_error chdcd_parse_nero(const char *tocfname, cdrom_toc *outtoc, chdcd_track_
astring path = astring(tocfname);
- infile = fopen(tocfname, "rt");
+ infile = fopen(tocfname, "rt");
path = get_file_path(path);
if (infile == (FILE *)NULL)
@@ -460,7 +460,7 @@ static chd_error chdcd_parse_gdi(const char *tocfname, cdrom_toc *outtoc, chdcd_
astring path = astring(tocfname);
- infile = fopen(tocfname, "rt");
+ infile = fopen(tocfname, "rt");
path = get_file_path(path);
if (infile == (FILE *)NULL)
@@ -526,12 +526,12 @@ static chd_error chdcd_parse_gdi(const char *tocfname, cdrom_toc *outtoc, chdcd_
}
astring name;
-
- tok=strtok(NULL," ");
+
+ tok=strtok(NULL," ");
name = tok;
if (tok[0]=='"') {
do {
- tok=strtok(NULL," ");
+ tok=strtok(NULL," ");
if (tok!=NULL) {
name += " ";
name += tok;
@@ -541,7 +541,7 @@ static chd_error chdcd_parse_gdi(const char *tocfname, cdrom_toc *outtoc, chdcd_
}
strncpy(outinfo->fname[trknum], path.cstr(), 256);
strncat(outinfo->fname[trknum], name, 256);
-
+
sz=get_file_size(outinfo->fname[trknum]);
outtoc->tracks[trknum].frames=sz/trksize;
@@ -593,7 +593,7 @@ chd_error chdcd_parse_cue(const char *tocfname, cdrom_toc *outtoc, chdcd_track_i
UINT32 wavlen, wavoffs;
astring path = astring(tocfname);
- infile = fopen(tocfname, "rt");
+ infile = fopen(tocfname, "rt");
path = get_file_path(path);
if (infile == (FILE *)NULL)
{
@@ -869,7 +869,7 @@ chd_error chdcd_parse_toc(const char *tocfname, cdrom_toc *outtoc, chdcd_track_i
astring path = astring(tocfname);
- infile = fopen(tocfname, "rt");
+ infile = fopen(tocfname, "rt");
path = get_file_path(path);
if (infile == (FILE *)NULL)
diff --git a/src/mame/drivers/acesp.c b/src/mame/drivers/acesp.c
index e1b848537d9..3bd6067799a 100644
--- a/src/mame/drivers/acesp.c
+++ b/src/mame/drivers/acesp.c
@@ -235,7 +235,7 @@ ROM_START( sp_gnat )
ROM_LOAD( "grand_national", 0x0000, 0x01681e, CRC(3390b136) SHA1(a7ebbd260ac2e36cb5ad52efc43ac88058e4cd55) )
// from a bwb set, paired with gn597p6a
- ROM_LOAD( "597 gnsk all cash p6.2.bin", 0x0000, 0x008000, CRC(2bd1c9c6) SHA1(4b1249fc7aca548e8acd4ee75bf2260dd512ac72) )
+ ROM_LOAD( "597 gnsk all cash p6.2.bin", 0x0000, 0x008000, CRC(2bd1c9c6) SHA1(4b1249fc7aca548e8acd4ee75bf2260dd512ac72) )
ROM_END
@@ -386,7 +386,7 @@ ROM_START( sp_playa )
ROM_END
-ROM_START( sp_playaa ) // these seem overdumped (all have identical halves) but there are more revisions here than above
+ROM_START( sp_playaa ) // these seem overdumped (all have identical halves) but there are more revisions here than above
ROM_REGION( 0x80000, "maincpu", 0 )
ROM_LOAD( "pia05a_a.3_2", 0x0000, 0x008000, CRC(44c7116b) SHA1(09aaa635c1985f5d5d83a969760b12502b751daa) )
ROM_IGNORE(0x8000)
@@ -1199,7 +1199,7 @@ ROM_END
ROM_START( sp_five )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "fn19.bin", 0x0000, 0x010000, CRC(4721ccf8) SHA1(a6b7b238df7e7cf45c049b4fb16bf0c05fb95b41) )
-
+
ROM_REGION( 0x80000, "altrevs", 0 )
ROM_LOAD( "fn19p.bin", 0x0000, 0x010000, CRC(ac2de72f) SHA1(61263944fe29b5f5c79c987989a784b32700c902) )
ROM_END
@@ -1208,7 +1208,7 @@ ROM_START( sp_carry )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "carry on 10p payout p2.bin", 0x0000, 0x8000, CRC(1db4062c) SHA1(92098a145c9cdf04758b92998dd4fca7945cf991) )
ROM_LOAD( "carry on p1.bin", 0x8000, 0x8000, CRC(9a989d88) SHA1(e4cb4107c30b22fe9d952888285eb23de3005d2c) )
-// ROM_LOAD( "carry on v6 p1.bin", 0x0000, 0x008000, CRC(9a989d88) SHA1(e4cb4107c30b22fe9d952888285eb23de3005d2c) )
+// ROM_LOAD( "carry on v6 p1.bin", 0x0000, 0x008000, CRC(9a989d88) SHA1(e4cb4107c30b22fe9d952888285eb23de3005d2c) )
ROM_REGION( 0x80000, "altrevs", 0 )
ROM_LOAD( "carry on 20p payout p2.bin", 0x0000, 0x008000, CRC(ae1b2c66) SHA1(47a17c5178520d7ed6bc3aaaef111e8188d9a6b0) )
diff --git a/src/mame/drivers/bfcobra.c b/src/mame/drivers/bfcobra.c
index a0d4ba6b885..889fd5b30de 100644
--- a/src/mame/drivers/bfcobra.c
+++ b/src/mame/drivers/bfcobra.c
@@ -1951,15 +1951,15 @@ ROM_START( qosb )
ROM_LOAD( "snd1_218.ic7", 0x00000, 0x10000, CRC(061f496d) SHA1(653d16454d909c034191813b37d14010da7258c6) )
ROM_LOAD( "snd2_219.ic8", 0x10000, 0x10000, CRC(d7874a47) SHA1(5bbd4040c7c0299e8cc135e6c6cd05370b260e9b) )
- /* there is a set close to this with
-
- ROM_LOAD( "qosrom0", 0x0000, 0x080000, CRC(4f150634) SHA1(beb1d3c212b189f3baa08fe454e83f30108be08e) )
- qosrom1 = rom1_307.bin qosb A Question of Sport (39-960-089)
- ROM_LOAD( "qosrom2", 0x0000, 0x080000, CRC(c39737db) SHA1(ccfdb19dab3af064db44e6022248aef98749bc97) )
- ROM_LOAD( "qosrom3", 0x0000, 0x080000, CRC(785b8ff9) SHA1(61b31e0e60c31ecb4b179bfe008a96155d939709) )
- ROM_LOAD( "qossnd1", 0x0000, 0x010000, CRC(888a29f8) SHA1(0e5aa9db54e783708ece1e8c7bffb10d994ab384) )
-
- but it simply looks like a bad dump, rom3 is an alt 'rom 2' and the others are mostly the same as qosb
+ /* there is a set close to this with
+
+ ROM_LOAD( "qosrom0", 0x0000, 0x080000, CRC(4f150634) SHA1(beb1d3c212b189f3baa08fe454e83f30108be08e) )
+ qosrom1 = rom1_307.bin qosb A Question of Sport (39-960-089)
+ ROM_LOAD( "qosrom2", 0x0000, 0x080000, CRC(c39737db) SHA1(ccfdb19dab3af064db44e6022248aef98749bc97) )
+ ROM_LOAD( "qosrom3", 0x0000, 0x080000, CRC(785b8ff9) SHA1(61b31e0e60c31ecb4b179bfe008a96155d939709) )
+ ROM_LOAD( "qossnd1", 0x0000, 0x010000, CRC(888a29f8) SHA1(0e5aa9db54e783708ece1e8c7bffb10d994ab384) )
+
+ but it simply looks like a bad dump, rom3 is an alt 'rom 2' and the others are mostly the same as qosb
*/
ROM_END
diff --git a/src/mame/drivers/bfm_sc1.c b/src/mame/drivers/bfm_sc1.c
index b2ae4b0fac3..55f51a89909 100644
--- a/src/mame/drivers/bfm_sc1.c
+++ b/src/mame/drivers/bfm_sc1.c
@@ -160,7 +160,7 @@ static int Scorpion1_GetSwitchState(bfm_sc1_state *drvstate, int strobe, int dat
static WRITE8_HANDLER( bankswitch_w )
{
-// printf("bankswitch %02x\n", data);
+// printf("bankswitch %02x\n", data);
memory_set_bank(space->machine(),"bank1",data & 0x03);
}
@@ -1570,27 +1570,27 @@ ROM_END
ROM_START( sc1clbtm )
ROM_REGION( 0x10000, "maincpu", 0 )
-
+
/* these are other hw (SC4?)
- ROM_LOAD( "95008055.bin", 0x0000, 0x100000, CRC(df9ae6e3) SHA1(5766cb1749aa92c34a76270a641f7a9302cc44d7) )
- ROM_LOAD( "95008055.p1", 0x0000, 0x800000, CRC(ef474fd3) SHA1(e7427184683603b57a3a8b37452fa6ec7a41e34c) )
- ROM_LOAD( "95008056.p2", 0x0000, 0x800000, CRC(39b1b566) SHA1(937ec27964124b92b75d4b37d09a35585baa68c6) )
- ROM_LOAD( "95402149.lo", 0x0000, 0x080000, CRC(f5eee630) SHA1(102ef766562a67cd5c339d755f527252aee924be) )
- ROM_LOAD( "95402150.hi", 0x0000, 0x080000, CRC(19ada5f4) SHA1(3719e29465249026c781fe5226d05770c2e8ce99) )
- ROM_LOAD( "95402257.lo", 0x0000, 0x080000, CRC(fca966af) SHA1(63aa17640405fb858d776799e2388679dfe02a26) )
- ROM_LOAD( "95402258.hi", 0x0000, 0x080000, CRC(24ca572a) SHA1(5daa89c4427e70d0fbebfca116ea6932716f38f8) )
- ROM_LOAD( "95403149.lo", 0x0000, 0x080000, CRC(a62d1945) SHA1(197f9245d46cb156987cbacc1ac0c8230030fdcd) )
- ROM_LOAD( "95403150.hi", 0x0000, 0x080000, CRC(9f79e460) SHA1(0162d5fc54361c5853dc865d61849f766f833545) )
- ROM_LOAD( "95403257.lo", 0x0000, 0x080000, CRC(5aada808) SHA1(e24bc5e523961abdedfb27ec5cff2cbb6f45bddd) )
- ROM_LOAD( "95403258.hi", 0x0000, 0x080000, CRC(2b133e43) SHA1(805ca1ddf1ebcf6cbbd4b8b41baf5c2056b5bf17) )
- ROM_LOAD( "95404682.lo", 0x0000, 0x080000, CRC(3b9e429f) SHA1(01046d8671a287b2a1c739f84d28c69ba2c8c80f) )
- ROM_LOAD( "95404683.hi", 0x0000, 0x080000, CRC(f84b37ad) SHA1(4430c7fe6274d25de58342d255c4c4a52966b0b3) )
- ROM_LOAD( "95405682.lo", 0x0000, 0x080000, CRC(12d4bf1a) SHA1(2b28c5fdca13e7a70496984e02bfd3b98d60a9ac) )
- ROM_LOAD( "95405683.hi", 0x0000, 0x080000, CRC(b9aba368) SHA1(ec6404447c9e23e179ec1200848d966d5f3f846b) )
- ROM_LOAD( "95717692a.bin", 0x0000, 0x008000, CRC(f9fe7b9a) SHA1(0e3fe5da9fc837726d08f02a2c6ed782f016c982) )
- ROM_LOAD( "club-temptation_mtx_(ihex)ss.hex", 0x0000, 0x01d0da, CRC(08ebee96) SHA1(2e87d734c966abab1d4a59c9481ebea161f77286) )
- ROM_LOAD( "clubtempdot.bin", 0x0000, 0x010000, CRC(283d2d9c) SHA1(5b76a13ad674f8a40c270e5dbc61dac04d411d02) )
- */
+ ROM_LOAD( "95008055.bin", 0x0000, 0x100000, CRC(df9ae6e3) SHA1(5766cb1749aa92c34a76270a641f7a9302cc44d7) )
+ ROM_LOAD( "95008055.p1", 0x0000, 0x800000, CRC(ef474fd3) SHA1(e7427184683603b57a3a8b37452fa6ec7a41e34c) )
+ ROM_LOAD( "95008056.p2", 0x0000, 0x800000, CRC(39b1b566) SHA1(937ec27964124b92b75d4b37d09a35585baa68c6) )
+ ROM_LOAD( "95402149.lo", 0x0000, 0x080000, CRC(f5eee630) SHA1(102ef766562a67cd5c339d755f527252aee924be) )
+ ROM_LOAD( "95402150.hi", 0x0000, 0x080000, CRC(19ada5f4) SHA1(3719e29465249026c781fe5226d05770c2e8ce99) )
+ ROM_LOAD( "95402257.lo", 0x0000, 0x080000, CRC(fca966af) SHA1(63aa17640405fb858d776799e2388679dfe02a26) )
+ ROM_LOAD( "95402258.hi", 0x0000, 0x080000, CRC(24ca572a) SHA1(5daa89c4427e70d0fbebfca116ea6932716f38f8) )
+ ROM_LOAD( "95403149.lo", 0x0000, 0x080000, CRC(a62d1945) SHA1(197f9245d46cb156987cbacc1ac0c8230030fdcd) )
+ ROM_LOAD( "95403150.hi", 0x0000, 0x080000, CRC(9f79e460) SHA1(0162d5fc54361c5853dc865d61849f766f833545) )
+ ROM_LOAD( "95403257.lo", 0x0000, 0x080000, CRC(5aada808) SHA1(e24bc5e523961abdedfb27ec5cff2cbb6f45bddd) )
+ ROM_LOAD( "95403258.hi", 0x0000, 0x080000, CRC(2b133e43) SHA1(805ca1ddf1ebcf6cbbd4b8b41baf5c2056b5bf17) )
+ ROM_LOAD( "95404682.lo", 0x0000, 0x080000, CRC(3b9e429f) SHA1(01046d8671a287b2a1c739f84d28c69ba2c8c80f) )
+ ROM_LOAD( "95404683.hi", 0x0000, 0x080000, CRC(f84b37ad) SHA1(4430c7fe6274d25de58342d255c4c4a52966b0b3) )
+ ROM_LOAD( "95405682.lo", 0x0000, 0x080000, CRC(12d4bf1a) SHA1(2b28c5fdca13e7a70496984e02bfd3b98d60a9ac) )
+ ROM_LOAD( "95405683.hi", 0x0000, 0x080000, CRC(b9aba368) SHA1(ec6404447c9e23e179ec1200848d966d5f3f846b) )
+ ROM_LOAD( "95717692a.bin", 0x0000, 0x008000, CRC(f9fe7b9a) SHA1(0e3fe5da9fc837726d08f02a2c6ed782f016c982) )
+ ROM_LOAD( "club-temptation_mtx_(ihex)ss.hex", 0x0000, 0x01d0da, CRC(08ebee96) SHA1(2e87d734c966abab1d4a59c9481ebea161f77286) )
+ ROM_LOAD( "clubtempdot.bin", 0x0000, 0x010000, CRC(283d2d9c) SHA1(5b76a13ad674f8a40c270e5dbc61dac04d411d02) )
+ */
ROM_LOAD( "temp11a.bin", 0x8000, 0x008000, CRC(37c8b73e) SHA1(f718572d170be7b582c3818df7163309cea232b5) )
ROM_LOAD( "temp12b.bin", 0x0000, 0x008000, CRC(3c27c592) SHA1(081d61f974e2ae5c64729b32be4c0e5067a20550) )
@@ -1618,7 +1618,7 @@ ROM_START( sc1clbw )
ROM_LOAD( "cwise_a.bin", 0x0000, 0x008000, CRC(5b305f11) SHA1(592ea71fcb72eaa90fd421e3bd3761cfd686b019) )
ROM_LOAD( "cwise_b.bin", 0x0000, 0x008000, CRC(0528a718) SHA1(27f4225c948d93ce1c833679f97e045f3b7a6aac) )
- ROM_REGION( 0x20000, "upd", 0 )
+ ROM_REGION( 0x20000, "upd", 0 )
ROM_LOAD( "wisesnd.bin", 0x0000, 0x020000, CRC(35cb0314) SHA1(6ceec1fc17015d8228d55331fcffb77390161136) )
ROM_LOAD( "wisesnd1.bin", 0x0000, 0x010000, CRC(204605a6) SHA1(193a60878ed46f122e5d2d8f35fc6ea967b8734f) )
ROM_LOAD( "wisesnd2.bin", 0x010000, 0x010000, CRC(6aa66166) SHA1(2e7cc67afdce2febb541bb1d0e7c107876d4233d) )
@@ -1893,7 +1893,7 @@ ROM_START( sc1mast )
ROM_REGION( 0x40000, "upd", 0 )
ROM_LOAD( "asnd1.bin", 0x0000, 0x010000, CRC(229d0666) SHA1(68650c920d60df1eff00cd77e0308f5c2fd88baf) )
- ROM_LOAD( "asnd2.bin", 0x0000, 0x010000, CRC(3b286391) SHA1(0e0cd818d23d73b681905db98c0b9890809b25f6) )
+ ROM_LOAD( "asnd2.bin", 0x0000, 0x010000, CRC(3b286391) SHA1(0e0cd818d23d73b681905db98c0b9890809b25f6) )
ROM_END
@@ -2090,7 +2090,7 @@ ROM_START( sc1torn )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "tor930a", 0x8000, 0x008000, CRC(c645212d) SHA1(0cb0a6f15b22e3174a1600fe15a742d5f63d9ab2) )
ROM_LOAD( "tor930b", 0x0000, 0x008000, CRC(f6181dd5) SHA1(44b12e6f66bf45e2b2a91424941b10ea5e75428f) )
-
+
ROM_REGION( 0x40000, "altrevs", 0 )
ROM_LOAD( "tornado.792", 0x0000, 0x010000, CRC(7e8e8ad1) SHA1(0e093b81f4ab3d202f89215b26b360aac7f32218) )
@@ -2129,7 +2129,7 @@ ROM_START( sc1typ )
ROM_REGION( 0x40000, "xxxx", 0 )
ROM_LOAD( "club-typhoon_snd_a_(inhex)ss.hex", 0x0000, 0x026efc, CRC(c913008a) SHA1(9b75a40670db0fbe8a0f6fc54784d3b415a975f5) )
ROM_LOAD( "club-typhoon_snd_b_(inhex)ss.hex", 0x0000, 0x023972, CRC(2106a5f1) SHA1(17e0f24c4e9a8ba227c5a6ec63bcba3d8796f7f7) )
-
+
ROM_REGION( 0x20000, "upd", 0 )
ROM_LOAD( "club-typhoon_snd_a.bin", 0x000000, 0x010000, CRC(ffec0dde) SHA1(a8c66a6ebb4d805e04d7eb7d1fe2ecd90e7eee54) )
ROM_LOAD( "club-typhoon_snd_b.bin", 0x010000, 0x010000, CRC(52e36599) SHA1(4bc003a08e666f9e1abfe00e82bb43a33009b6f2) )
@@ -2321,7 +2321,7 @@ ROM_START( sc1dip )
ROM_LOAD( "ram.bin", 0x0000, 0x002000, CRC(3962d8cf) SHA1(b893a92d467e8f5ffc2cffa8a7121d92fe2492eb) )
ROM_REGION( 0x200000, "upd", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
ROM_START( sc1lamb )
@@ -2329,7 +2329,7 @@ ROM_START( sc1lamb )
ROM_LOAD( "lambada.bin", 0x0000, 0x010000, CRC(4321495c) SHA1(d3ef15d2a1b2c7aec33ac226c89a7a0c0a18884a) )
ROM_REGION( 0x200000, "upd", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
ROM_START( sc1reply )
@@ -2429,7 +2429,7 @@ ROM_END
ROM_START( sc1clinsb )
ROM_REGION( 0x10000, "maincpu", 0 )
-// ROM_LOAD( "95718066 proto.bin", 0x0000, 0x008000, CRC(0977e287) SHA1(e937a3787d4cd056c5f9944bca1532b84ed335f6) )
+// ROM_LOAD( "95718066 proto.bin", 0x0000, 0x008000, CRC(0977e287) SHA1(e937a3787d4cd056c5f9944bca1532b84ed335f6) )
ROM_LOAD( "clines proto a.bin", 0x8000, 0x008000, CRC(0977e287) SHA1(e937a3787d4cd056c5f9944bca1532b84ed335f6) )
ROM_LOAD( "clines proto b.bin", 0x0000, 0x008000, CRC(fca396e1) SHA1(3304a58a30fd0c79e8d1decd4bd8792d3acbad3e) )
ROM_REGION( 0x200000, "upd", ROMREGION_ERASE00 )
@@ -2439,7 +2439,7 @@ ROM_START( sc1clinsc )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "39370028a.bin", 0x8000, 0x008000, CRC(e0250ea4) SHA1(01cc9013c37bc22f5ab69565d453ece99f739e6b) )
ROM_LOAD( "39370028b.bin", 0x0000, 0x008000, CRC(fca396e1) SHA1(3304a58a30fd0c79e8d1decd4bd8792d3acbad3e) )
-// ROM_LOAD( "95717067b.bin", 0x0000, 0x008000, CRC(fca396e1) SHA1(3304a58a30fd0c79e8d1decd4bd8792d3acbad3e) )
+// ROM_LOAD( "95717067b.bin", 0x0000, 0x008000, CRC(fca396e1) SHA1(3304a58a30fd0c79e8d1decd4bd8792d3acbad3e) )
ROM_REGION( 0x200000, "upd", ROMREGION_ERASE00 )
ROM_END
@@ -2633,7 +2633,7 @@ ROM_START( sc1hfcc )
ROM_LOAD( "cz14ap.bin", 0x0000, 0x008000, CRC(56e3e5c4) SHA1(3017007e03139204732f7945ded61d35499055ac) )
ROM_REGION( 0x200000, "upd", ROMREGION_ERASE00 )
- /* Missing? */
+ /* Missing? */
ROM_END
ROM_START( sc1twice )
@@ -2646,8 +2646,8 @@ ROM_END
ROM_START( sc1chain )
ROM_REGION( 0x10000, "maincpu", 0 )
-// ROM_LOAD( "95717174 b.bin", 0x0000, 0x008000, CRC(6cdc8d15) SHA1(582e5e7bcefe0085917d3499b7c83e27c19662d2) )
-// ROM_LOAD( "95717173 a.bin", 0x8000, 0x008000, CRC(4989e6c6) SHA1(17184c6a3624dfaa61bc4ddb3ac1813949eaf834) )
+// ROM_LOAD( "95717174 b.bin", 0x0000, 0x008000, CRC(6cdc8d15) SHA1(582e5e7bcefe0085917d3499b7c83e27c19662d2) )
+// ROM_LOAD( "95717173 a.bin", 0x8000, 0x008000, CRC(4989e6c6) SHA1(17184c6a3624dfaa61bc4ddb3ac1813949eaf834) )
ROM_LOAD( "95717174.bin", 0x0000, 0x008000, CRC(6cdc8d15) SHA1(582e5e7bcefe0085917d3499b7c83e27c19662d2) )
ROM_LOAD( "95717173.bin", 0x8000, 0x008000, CRC(4989e6c6) SHA1(17184c6a3624dfaa61bc4ddb3ac1813949eaf834) )
@@ -2657,7 +2657,7 @@ ROM_START( sc1chain )
ROM_LOAD( "95717211.bin", 0x0000, 0x008000, CRC(ed781e00) SHA1(67ebb58beda5123f061a22dacd008f1feb75b8d9) )
ROM_REGION( 0x200000, "upd", ROMREGION_ERASE00 )
- /* Missing? */
+ /* Missing? */
ROM_END
ROM_START( sc1potp )
@@ -2696,9 +2696,9 @@ GAME( 198?, sc1barcd , 0 , scorpion1_viper , clatt , lotse , 0, "BFM
GAME( 198?, sc1bigmt , 0 , scorpion1_viper , clatt , nocrypt , 0, "BFM", "The Big Match (Bellfruit) (Scorpion 1)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME( 198?, sc1calyp , 0 , scorpion1 , scorpion1 , lotse , 0, "BFM/ELAM", "Calypso (Bellfruit) (Dutch) (Scorpion 1)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME( 198?, sc1carro , 0 , scorpion1 , scorpion1 , nocrypt_bank0 , 0, "BFM/ELAM", "Carrousel (Bellfruit) (Scorpion 1)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
-GAME( 198?, sc1cshat , 0 , scorpion1 , scorpion1 , lotse , 0, "BFM", "Cash Attraction (Bellfruit) (Scorpion 1)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
+GAME( 198?, sc1cshat , 0 , scorpion1 , scorpion1 , lotse , 0, "BFM", "Cash Attraction (Bellfruit) (Scorpion 1)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME( 198?, sc1cshcd , 0 , scorpion1 , scorpion1 , lotse , 0, "BFM/ELAM", "Cash Card (Bellfruit) (Dutch) (Scorpion 1)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
-GAME( 198?, sc1cshcda , sc1cshcd , scorpion1 , scorpion1 , lotse , 0, "BFM", "Cash Card (Bellfruit) (Scorpion 1, set 1)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
+GAME( 198?, sc1cshcda , sc1cshcd , scorpion1 , scorpion1 , lotse , 0, "BFM", "Cash Card (Bellfruit) (Scorpion 1, set 1)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME( 198?, sc1cshcdb , sc1cshcd , scorpion1 , scorpion1 , lotse , 0, "BFM", "Cash Card (Bellfruit) (Scorpion 1, set 2)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME( 198?, sc1ccoin , 0 , scorpion1 , scorpion1 , lotse , 0, "BFM", "Cash Coin (Bellfruit) (Scorpion 1)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME( 198?, sc1cexpd , 0 , scorpion1 , scorpion1 , lotse , 0, "BFM/ELAM", "Cash Explosion (Bellfruit) [Dutch] (Scorpion 1)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
@@ -2806,8 +2806,8 @@ GAME( 199?, sc1cscl , 0 , scorpion1 , scorpion1 , lotse , 0, "Global"
GAME( 199?, sc1driv , 0 , scorpion1 , scorpion1 , lotse , 0, "Global", "Driving School (Global)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
GAME( 199?, sc1vsd , 0 , scorpion1 , scorpion1 , lotse , 0, "Global", "Vegas Super Deal (Global)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
-GAME( 199?, sc1wof , 0 , scorpion1 , scorpion1 , lotse , 0, "Global", "Wheel Of Fortune (Global) (set 1)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
-GAME( 199?, sc1wofa , sc1wof , scorpion1 , scorpion1 , lotse , 0, "Global", "Wheel Of Fortune (Global) (set 2)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
+GAME( 199?, sc1wof , 0 , scorpion1 , scorpion1 , lotse , 0, "Global", "Wheel Of Fortune (Global) (set 1)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
+GAME( 199?, sc1wofa , sc1wof , scorpion1 , scorpion1 , lotse , 0, "Global", "Wheel Of Fortune (Global) (set 2)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
GAME( 199?, sc1wofb , sc1wof , scorpion1 , scorpion1 , nocrypt , 0, "Global", "Wheel Of Fortune (Global) (set 3)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
GAME( 199?, sc1crzyc , 0 , scorpion1 , scorpion1 , lotse , 0, "Global", "Crazy Cash (Global) (set 1)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
GAME( 199?, sc1crzyca , sc1crzyc , scorpion1 , scorpion1 , lotse , 0, "Global", "Crazy Cash (Global) (set 2)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
diff --git a/src/mame/drivers/bfm_sc4.c b/src/mame/drivers/bfm_sc4.c
index f1a24d13c4f..adc8e8bc2e6 100644
--- a/src/mame/drivers/bfm_sc4.c
+++ b/src/mame/drivers/bfm_sc4.c
@@ -4,44 +4,44 @@
Skeleton Driver
- THIS DRIVER IS NONE FUNCTIONAL, THERE IS NO EMULATION CODE.
+ THIS DRIVER IS NONE FUNCTIONAL, THERE IS NO EMULATION CODE.
- -----------------
+ -----------------
what's the difference between this and Scorpion 5? Later revisons of many games appear
to be on the latter.
- Scorpion 4:::
+ Scorpion 4:::
- Main CPU is a MC68307FG16, present on Motherboard
+ Main CPU is a MC68307FG16, present on Motherboard
- Configuration is SC4 motherboard + game card
+ Configuration is SC4 motherboard + game card
- The game card contains the program roms, sound rom and YMZ280B
+ The game card contains the program roms, sound rom and YMZ280B
- Adder 4 video board adds an additional card with a MC68340PV25E (25.175Mhz)
+ Adder 4 video board adds an additional card with a MC68340PV25E (25.175Mhz)
- -------------------------------
+ -------------------------------
- This is currently a mess of Scorpion 4, Scorpion 5 and Scorpion 5 Adder 5 games.
- I think some games might use multiple boards of different techs linked up via
- serial ports, but I'm not sure
+ This is currently a mess of Scorpion 4, Scorpion 5 and Scorpion 5 Adder 5 games.
+ I think some games might use multiple boards of different techs linked up via
+ serial ports, but I'm not sure
- THIS NEEDS SORTING OUT, TIDYING UP and PROPERLY DOCUMENTING
+ THIS NEEDS SORTING OUT, TIDYING UP and PROPERLY DOCUMENTING
- Sorting Tips:
- Scorpion 5 sets seem to have SC5 as the first bytes (when interleaved)
- Larger roms seem to be Adder 5 (and also have SC5 at the start)
+ Sorting Tips:
+ Scorpion 5 sets seem to have SC5 as the first bytes (when interleaved)
+ Larger roms seem to be Adder 5 (and also have SC5 at the start)
- Other roms are SC4? Some games are on both platforms - check..
- even within many 'SC5' sets there are roms without SC5 in the header
- these are either SC4 versions, or maybe some additional HW? - check...
+ Other roms are SC4? Some games are on both platforms - check..
+ even within many 'SC5' sets there are roms without SC5 in the header
+ these are either SC4 versions, or maybe some additional HW? - check...
- SC5 stuff seems to use opcodes which don't exist in the 68020, are these
- 68340 based, or something else with additional opcodes (coldfire?)
+ SC5 stuff seems to use opcodes which don't exist in the 68020, are these
+ 68340 based, or something else with additional opcodes (coldfire?)
- -------------------------------
+ -------------------------------
*/
#include "emu.h"
@@ -2667,10 +2667,10 @@ ROM_START( sc_cf )
// 3 different sets of sound!
ROM_LOAD( "crazy sound 1.bin", 0x0000, 0x080000, CRC(31e5785a) SHA1(8da2bd3571640b0ae23e9fdcc2235dcf9d2de122) )
ROM_LOAD( "crazy sound 2.bin", 0x0000, 0x080000, CRC(bf059b21) SHA1(89a96c593e5385e9b40f694768986691eed4b5c5) )
-
+
ROM_LOAD( "95004150.bin", 0x0000, 0x080000, CRC(7707ea0d) SHA1(efe187a4c64a3a5f8d10e21c269afbb603186ae7) )
ROM_LOAD( "95004151.bin", 0x0000, 0x080000, CRC(54845756) SHA1(e53dfa8f836044232ee1a8006051ef586ac24d8c) )
-
+
ROM_LOAD( "95004280.sn1", 0x0000, 0x080000, CRC(44d1b0d9) SHA1(2e361a1b65955acecbc26ba47000e4ef6316a22d) )
//ROM_LOAD( "95004281.bin", 0x0000, 0x080000, CRC(31f057f3) SHA1(a6415eee8499ada43225901dee2d12c93d494658) )
ROM_LOAD( "95004281.sn2", 0x0000, 0x080000, CRC(31f057f3) SHA1(a6415eee8499ada43225901dee2d12c93d494658) )
@@ -3277,23 +3277,23 @@ ROM_START( sc_dnd )
ROM_LOAD16_BYTE( "p3003p42.lo", 0x00001, 0x080000, CRC(46fd164a) SHA1(c7c70773a1327200fa58818f3d23cabb48ab4ba5) )
ROM_LOAD16_BYTE( "p3003s42.hi", 0x00000, 0x080000, CRC(f04b7cd3) SHA1(b3b2c77d6458d901da4aa7057f2c4a9bf67df759) )
ROM_LOAD16_BYTE( "p3003s42.lo", 0x00001, 0x080000, CRC(71d96983) SHA1(e896334a9ea517bbc20eb06eb8682b7a884b37e6) )
-
+
ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 )
// Regular
ROM_LOAD( "95008606.bin", 0x0000, 0x100000, CRC(c63c8663) SHA1(4718baf87340fe93ccfe642a1a0cdb9d9dcac57f) ) // 0 (1907) DOND SOUNDS 11
ROM_LOAD( "95008607.bin", 0x0000, 0x100000, CRC(a615514f) SHA1(d4ff7d4fe6f1dd1d7b00cc504f90b2921aa5e8fb) ) // 1
-
+
// Casino
ROM_LOAD( "95008631.bin", 0x0000, 0x100000, CRC(7208854a) SHA1(a02de60cfcbafe5da4f67596ab65237f5b5f41b7) ) // 0 (1954) DOND SOUNDS 11
-
+
ROM_LOAD( "95008632.bin", 0x0000, 0x100000, CRC(fd81a317) SHA1(1e597fd58aab5a7a8321dc4daf138ee07b42c094) ) // 0 (1945) DOND SOUNDS 11
ROM_LOAD( "95008633.bin", 0x0000, 0x100000, CRC(a7a445d4) SHA1(dbb1938c33ce654c2d4aa3b6af8c210f5aad2ae3) ) // 1
-
+
// Casino
ROM_LOAD( "95008661.bin", 0x0000, 0x100000, CRC(2d9ebcd5) SHA1(d824a227420cbe616aca6e2fd279af691ddfd87a) ) // 0 (1945) DOND SOUNDS 12
-
+
ROM_LOAD( "95008680.bin", 0x0000, 0x100000, CRC(9bd439d1) SHA1(5e71d04e5697e92998bae28f7352ea7742cafe07) ) // 0 (1964) DOND SOUNDS 11
-
+
ROM_LOAD( "95008698.bin", 0x0000, 0x100000, CRC(8eea7754) SHA1(7612c128d6c062bba3477d55aee3089e1255f61e) ) // 0 (1964) DOND SOUNDS 12
ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASE00 )
@@ -3877,10 +3877,10 @@ ROM_START( sc_dndcc )
ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 )
ROM_LOAD( "95008746.bin", 0x0000, 0x100000, CRC(ef3c39b9) SHA1(21b9788080de68acd436608d7d46fd9663d1589b) )
ROM_LOAD( "95008747.bin", 0x0000, 0x100000, CRC(9f9b638f) SHA1(5eae49f8a9571f8fade9acf0fc80ea3d70cc9e18) )
-
+
ROM_LOAD( "95008840.bin", 0x0000, 0x100000, CRC(2aa17d67) SHA1(43bdee1b3d0a0bf28f672620867fa3dc95727fbc) )
ROM_LOAD( "95008841.bin", 0x0000, 0x100000, CRC(594a9cd7) SHA1(667fa3106327ce4ff23877f2d48d3e3e360848d0) )
-
+
ROM_LOAD( "95009131.bin", 0x0000, 0x100000, CRC(59a9e50a) SHA1(15d79b177a1e926cd5aee0f969f5ef8b30fac203) )
ROM_LOAD( "95009132.bin", 0x0000, 0x100000, CRC(5e8a7ca6) SHA1(419ecc6ac15004bdd83bcd5b3e00d9dcd0d24936) )
ROM_END
@@ -6620,7 +6620,7 @@ ROM_START( sc_hotdg )
ROM_LOAD16_BYTE( "p1916p42.lo", 0x00001, 0x080000, CRC(2e33fc1a) SHA1(a0d9d0935e2c2bb3eb4b5a6c2d34e21d124b8376) )
ROM_LOAD16_BYTE( "p1916p43.hi", 0x00000, 0x080000, CRC(7ddda754) SHA1(347d0586b054f463a3572b78c38237da4e9f46b9) )
ROM_LOAD16_BYTE( "p1916p43.lo", 0x00001, 0x080000, CRC(63edfe15) SHA1(986bf6845a084d2a06ffc94765b1e56d3dd0a5a4) )
-// ROM_LOAD16_BYTE( "p1916p43.txt", 0x0000, 0x0000e6, CRC(927a6140) SHA1(24263491ea82ba45dc3bc2560df1773e0bb76ead) )
+// ROM_LOAD16_BYTE( "p1916p43.txt", 0x0000, 0x0000e6, CRC(927a6140) SHA1(24263491ea82ba45dc3bc2560df1773e0bb76ead) )
ROM_LOAD16_BYTE( "p1916s12.hi", 0x00000, 0x080000, CRC(53ead733) SHA1(2f7ddca4662078fd1f221274cf420f0bc2fce714) )
ROM_LOAD16_BYTE( "p1916s12.lo", 0x00001, 0x080000, CRC(2e6a0755) SHA1(62db870df95deb645e22925f6ce234598bbbefeb) )
ROM_LOAD16_BYTE( "p1916s42.hi", 0x00000, 0x080000, CRC(0f72d194) SHA1(52dd33c58d720dfb97d008715dda2965786db129) )
@@ -6771,7 +6771,7 @@ ROM_START( sc_hotwd )
ROM_LOAD16_BYTE( "95411742.lo", 0x00001, 0x080000, CRC(5e52421a) SHA1(faa1c38a9f57c79e417fa3fda40a7e2f5f50a4f9) )
ROM_LOAD16_BYTE( "95411743.hi", 0x00000, 0x080000, CRC(fe4b57d3) SHA1(26d3924f7a298fc5b3a23ad1cb54cf5593c5af4a) )
ROM_LOAD16_BYTE( "95411744.lo", 0x00001, 0x080000, CRC(4e133d64) SHA1(939cbc5e4e28c5c519b2c0288f64220fcb1a4cd2) )
-// ROM_LOAD16_BYTE( "95411744.txt", 0x0000, 0x0000ce, CRC(af120df5) SHA1(65c0f5b10cb80024f455d54514cbb077ac6f3d32) )
+// ROM_LOAD16_BYTE( "95411744.txt", 0x0000, 0x0000ce, CRC(af120df5) SHA1(65c0f5b10cb80024f455d54514cbb077ac6f3d32) )
ROM_LOAD16_BYTE( "95411745.hi", 0x00000, 0x080000, CRC(5437310d) SHA1(1b02985c32e9e381a85c57da8c8e1bf79e1ad7a6) )
ROM_LOAD16_BYTE( "p1311p11.hi", 0x00000, 0x080000, CRC(0cffb3d1) SHA1(15f11f612f2fc7d5b1b418c2c55cb14ca8b023a2) )
ROM_LOAD16_BYTE( "p1311p11.lo", 0x00001, 0x080000, CRC(f5584b61) SHA1(f2a4bab089a574a93ca26571cda82e4c1275663a) )
@@ -8773,7 +8773,7 @@ ROM_START( sc_mr2r )
ROM_LOAD16_BYTE( "95424571.hi", 0x00000, 0x080000, CRC(757f8d60) SHA1(1d0918a5c34528d905e7ecf62abb1412d28b40d9) )
ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 )
ROM_LOAD( "95008893.bin", 0x0000, 0x0f2fe8, CRC(a7f64802) SHA1(8a667ebf29feaffb2676ebd770b570c1015f3c2a) )
-// ROM_LOAD( "95008983.bin", 0x0000, 0x0f2fe8, CRC(a7f64802) SHA1(8a667ebf29feaffb2676ebd770b570c1015f3c2a) )
+// ROM_LOAD( "95008983.bin", 0x0000, 0x0f2fe8, CRC(a7f64802) SHA1(8a667ebf29feaffb2676ebd770b570c1015f3c2a) )
ROM_REGION( 0x5000, "pics", 0 )
ROM_LOAD( "95890480.bin", 0x0000, 0x5000, CRC(3618777f) SHA1(97ab5be3bcdbe1c94e638c4dceac69bbfe359a0e) )
ROM_LOAD( "95890481.bin", 0x0000, 0x5000, CRC(438e334b) SHA1(69b132ea3cbe31d31fd6fa6b915ddc2f4e66f068) )
@@ -9512,7 +9512,7 @@ ROM_START( sc_pipe )
ROM_LOAD( "95408732", 0x0000, 0x100000, CRC(f283b171) SHA1(6976f32bc88ec58c897df41aef51508f5fd92e9f) )
ROM_LOAD( "95408732.bin", 0x0000, 0x100000, CRC(f283b171) SHA1(6976f32bc88ec58c897df41aef51508f5fd92e9f) )
ROM_LOAD( "pipingsnd.bin", 0x0000, 0x0c50d9, CRC(ff240faa) SHA1(f0961b3207c0c8779479c773d1453ac4ff376bd2) )
-
+
ROM_REGION( 0x400000, "others", ROMREGION_ERASE00 )
ROM_LOAD( "95409732.bin", 0x0000, 0x100000, CRC(1d3875c0) SHA1(73a59320cf3ef30535bb5617106354ca271e3db4) ) // combined?
ROM_END
@@ -11919,7 +11919,7 @@ ROM_END
ROM_START( sc_ticlb )
ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF )
-// ROM_LOAD16_BYTE( "95000599.mtx", 0x0000, 0x0074cc, CRC(b0f669d4) SHA1(9703a5e2d7ddbffab304316dc09b225f9cfd1664) )
+// ROM_LOAD16_BYTE( "95000599.mtx", 0x0000, 0x0074cc, CRC(b0f669d4) SHA1(9703a5e2d7ddbffab304316dc09b225f9cfd1664) )
ROM_LOAD16_BYTE( "club-treasure-island_dat_ac_p65ss.hi", 0x00000, 0x080000, CRC(3529018b) SHA1(aa49f68bb3ca550c77d4667b8373f94856a70cf3) )
ROM_LOAD16_BYTE( "club-treasure-island_dat_ac_p65ss.lo", 0x00001, 0x080000, CRC(180fcb0a) SHA1(17400ae744af37b5a17389e4f7a639a5e5743b2d) )
@@ -12144,20 +12144,20 @@ ROM_END
ROM_START( sc_ufi )
ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF )
ROM_LOAD16_BYTE( "95400723.lo", 0x00001, 0x080000, CRC(5a08e5e2) SHA1(4cba2a450be3ac78294a94a8964b03d243dd73f0) )
-// ROM_LOAD16_BYTE( "95400723.sum", 0x0000, 0x00003a, CRC(49657b66) SHA1(54d16ea33e8b932854b0d19f2dd87fdc026f7cd2) )
+// ROM_LOAD16_BYTE( "95400723.sum", 0x0000, 0x00003a, CRC(49657b66) SHA1(54d16ea33e8b932854b0d19f2dd87fdc026f7cd2) )
ROM_LOAD16_BYTE( "95400724.hi", 0x00000, 0x080000, CRC(a47a8c15) SHA1(0996c613d49bea0fdb156a54c9704852f79735e2) )
ROM_REGION( 0x400000, "altrevs", 0 )
ROM_LOAD16_BYTE( "95400725.lo", 0x00001, 0x080000, CRC(abd57573) SHA1(8851454c8d253d862f81af44c7541a110e331873) )
-// ROM_LOAD16_BYTE( "95400725.sum", 0x0000, 0x00003a, CRC(d1302953) SHA1(b1cdb277b9a9be554d32a8f48f488887bc147aaa) )
+// ROM_LOAD16_BYTE( "95400725.sum", 0x0000, 0x00003a, CRC(d1302953) SHA1(b1cdb277b9a9be554d32a8f48f488887bc147aaa) )
ROM_LOAD16_BYTE( "95400726.hi", 0x00000, 0x080000, CRC(26b1a723) SHA1(a64129046c2db33c7df96165b2591c056f5fbb0d) )
ROM_LOAD16_BYTE( "95400912.hi", 0x00000, 0x080000, CRC(d1a24394) SHA1(03d6561f8e66bbaaabd18fb9d5244f12b2202c0d) )
ROM_LOAD16_BYTE( "95401701.lo", 0x00001, 0x080000, CRC(5c09007e) SHA1(d69290225f08ed5dcf0204bd96f7f09a73c2f243) )
ROM_LOAD16_BYTE( "95401723.lo", 0x00001, 0x080000, CRC(38d4e8c8) SHA1(d238bda3b5bc407933575230a1640bd1cc789491) )
-// ROM_LOAD16_BYTE( "95401723.sum", 0x0000, 0x00003a, CRC(6819e743) SHA1(cdbd8f66fb42301fccb086718cdccc058ef820b0) )
+// ROM_LOAD16_BYTE( "95401723.sum", 0x0000, 0x00003a, CRC(6819e743) SHA1(cdbd8f66fb42301fccb086718cdccc058ef820b0) )
ROM_LOAD16_BYTE( "95401724.hi", 0x00000, 0x080000, CRC(92ea4a31) SHA1(a9b42e039f89ae7ecfcc0b87b9715772e1a06696) )
ROM_LOAD16_BYTE( "95401725.lo", 0x00001, 0x080000, CRC(09ad97c6) SHA1(9c9628156d2220ad6b1bab490d48fde1ecd6c2c3) )
-// ROM_LOAD16_BYTE( "95401725.sum", 0x0000, 0x00003a, CRC(4fb81c41) SHA1(d1f385452dacd6aad76e5357b7e8dd4de589fda7) )
+// ROM_LOAD16_BYTE( "95401725.sum", 0x0000, 0x00003a, CRC(4fb81c41) SHA1(d1f385452dacd6aad76e5357b7e8dd4de589fda7) )
ROM_LOAD16_BYTE( "95401726.hi", 0x00000, 0x080000, CRC(2ab46ce2) SHA1(60f74cc855c35a3dc07a32640c14835c1cfe1827) )
ROM_LOAD16_BYTE( "95401911.lo", 0x00001, 0x080000, CRC(ae68b469) SHA1(de77f117a3d688f0feb9415f00b534d3651f52c7) )
ROM_LOAD16_BYTE( "95401912.hi", 0x00000, 0x080000, CRC(87b73871) SHA1(598764a0a73705475f15263a79106f22b6d1abe8) )
@@ -12212,8 +12212,8 @@ ROM_START( sc_vrgcl )
ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 )
ROM_LOAD( "95008143.bin", 0x0000, 0x100000, CRC(8bf35d69) SHA1(0a5017d02ba839f2f21402df99e7684ce559d931) )
ROM_LOAD( "95008144.bin", 0x0000, 0x100000, CRC(1ce7f671) SHA1(ccca34515217e72ef1879a3cbad77c7adea3a665) )
-// ROM_LOAD( "very rich geezer club sound 1 bfg 70f5.bin", 0x0000, 0x100000, CRC(8bf35d69) SHA1(0a5017d02ba839f2f21402df99e7684ce559d931) )
-// ROM_LOAD( "very rich geezer club sound 2 bfg 7202.bin", 0x0000, 0x100000, CRC(1ce7f671) SHA1(ccca34515217e72ef1879a3cbad77c7adea3a665) )
+// ROM_LOAD( "very rich geezer club sound 1 bfg 70f5.bin", 0x0000, 0x100000, CRC(8bf35d69) SHA1(0a5017d02ba839f2f21402df99e7684ce559d931) )
+// ROM_LOAD( "very rich geezer club sound 2 bfg 7202.bin", 0x0000, 0x100000, CRC(1ce7f671) SHA1(ccca34515217e72ef1879a3cbad77c7adea3a665) )
ROM_END
@@ -12766,10 +12766,10 @@ ROM_START( sc_adsnt )
ROM_LOAD16_BYTE( "95413703.hi", 0x00000, 0x080000, CRC(3e5a472c) SHA1(f7395f63ab59492d0684734d95c63893e4a2b438) )
ROM_LOAD16_BYTE( "95413756.lo", 0x00001, 0x080000, CRC(6b3054d4) SHA1(b3d6d599df4c08b88926469fc8fb4a8d03d6627d) )
ROM_LOAD16_BYTE( "95413757.hi", 0x00000, 0x080000, CRC(222f32a0) SHA1(1b6a8f90b56c19cbcf82dc0d037a1381b5489a52) )
-// p1920p44.hi = p1920p44.hi sc4adwta Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 4)
-// p1920p44.lo = p1920p44.lo sc4adwta Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 4)
-// p1920s44.hi = p1920s44.hi sc4adwta Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 4)
-// p1920s44.lo = p1920s44.lo sc4adwta Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 4)
+// p1920p44.hi = p1920p44.hi sc4adwta Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 4)
+// p1920p44.lo = p1920p44.lo sc4adwta Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 4)
+// p1920s44.hi = p1920s44.hi sc4adwta Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 4)
+// p1920s44.lo = p1920s44.lo sc4adwta Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit) (Scorpion 4)
ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 )
ROM_LOAD( "95008478.bin", 0x0000, 0x100000, CRC(d8aa3daf) SHA1(dafeb014f04179882921622df9b5c9917279bd02) )
@@ -13226,7 +13226,7 @@ ROM_START( sc_clbtm )
ROM_LOAD16_BYTE( "95404683.hi", 0x00000, 0x080000, CRC(f84b37ad) SHA1(4430c7fe6274d25de58342d255c4c4a52966b0b3) )
ROM_LOAD16_BYTE( "95405682.lo", 0x00001, 0x080000, CRC(12d4bf1a) SHA1(2b28c5fdca13e7a70496984e02bfd3b98d60a9ac) )
ROM_LOAD16_BYTE( "95405683.hi", 0x00000, 0x080000, CRC(b9aba368) SHA1(ec6404447c9e23e179ec1200848d966d5f3f846b) )
-
+
ROM_REGION( 0x800000, "ymz", ROMREGION_ERASE00 )
// very large sound roms!
ROM_LOAD( "95008055.p1", 0x0000, 0x800000, CRC(ef474fd3) SHA1(e7427184683603b57a3a8b37452fa6ec7a41e34c) )
@@ -13738,7 +13738,7 @@ ROM_START( sc_dndbe )
ROM_LOAD16_BYTE( "95419563.hi", 0x00000, 0x080000, CRC(a521350c) SHA1(45dddd7791b0ac76ed6d39450624c8e2140fed3f) )
ROM_LOAD16_BYTE( "95422007.hi", 0x00000, 0x080000, CRC(7ae82867) SHA1(60c02d9abc05e1655eef71d5ddfc9b8e6dd3c4aa) )
ROM_LOAD16_BYTE( "95422008.lo", 0x00001, 0x080000, CRC(1071a6bf) SHA1(1ccd638a4899707f024575bf30db2ffd17b63d3c) )
-// 95422009.hi = 95422009.hi sc4dndtp Deal Or No Deal The Power (Bellfruit) (Scorpion 4)
+// 95422009.hi = 95422009.hi sc4dndtp Deal Or No Deal The Power (Bellfruit) (Scorpion 4)
ROM_LOAD16_BYTE( "95422094.lo", 0x00001, 0x080000, CRC(4b3cce67) SHA1(1e85f125308ffcbdc1564d2b00ce07db83a7b5ba) )
ROM_LOAD16_BYTE( "95422095.hi", 0x00000, 0x080000, CRC(e4fa031f) SHA1(7438d213055bd5f26ac6c2e3798a0db1a11c1dc5) )
ROM_LOAD16_BYTE( "95422136.lo", 0x00001, 0x080000, CRC(0ed927b0) SHA1(6dc5b1d4668d5849a84fd43d05ea293ce0ff333f) )
@@ -13761,7 +13761,7 @@ ROM_START( sc_dndbe )
ROM_LOAD16_BYTE( "95422893.hi", 0x00000, 0x080000, CRC(34e1a059) SHA1(0dfae3d49562750ff161fc25285e097a727298af) )
ROM_LOAD16_BYTE( "95423007.hi", 0x00000, 0x080000, CRC(1858f222) SHA1(679f6c35e9953caf738660c67c372d9bd09e086b) )
ROM_LOAD16_BYTE( "95423008.lo", 0x00001, 0x080000, CRC(90b98909) SHA1(e37f728fbd3aabeef4109778daf992314a2884a6) )
-// 95423009.hi = 95423009.hi sc4dndtp Deal Or No Deal The Power (Bellfruit) (Scorpion 4)
+// 95423009.hi = 95423009.hi sc4dndtp Deal Or No Deal The Power (Bellfruit) (Scorpion 4)
ROM_LOAD16_BYTE( "95423094.lo", 0x00001, 0x080000, CRC(69bd6da4) SHA1(96cdc3f4a05eca4fc4f650fc1dbf9b2c20247916) )
ROM_LOAD16_BYTE( "95423095.hi", 0x00000, 0x080000, CRC(f117c581) SHA1(cc4404b587f30e77e73860b57156ef8e57baab58) )
ROM_LOAD16_BYTE( "95423136.lo", 0x00001, 0x080000, CRC(0a58892d) SHA1(a034a3adfa6cc6d367124fa339bd54f45601671f) )
@@ -15361,7 +15361,7 @@ ROM_START( sc_pking )
ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF )
ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF )
ROM_LOAD( "39211031.bin", 0x0000, 0x1000000, CRC(ec68ef4b) SHA1(2f00afa1ac3b6776f9e8cb44e861d572025c72b2) )
-// ROM_LOAD( "39211031.txt", 0x0000, 0x0000d0, CRC(05e5443e) SHA1(2cbfa749b976c733195ddfc1afd715d0e97963fa) )
+// ROM_LOAD( "39211031.txt", 0x0000, 0x0000d0, CRC(05e5443e) SHA1(2cbfa749b976c733195ddfc1afd715d0e97963fa) )
ROM_LOAD( "39212031.bin", 0x0000, 0x1000000, CRC(08811e4d) SHA1(983c39b09ad3d33546a9873e1d77dd6be50b9b2e) )
ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 )
ROM_LOAD( "95008495.bin", 0x0000, 0x080000, CRC(dac8c4a8) SHA1(0192e1d2b9558a789753a5e58d97503cc09dfa27) )
@@ -15489,7 +15489,7 @@ ROM_END
ROM_START( sc_rwclb )
ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF )
ROM_REGION( 0x1000000, "adder5", ROMREGION_ERASEFF )
-// ROM_LOAD( "39211073.txt", 0x0000, 0x0000d1, CRC(7e897cdf) SHA1(9444d6b08d3c61e878512dc761e669d0f7b93717) )
+// ROM_LOAD( "39211073.txt", 0x0000, 0x0000d1, CRC(7e897cdf) SHA1(9444d6b08d3c61e878512dc761e669d0f7b93717) )
ROM_LOAD( "39211073.bin", 0x0000, 0x1000000, CRC(bd3e0d73) SHA1(063058051dd5d774e2755f3fd0fb3f83277221db) )
ROM_LOAD( "39211074.bin", 0x0000, 0x1000000, CRC(917dbae6) SHA1(87c664beba60054c0349861f4bd19393cf993bf1) )
ROM_LOAD( "39212073.bin", 0x0000, 0x1000000, CRC(64d98913) SHA1(b207d411a007079ac2a46df3d801f933635fc55f) )
diff --git a/src/mame/drivers/bfm_swp.c b/src/mame/drivers/bfm_swp.c
index 68e163bcfb4..118535ed3b2 100644
--- a/src/mame/drivers/bfm_swp.c
+++ b/src/mame/drivers/bfm_swp.c
@@ -1,50 +1,50 @@
/* Bellfruit SWP (Skill With Prizes) Video hardware */
/*
- This is 'Cobra 3' ?
- is that an expansion board for Scorpion 4, or somehow related?
- The CPU is the same (68340)
+ This is 'Cobra 3' ?
+ is that an expansion board for Scorpion 4, or somehow related?
+ The CPU is the same (68340)
- Radio Times is probably the only *COMPLETE* dump here, as it
- includes the CD. Other games probably have CDs or HDDs too.
+ Radio Times is probably the only *COMPLETE* dump here, as it
+ includes the CD. Other games probably have CDs or HDDs too.
+
+ Telly Addicts has a HDD dump (I'm assuming it's the same
+ platform) but no sound roms.
- Telly Addicts has a HDD dump (I'm assuming it's the same
- platform) but no sound roms.
-
*/
-
+
/* Radio Times readme #1
---------------------------------------------
Music TR9C1710 (Video RAMDAC)
-Part number : STV8438CV
- Manufacture : ST Microelectronics
-Specification(s)
- Description : 8-Bit Triple DAC with Analog Switch
- Package : PQFP44
-
-MC68340 : Integrated Processor with DMA
+Part number : STV8438CV
+ Manufacture : ST Microelectronics
+Specification(s)
+ Description : 8-Bit Triple DAC with Analog Switch
+ Package : PQFP44
+
+MC68340 : Integrated Processor with DMA
The MC68340 is a high-performance 32-bit integrated processor with direct memory access (DMA), combining an enhanced M68000-compatible processor, 32-bit DMA, and other peripheral subsystems on a single integrated circuit. The MC68340 CPU32 delivers 32-bit CISC processor performance from a lower cost 16-bit memory system. The combination of peripherals offered in the MC68340 can be found in a diverse range of microprocessor-based systems. Systems requiring very high-speed block transfers of data can benefit from the MC68340.
- Block Diagram
+ Block Diagram
MC68340 Features
-CPU32 Core
-Two-Channel DMA Controller
-DUART Compatible with 68681
-Two 16-Bit Timer/Counters
-Four Chip Selects
-System Integration
-32 Address Lines, 16 Data Lines
-Low Power Management
-4.8 MIPS @ 25 MHz
-Available in 16 and 25 MHz
-Available in 3.3 and 5V
-
-
+CPU32 Core
+Two-Channel DMA Controller
+DUART Compatible with 68681
+Two 16-Bit Timer/Counters
+Four Chip Selects
+System Integration
+32 Address Lines, 16 Data Lines
+Low Power Management
+4.8 MIPS @ 25 MHz
+Available in 16 and 25 MHz
+Available in 3.3 and 5V
+
+
l5380 -scsi controller
ymz280b - in MAME - sound chip
@@ -60,8 +60,8 @@ DSPs (about $14).
roms
game 95 400 009 type swp left ver. radt 1.1 - ST 27C4001
-game 95 400 010 type swp right ver. radt 1.1 - ST 27C4001
-95 004 056 sound left - ST 27C4001
+game 95 400 010 type swp right ver. radt 1.1 - ST 27C4001
+95 004 056 sound left - ST 27C4001
95 004 057 sound right - AM 27C040
cd
@@ -72,7 +72,7 @@ version 95-100-302
/* Radio Times readme #2
---------------------------------------------
-Board
+Board
Difficult to make things out on this one, but the SCSI socket is clear to see - this is where the CDROM drive hooks in
CPU
diff --git a/src/mame/drivers/bfmsys83.c b/src/mame/drivers/bfmsys83.c
index 9fd7d6027eb..5187a9d2771 100644
--- a/src/mame/drivers/bfmsys83.c
+++ b/src/mame/drivers/bfmsys83.c
@@ -38,8 +38,8 @@ MACHINE_CONFIG_END
/*
static DRIVER_INIT( decode )
{
- bfmsys83_state *state = machine.driver_data<bfmsys83_state>();
- bfm_decode_mainrom(machine,"maincpu", state->m_codec_data);
+ bfmsys83_state *state = machine.driver_data<bfmsys83_state>();
+ bfm_decode_mainrom(machine,"maincpu", state->m_codec_data);
}
*/
diff --git a/src/mame/drivers/castle.c b/src/mame/drivers/castle.c
index c334bf6871a..cd283701b5b 100644
--- a/src/mame/drivers/castle.c
+++ b/src/mame/drivers/castle.c
@@ -23,8 +23,8 @@
whereas the V2 REV A board only has a single 6303
CPUs PIA? SOUND CMOSRAM RTC REEL CONTROLLER
- V1 rv E - 2x6303 + HD6321 + 2xAY-3-8912A + 2xTC5516 + ICM7170 + 68705
- V2 rv A - 1x6303 + HD468821P/HD68821P + 2xAY-3-8912A + TC5??4 + none? + 68705
+ V1 rv E - 2x6303 + HD6321 + 2xAY-3-8912A + 2xTC5516 + ICM7170 + 68705
+ V2 rv A - 1x6303 + HD468821P/HD68821P + 2xAY-3-8912A + TC5??4 + none? + 68705
In both cases the 68705 is marked the same way
'REEL CONTROLLER V1 (C) CASTLE (1987) MACH 2000 SYSTEM'
diff --git a/src/mame/drivers/ecoinfr.c b/src/mame/drivers/ecoinfr.c
index 6494c146f97..d5926a92455 100644
--- a/src/mame/drivers/ecoinfr.c
+++ b/src/mame/drivers/ecoinfr.c
@@ -73,9 +73,9 @@ ROM_START( ec_barx )
ROM_LOAD( "bx54a3", 0x0000, 0x001000, CRC(96cb0c73) SHA1(6fa1fc61cb2761871999516c6663b3948b35f6dc) )
ROM_LOAD( "bx54a2", 0x0000, 0x001000, CRC(5b2d42ec) SHA1(abc394cad55786df99d8bea7a4497a338ec180d8) )
// same as above
-// ROM_LOAD( "bx54a4up", 0x0000, 0x001000, CRC(7dc2d19e) SHA1(ad012de848b586ae8355ea300edce96d0f0ce2a8) )
-// ROM_LOAD( "bx54a3up", 0x0000, 0x001000, CRC(96cb0c73) SHA1(6fa1fc61cb2761871999516c6663b3948b35f6dc) )
-// ROM_LOAD( "bx54a2up", 0x0000, 0x001000, CRC(5b2d42ec) SHA1(abc394cad55786df99d8bea7a4497a338ec180d8) )
+// ROM_LOAD( "bx54a4up", 0x0000, 0x001000, CRC(7dc2d19e) SHA1(ad012de848b586ae8355ea300edce96d0f0ce2a8) )
+// ROM_LOAD( "bx54a3up", 0x0000, 0x001000, CRC(96cb0c73) SHA1(6fa1fc61cb2761871999516c6663b3948b35f6dc) )
+// ROM_LOAD( "bx54a2up", 0x0000, 0x001000, CRC(5b2d42ec) SHA1(abc394cad55786df99d8bea7a4497a338ec180d8) )
ROM_LOAD( "bx5pa4", 0x0000, 0x001000, CRC(34b4d7cb) SHA1(b2ff3c79e635fff8f02edc9c953cc619fb409aa5) )
ROM_LOAD( "bx5pa3", 0x0000, 0x001000, CRC(2f3c45ed) SHA1(f18aba5ceb9385e37b5857ba28f80230388d0cd2) )
@@ -106,7 +106,7 @@ ROM_START( ec_barx )
/* Unique ROM containing 1993 Electrocoin Copyright */
ROM_LOAD( "bxc1&6c.rom", 0x0000, 0x008000, CRC(356964c3) SHA1(68522a0d379ab49f5975e0628f3e813cfe3287a3) )
-
+
/* 32Kb With Header / Space for Header */
// Some Roms below use a header at the start, containing 8x8 Byte strings to describe what type of set it is
@@ -142,7 +142,7 @@ ROM_START( ec_barx )
ROM_LOAD( "issa794", 0x0000, 0x008000, CRC(47334130) SHA1(08204545d20fa017321183126a856446b08e09b9) ) // -1-- ----
ROM_LOAD( "issa795", 0x0000, 0x008000, CRC(d24936fd) SHA1(f0efa2d30c71285d31ae2c47ce2baef3bb72bc66) ) // --2S K---
ROM_LOAD( "issa796", 0x0000, 0x008000, CRC(0d5c020d) SHA1(f41e015773c908228f55f1ce3e35b22ad4b6bf33) ) // -1-S K---
- ROM_LOAD( "issa797", 0x0000, 0x008000, CRC(57cf216a) SHA1(070297c07404f92928581d73751e82158e9567d7) ) // ---S K---
+ ROM_LOAD( "issa797", 0x0000, 0x008000, CRC(57cf216a) SHA1(070297c07404f92928581d73751e82158e9567d7) ) // ---S K---
ROM_LOAD( "issa798", 0x0000, 0x008000, CRC(c15f25e2) SHA1(b7a32876a7f8512451d911f0611cbdc8a083a79e) ) // -1-- ----
ROM_LOAD( "issa799", 0x0000, 0x008000, CRC(9682ca8c) SHA1(a6846bff4aaa9ccf997f7049300b62138a405e20) ) // --2S K---
@@ -240,7 +240,7 @@ ROM_START( ec_barx )
ROM_LOAD( "issa872", 0x0000, 0x008000, CRC(957536b1) SHA1(4ca031ba9b3bd5e178abe7951498f8202fa4cd48) ) // P1-- ---G
ROM_LOAD( "issa873", 0x0000, 0x008000, CRC(171cdb19) SHA1(f0f7cb81b220d757c5dadbe9e2cc0dbc6aa02962) ) // P-2S K--G
ROM_LOAD( "issa874", 0x0000, 0x008000, CRC(704f999c) SHA1(259430d175c22a33f222ab1138159b8fc838c98f) ) // P1-S K--G
-
+
/****** Other Stuff in here ******/
// there two look closer to Bellfruit scramble, but aren't. They're probably something else tho...
@@ -287,7 +287,7 @@ ROM_END
ROM_START( ec_big7 )
ROM_REGION( 0x200000, "maincpu", 0 )
-
+
/* No indication, no space for header */
ROM_LOAD( "b710", 0x0000, 0x008000, CRC(0cdae404) SHA1(e8d713e172e5ff37e31e68d096fac77fbe676006) )
ROM_LOAD( "b75p4", 0x0000, 0x008000, CRC(27ad1971) SHA1(4c1248d5815143dc0b23ada909c4f1fc16a1a18b) )
@@ -307,9 +307,9 @@ ROM_START( ec_big7 )
ROM_LOAD( "iss2017.rom", 0x0000, 0x008000, CRC(165dc63c) SHA1(f820bc99755f38a911357e705075d24d3aac43b7) )
ROM_LOAD( "iss2019.rom", 0x0000, 0x008000, CRC(475b224a) SHA1(c837aa0c73cf5947b6b4d106d4f0967da040e5dc) )
ROM_LOAD( "iss513.rom", 0x0000, 0x008000, CRC(ca302c47) SHA1(9fb9cdd140baa0ec36250b4ebd0a25450348075f) )
-
+
/* All have 'BIG7' and type info in header */
- ROM_LOAD( "big7.bin", 0x0000, 0x008000, CRC(12a08de2) SHA1(cce3526d3b47567d240739111ed4b7e2ba994de6) )
+ ROM_LOAD( "big7.bin", 0x0000, 0x008000, CRC(12a08de2) SHA1(cce3526d3b47567d240739111ed4b7e2ba994de6) )
ROM_LOAD( "iss3025.rom", 0x0000, 0x008000, CRC(26c9382a) SHA1(8c4fe06a8e5171e6f2c91b0aee14484aca386a9c) )
ROM_LOAD( "iss3027.rom", 0x0000, 0x008000, CRC(7dc5ccbe) SHA1(2e904f6dced08ed38c4e5c0adfa6904b80a0a0fa) )
ROM_LOAD( "iss3033.rom", 0x0000, 0x008000, CRC(52e6c6b7) SHA1(9ff5c6cca014735f8cffffb56a85657b0941e9f8) )
@@ -412,7 +412,7 @@ ROM_END
ROM_START( ec_mag7s )
ROM_REGION( 0x200000, "maincpu", 0 )
-
+
// These are '2001 COOL7' (newer header type)
ROM_LOAD( "issa933", 0x0000, 0x008000, CRC(ebb6b015) SHA1(1c02663f1193b9aa92183ac46146c49cdb9fa420) )
ROM_LOAD( "issa934", 0x0000, 0x008000, CRC(522c9ed5) SHA1(ae3f2760f10f8d884500d9fa67169bde9913fd52) )
@@ -470,7 +470,7 @@ ROM_START( ec_mag7s )
ROM_LOAD( "issa988", 0x0000, 0x008000, CRC(0e5d421e) SHA1(b61fc2d7651dc684168be2f0c8f0739a442a062c) )
ROM_LOAD( "issa989", 0x0000, 0x008000, CRC(a469a2f8) SHA1(351f6e2849b2d5778fb96c96b2bb356f4b02787c) )
ROM_LOAD( "issa990", 0x0000, 0x008000, CRC(ad90f5a5) SHA1(2b09f7eb46f054550c5f638bc83708231c34e189) )
-
+
// This just has 'Cool7' with no other header information (all 0x00)
ROM_LOAD( "majic.dat", 0x0000, 0x008000, CRC(a1ca176f) SHA1(90dc3204091c6328764122dc583e47ea8ac314e4) )
ROM_END
@@ -498,21 +498,21 @@ ROM_END
/*
ELECTROCOIN OXO CLUB
- Oxo-2.3n ---------- 54AE £25
- Oxo-2.3p ---------- 55AD £25
- Oxo-2-2T.box ---- 9976 £25
- Oxo-nv7.2-3 ------ 3E15 £25
+ Oxo-2.3n ---------- 54AE ?25
+ Oxo-2.3p ---------- 55AD ?25
+ Oxo-2-2T.box ---- 9976 ?25
+ Oxo-nv7.2-3 ------ 3E15 ?25
- Oxo-1.6n ---------- EC97 £5 / £15
- Oxo-1.8p ---------- 13BD £5 / £15
- Oxo-1-2T.box ---- 9D35 £5 / £15
+ Oxo-1.6n ---------- EC97 ?5 / ?15
+ Oxo-1.8p ---------- 13BD ?5 / ?15
+ Oxo-1-2T.box ---- 9D35 ?5 / ?15
*/
ROM_START( ec_oxocl )
ROM_REGION( 0x200000, "maincpu", 0 )
// looks like a similar config to set above, the 't' roms being the TOP roms
ROM_LOAD( "ocn7 v18 non protocol.hex", 0x0000, 0x02680d, CRC(91755ca8) SHA1(38dea02258e4cf731680621c96ebd473e74ae0f6) ) // convert from HEX and check
-// ROM_LOAD( "oxo club.txt", 0x0000, 0x000127, CRC(2ae1750e) SHA1(e15bcc78bcdb4672a77dd46b8f40313dc4a88c59) )
+// ROM_LOAD( "oxo club.txt", 0x0000, 0x000127, CRC(2ae1750e) SHA1(e15bcc78bcdb4672a77dd46b8f40313dc4a88c59) )
ROM_LOAD( "oxo-1-2t.box", 0x0000, 0x010000, CRC(8fd03d19) SHA1(b3df92a8a4e0f4b8f813758aa4e881f45a04c8e4) )
ROM_LOAD( "oxo-1.6n", 0x0000, 0x010000, CRC(5c4637c5) SHA1(923a8d50b2b8a7d97d6d1994dafde3aafe0f8c45) )
ROM_LOAD( "oxo-1.8p", 0x0000, 0x010000, CRC(26a40f47) SHA1(2c61fa010efc4684e2c53d58a81bd8071246b3f1) )
@@ -586,7 +586,7 @@ ROM_END
ROM_START( ec_redbr )
ROM_REGION( 0x200000, "maincpu", 0 )
-
+
// These are 'REDBAR' they use the same header format as ec_big7
ROM_LOAD( "iss2021.rom", 0x0000, 0x008000, CRC(71fffd80) SHA1(49cc502e54e135bb131b8ac096619df9f1f29055) )
ROM_LOAD( "iss3040.bin", 0x0000, 0x008000, CRC(530c52a8) SHA1(65cc627baadd6385c314a4477475c69c1b213a5d) )
@@ -598,7 +598,7 @@ ROM_START( ec_redbr )
ROM_LOAD( "issa102", 0x0000, 0x008000, CRC(9aebf74c) SHA1(4da5d9240a2dcfdaa96a8a784ea5745c90108f9e) )
ROM_LOAD( "issa106", 0x0000, 0x008000, CRC(77219ea1) SHA1(e4432e7c16b8911b272ae0bf3daf993649c4fd5f) )
ROM_LOAD( "issa107", 0x0000, 0x008000, CRC(e6e84ed9) SHA1(2151304bf7c2032edefd84ceb91a02af9df09c64) )
-
+
// These are '2001 REDBAR' (newer header type)
ROM_LOAD( "issa875", 0x0000, 0x008000, CRC(44cf12be) SHA1(4b9f001c9776989b4b21ed589b1dceb6cb040096) )
ROM_LOAD( "issa876", 0x0000, 0x008000, CRC(ef5d1343) SHA1(a609377a3dcfa7914a7a548e80e31fee3a6237fd) )
@@ -667,7 +667,7 @@ ROM_START( ec_rcc )
ROM_LOAD( "rcas20p4.5", 0x0000, 0x010000, CRC(54a1ddde) SHA1(e98b6dbf0256324fe1cdddbe4b89958d3d5f1233) )
ROM_LOAD( "rcas20p4.5d", 0x0000, 0x010000, CRC(b42e2415) SHA1(fcc76977a920b6116c5e9029340aa51abb2ab713) )
ROM_LOAD( "rcas25p4.5", 0x0000, 0x010000, CRC(0aeb0332) SHA1(1b2f2332ac30736892f72b7771fa0825a95f19ad) )
-
+
ROM_REGION( 0x200000, "oki", 0 )
ROM_LOAD( "rcas4-5.snd", 0x0000, 0x100000, CRC(8d9403e1) SHA1(8a8da6f99a524646a8c689861a5cd6aafeef700b) )
ROM_END
@@ -708,7 +708,7 @@ ROM_START( ec_supbx )
ROM_LOAD( "sbx8elac", 0x0000, 0x008000, CRC(102a3f38) SHA1(5f4f55904b00dde47e9841de313ed76a56e711df) )
ROM_LOAD( "superbarx_issue129_10cash.bin", 0x0000, 0x008000, CRC(b4adae28) SHA1(5d747624dafc8d65fd3b49ff3649ad9973d9271b) )
ROM_LOAD( "superbarx_issue158_sitdown10cash.bin", 0x0000, 0x008000, CRC(80c2d523) SHA1(1252bf66987aa9ac610c3e9f0919f29a6ad6cc52) )
-
+
/* No Header, type 2 - closer to the BRUNEL sets */
ROM_LOAD( "sbx5nc.10", 0x0000, 0x008000, CRC(beb7254a) SHA1(137e91e0b92d970d09d165a42b890a5d31d795d9) )
ROM_LOAD( "sbx5nc.20", 0x0000, 0x008000, CRC(0ceb3e29) SHA1(e96e1470292208825407ba64750121dd3c7bf857) )
@@ -874,8 +874,8 @@ ROM_START( ec_suprl )
ROM_LOAD( "sr25b16.hex", 0x0000, 0x02680d, CRC(87c33f5f) SHA1(f1ff058b8f670503f73b1fddb5a58becd671294b) ) // convert from HEX and check
ROM_LOAD( "srle v1.0 protocol.hex", 0x0000, 0x02680d, CRC(57bec009) SHA1(ebf99f6ca5f20e9a30ba694cb3d17f6c8b5827f5) ) // convert from HEX and check
ROM_LOAD( "srt30.hex", 0x0000, 0x02680d, CRC(d6b970fa) SHA1(d31cc4ae7a920b73f2b377d4e36be56422bc3632) ) // convert from HEX and check
-
-
+
+
ROM_LOAD( "srv11.btm", 0x0000, 0x010000, CRC(e68b5a8a) SHA1(b9a1b76f93ab62b5c5d8d56a1210e2d8194bb5b6) )
ROM_LOAD( "srv11.top", 0x0000, 0x010000, CRC(05712727) SHA1(b2e29faa7babe560ba928870e96afa3893ba8955) )
ROM_LOAD( "srv3-0.btm", 0x0000, 0x010000, CRC(d629133b) SHA1(2a25540885d34bf38528cecd360953818beb6197) )
@@ -903,29 +903,29 @@ ROM_END
/*
ROM_START( ec_unk2 )
- ROM_REGION( 0x200000, "maincpu", 0 )
- // These are just BARX roms
- ROM_LOAD( "a3all.bin", 0x0000, 0x001000, CRC(96cb0c73) SHA1(6fa1fc61cb2761871999516c6663b3948b35f6dc) )
- ROM_LOAD( "a3csh.bin", 0x0000, 0x001000, CRC(2f3c45ed) SHA1(f18aba5ceb9385e37b5857ba28f80230388d0cd2) )
- ROM_LOAD( "a3low10", 0x0000, 0x001000, CRC(2f3c45ed) SHA1(f18aba5ceb9385e37b5857ba28f80230388d0cd2) )
+ ROM_REGION( 0x200000, "maincpu", 0 )
+ // These are just BARX roms
+ ROM_LOAD( "a3all.bin", 0x0000, 0x001000, CRC(96cb0c73) SHA1(6fa1fc61cb2761871999516c6663b3948b35f6dc) )
+ ROM_LOAD( "a3csh.bin", 0x0000, 0x001000, CRC(2f3c45ed) SHA1(f18aba5ceb9385e37b5857ba28f80230388d0cd2) )
+ ROM_LOAD( "a3low10", 0x0000, 0x001000, CRC(2f3c45ed) SHA1(f18aba5ceb9385e37b5857ba28f80230388d0cd2) )
ROM_END
*/
/*
ROM_START( ec_unk3 )
- ROM_REGION( 0x200000, "maincpu", 0 )
- // These also look like BARX roms, one matches, and the others are clearly just variations of it
- ROM_LOAD( "a410p.bin", 0x0000, 0x001000, CRC(6c19d237) SHA1(9fa79bd0ab78685fed974e5b82ec419381337252) )
- ROM_LOAD( "a410p~.bin", 0x0000, 0x001000, CRC(0f1020f1) SHA1(e29cd3954f3cd0ae5c4a113f8922bd1f3be0e740) )
- ROM_LOAD( "a45p.bin", 0x0000, 0x001000, CRC(34b4d7cb) SHA1(b2ff3c79e635fff8f02edc9c953cc619fb409aa5) ) // bx5pa4 from ec_barx
+ ROM_REGION( 0x200000, "maincpu", 0 )
+ // These also look like BARX roms, one matches, and the others are clearly just variations of it
+ ROM_LOAD( "a410p.bin", 0x0000, 0x001000, CRC(6c19d237) SHA1(9fa79bd0ab78685fed974e5b82ec419381337252) )
+ ROM_LOAD( "a410p~.bin", 0x0000, 0x001000, CRC(0f1020f1) SHA1(e29cd3954f3cd0ae5c4a113f8922bd1f3be0e740) )
+ ROM_LOAD( "a45p.bin", 0x0000, 0x001000, CRC(34b4d7cb) SHA1(b2ff3c79e635fff8f02edc9c953cc619fb409aa5) ) // bx5pa4 from ec_barx
ROM_END
*/
/*
ROM_START( ec_unk4 )
- // Contains a (c)1993/97 ELECTROCOIN near the end, build date of Sept 03 1998 - already in the BarX set
- ROM_REGION( 0x200000, "maincpu", 0 )
- ROM_LOAD( "flat256", 0x0000, 0x008000, CRC(6a549ff3) SHA1(02766642c5aee5fa3f1e0d9d7a0ec30192e597f1) )
+ // Contains a (c)1993/97 ELECTROCOIN near the end, build date of Sept 03 1998 - already in the BarX set
+ ROM_REGION( 0x200000, "maincpu", 0 )
+ ROM_LOAD( "flat256", 0x0000, 0x008000, CRC(6a549ff3) SHA1(02766642c5aee5fa3f1e0d9d7a0ec30192e597f1) )
ROM_END
*/
@@ -957,7 +957,7 @@ ROM_START( ec_unk5 )
// 2001 COOL7
ROM_LOAD( "issa998.rom", 0x0000, 0x008000, CRC(7314e2a8) SHA1(3a108bf2ba0173ecab85fe7110174f5db8f75e17) )
-
+
// 2006 COOL7
ROM_LOAD( "issc325.rom", 0x0000, 0x008000, CRC(153f90a2) SHA1(df250a02e6b9c130b5f8856c1fdb9012517d15ce) )
@@ -1001,7 +1001,7 @@ GAME( 19??, ec_suprb, 0 , ecoinfr, ecoinfr, ecoinfr, ROT0, "Electrocoin
GAME( 19??, ec_suprl, 0 , ecoinfr, ecoinfr, ecoinfr, ROT0, "Electrocoin", "Super Reels (Electrocoin) (?)" , GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
GAME( 19??, ec_supsl, 0 , ecoinfr, ecoinfr, ecoinfr, ROT0, "Electrocoin", "Super Silver (Electrocoin) (?)" , GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
GAME( 19??, ec_unk1, 0 , ecoinfr, ecoinfr, ecoinfr, ROT0, "Electrocoin", "Unknown 'Electrocoin' Fruit Machine '300615' (Electrocoin) (?)" , GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
-//GAME( 19??, ec_unk2, 0 , ecoinfr, ecoinfr, ecoinfr, ROT0, "Electrocoin", "Unknown 'Electrocoin' Fruit Machine 'a3' (Electrocoin) (?)" , GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
-//GAME( 19??, ec_unk3, 0 , ecoinfr, ecoinfr, ecoinfr, ROT0, "Electrocoin", "Unknown 'Electrocoin' Fruit Machine 'a4' (Electrocoin) (?)" , GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
-//GAME( 19??, ec_unk4, 0 , ecoinfr, ecoinfr, ecoinfr, ROT0, "Electrocoin", "Unknown 'Electrocoin' Fruit Machine 'flat256' (Electrocoin) (?)" , GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
+//GAME( 19??, ec_unk2, 0 , ecoinfr, ecoinfr, ecoinfr, ROT0, "Electrocoin", "Unknown 'Electrocoin' Fruit Machine 'a3' (Electrocoin) (?)" , GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
+//GAME( 19??, ec_unk3, 0 , ecoinfr, ecoinfr, ecoinfr, ROT0, "Electrocoin", "Unknown 'Electrocoin' Fruit Machine 'a4' (Electrocoin) (?)" , GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
+//GAME( 19??, ec_unk4, 0 , ecoinfr, ecoinfr, ecoinfr, ROT0, "Electrocoin", "Unknown 'Electrocoin' Fruit Machine 'flat256' (Electrocoin) (?)" , GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
GAME( 19??, ec_unk5, 0 , ecoinfr, ecoinfr, ecoinfr, ROT0, "Electrocoin", "Unknown 'Electrocoin' Fruit Machine(s) (Electrocoin) (?)" , GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
diff --git a/src/mame/drivers/globalfr.c b/src/mame/drivers/globalfr.c
index 125236eccd1..93aa47f040b 100644
--- a/src/mame/drivers/globalfr.c
+++ b/src/mame/drivers/globalfr.c
@@ -3,7 +3,7 @@
Global Games 'Stealth' Hardware
- CPU is a M37702S 1AFP /7231
+ CPU is a M37702S 1AFP /7231
Motherboard contains very few major components
@@ -15,7 +15,7 @@
#include "cpu/m37710/m37710.h"
-
+
/******************************************************************************/
class globalfr_state : public driver_device
@@ -48,7 +48,7 @@ MACHINE_CONFIG_END
ROM_START( gl_dow )
- ROM_REGION( 0x80000, "maincpu", 0 )
+ ROM_REGION( 0x80000, "maincpu", 0 )
ROM_LOAD( "deal1-4n.p1", 0x0000, 0x080000, CRC(2bcc595b) SHA1(d22e1d25784f536ec12a534eee12bcc1abad4a5e) )
ROM_REGION( 0x80000, "altrevs", 0 )
@@ -56,7 +56,7 @@ ROM_START( gl_dow )
ROM_END
ROM_START( gl_dowcl )
- ROM_REGION( 0x80000, "maincpu", 0 )
+ ROM_REGION( 0x80000, "maincpu", 0 )
ROM_LOAD( "deal1-6n.p1", 0x0000, 0x080000, CRC(0844fa2c) SHA1(76ac663b260bfba1c1dcf446ce611628c7276e89) )
ROM_REGION( 0x80000, "altrevs", 0 )
@@ -64,7 +64,7 @@ ROM_START( gl_dowcl )
ROM_END
ROM_START( gl_wywh )
- ROM_REGION( 0x80000, "maincpu", 0 )
+ ROM_REGION( 0x80000, "maincpu", 0 )
ROM_LOAD( "wish2-9n.p1", 0x0000, 0x020000, CRC(4b248e64) SHA1(24f27d7742b89893ac5ac5e73b11bcc417a304be) )
ROM_REGION( 0x80000, "altrevs", 0 )
@@ -74,7 +74,7 @@ ROM_START( gl_wywh )
ROM_END
ROM_START( gl_coc )
- ROM_REGION( 0x80000, "maincpu", 0 )
+ ROM_REGION( 0x80000, "maincpu", 0 )
ROM_LOAD( "clbd2-9n.p1", 0x0000, 0x020000, CRC(f2c5387d) SHA1(72210686ea29ca8d5f9514c30ede342fdc146a38) )
ROM_REGION( 0x80000, "altrevs", 0 )
@@ -84,7 +84,7 @@ ROM_START( gl_coc )
ROM_END
ROM_START( gl_uyr )
- ROM_REGION( 0x80000, "maincpu", 0 )
+ ROM_REGION( 0x80000, "maincpu", 0 )
ROM_LOAD( "rigm2-8n.p1", 0x0000, 0x080000, CRC(6226a3e7) SHA1(84feafc1c630e466142fcd5ef32af09b6d15b5d8) )
ROM_REGION( 0x80000, "altrevs", 0 )
@@ -92,12 +92,12 @@ ROM_START( gl_uyr )
ROM_END
ROM_START( gl_hbh )
- ROM_REGION( 0x80000, "maincpu", 0 )
+ ROM_REGION( 0x80000, "maincpu", 0 )
ROM_LOAD( "hote1-0n.p1", 0x0000, 0x080000, CRC(7d0b2f21) SHA1(bcdfe920d71973b8d9769e80635cf0149fd06b1d) )
ROM_END
ROM_START( gl_hbhcl )
- ROM_REGION( 0x80000, "maincpu", 0 )
+ ROM_REGION( 0x80000, "maincpu", 0 )
ROM_LOAD( "mhot1-9n.p1", 0x0000, 0x080000, CRC(769ed4b8) SHA1(b725d1d2942521e145580ae3103ddecdd557b447) )
ROM_REGION( 0x80000, "altrevs", 0 )
diff --git a/src/mame/drivers/jpmimpct.c b/src/mame/drivers/jpmimpct.c
index 8da4ccbc7d5..772fe6fe0bc 100644
--- a/src/mame/drivers/jpmimpct.c
+++ b/src/mame/drivers/jpmimpct.c
@@ -5182,8 +5182,8 @@ ROM_START( j6fbcrz )
// edit: Apparently the public release of JPeMu v1.45 required the author to specifically encrypt any ROMs
// before they would run on the emulator, as a way of 'controlling' the users, and what they could run.
// These are therefore worthless garbage.
-// ROM_LOAD16_BYTE( "fce.p1", 0x00000, 0x020000, CRC(57220618) SHA1(7bd717e438e2bf230179b0f5bb358888a3501c59) )0
-// ROM_LOAD16_BYTE( "fce.p2", 0x00001, 0x020000, CRC(16d20bc6) SHA1(0e8ac586ccf3d02189e24bdd2ed88052491aceb6) )
+// ROM_LOAD16_BYTE( "fce.p1", 0x00000, 0x020000, CRC(57220618) SHA1(7bd717e438e2bf230179b0f5bb358888a3501c59) )0
+// ROM_LOAD16_BYTE( "fce.p2", 0x00001, 0x020000, CRC(16d20bc6) SHA1(0e8ac586ccf3d02189e24bdd2ed88052491aceb6) )
ROM_REGION( 0x80000, "upd", ROMREGION_ERASE00 )
ROM_LOAD( "fcsnd.bin", 0x0000, 0x080000, CRC(53806516) SHA1(e5689759ccba30ac974eee4361330ad503a29909) )
@@ -5198,7 +5198,7 @@ ROM_START( j6h5clb )
ROM_LOAD16_BYTE( "8874.bin", 0x0000, 0x020000, CRC(d1a5b6d1) SHA1(54300e459cc3ea756528424f08da5505f629abd4) )
ROM_REGION( 0x80000, "upd", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
ROM_START( j6milln )
@@ -5210,7 +5210,7 @@ ROM_START( j6milln )
ROM_LOAD16_BYTE( "ljc-g2.bin", 0x00001, 0x020000, CRC(e42c5cc0) SHA1(612973ba3dac2b1098dd746fd4fd6e7bb0246949) )
ROM_REGION( 0x80000, "upd", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -5223,7 +5223,7 @@ DRIVER_INIT( j6fbcrz )
UINT8 *src1 = machine.region( "maincpu" )->base();
UINT8 *src2 = machine.region( "encrypted" )->base();
-
+
for (i=0;i<0x040000;i++)
{
src2[i] = src2[i]^src1[i];
diff --git a/src/mame/drivers/jpmmps.c b/src/mame/drivers/jpmmps.c
index 5dbf4bf0cf3..eb63c16a4b8 100644
--- a/src/mame/drivers/jpmmps.c
+++ b/src/mame/drivers/jpmmps.c
@@ -225,12 +225,12 @@ ROM_START( j2bigbnk )
ROM_REGION( 0x10000, "altrevs", 0 ) /* split later */
ROM_LOAD( "bigbankerb11548 3.1.bin", 0x0000, 0x4000, CRC(c28a0f9a) SHA1(33740a31d2688d39ed79deead9f26cc3b8f17253) )
- // ROM_LOAD( "bigbankerb11554 3.2.bin", 0x4000, 0x4000, CRC(17488088) SHA1(560ca909115fa16d196027b4517b4c32f963abdf) )
+ // ROM_LOAD( "bigbankerb11554 3.2.bin", 0x4000, 0x4000, CRC(17488088) SHA1(560ca909115fa16d196027b4517b4c32f963abdf) )
ROM_LOAD( "bigbankerb11593 3p1.bin", 0x0000, 0x4000, CRC(c8f291e0) SHA1(0f152c3e3797c04d50db417d4927c0671b6ae46c) )
ROM_LOAD( "bigbankerb12330 3y1.bin", 0x0000, 0x4000, CRC(eb687672) SHA1(d50b5153787f6cbd6c4dfe2bcfccde9aba57a9bf) )
ROM_LOAD( "bigbankerb12366 3x1.bin", 0x0000, 0x4000, CRC(d67b336e) SHA1(ddc97bab97f444cc914af1a0c997c17ad7635891) )
- // ROM_LOAD( "bigbankerb12394 3a1.bin", 0x0000, 0x4000, CRC(ff994a86) SHA1(baf79a39c2315ccc107b21a889ec7a90c1e1380e) )
+ // ROM_LOAD( "bigbankerb12394 3a1.bin", 0x0000, 0x4000, CRC(ff994a86) SHA1(baf79a39c2315ccc107b21a889ec7a90c1e1380e) )
ROM_END
@@ -554,10 +554,10 @@ ROM_START( j2goldbr )
ROM_LOAD( "jpmgoldenbars2.2.bin", 0x8000, 0x8000, CRC(d94d1c30) SHA1(f26c4eb158c8291521b23c091bf45475b70cc3ae) )
// this is a 68k rom
- // ROM_LOAD( "jpmgoldenbars1.1.bin", 0x0000, 0x8000, CRC(45f91660) SHA1(1c6bc864e56c8c6ea61ebb5e181ad736aeab06cf) )
- // ROM_LOAD( "jpmgoldenbars1.2.bin", 0x0000, 0x8000, CRC(eb6595f0) SHA1(2b0aabb50a1d1f88249b733faf02194c0181f999) )
- // ROM_LOAD( "jpmgoldenbars1.3.bin", 0x0000, 0x8000, CRC(01c7dcfb) SHA1(9f00a14df5b2ea13d2bd4f3ff1ab5ee65d464709) )
- // ROM_LOAD( "jpmgoldenbars1.4.bin", 0x0000, 0x8000, CRC(88bf0d26) SHA1(ecbfa69ffde42dc4464f39fc641c98a8485e0218) )
+ // ROM_LOAD( "jpmgoldenbars1.1.bin", 0x0000, 0x8000, CRC(45f91660) SHA1(1c6bc864e56c8c6ea61ebb5e181ad736aeab06cf) )
+ // ROM_LOAD( "jpmgoldenbars1.2.bin", 0x0000, 0x8000, CRC(eb6595f0) SHA1(2b0aabb50a1d1f88249b733faf02194c0181f999) )
+ // ROM_LOAD( "jpmgoldenbars1.3.bin", 0x0000, 0x8000, CRC(01c7dcfb) SHA1(9f00a14df5b2ea13d2bd4f3ff1ab5ee65d464709) )
+ // ROM_LOAD( "jpmgoldenbars1.4.bin", 0x0000, 0x8000, CRC(88bf0d26) SHA1(ecbfa69ffde42dc4464f39fc641c98a8485e0218) )
ROM_END
@@ -679,8 +679,8 @@ ROM_START( j2kingcl )
ROM_LOAD( "koc2v4.bin", 0x8000, 0x8000, CRC(6f9b132f) SHA1(14154898fcd2c75e15eeec282b2452c81234b00e) )
// these look like bellfruit (encrypted) roms
- // ROM_LOAD( "king of clubs 39340002.bin", 0x0000, 0x8000, CRC(028708bf) SHA1(9e6942f6a25b260faa4c14c4d61a373be1518f40) )
- // ROM_LOAD( "king of clubs 39340026.bin", 0x0000, 0x8000, CRC(d3b0746e) SHA1(2847cec108a99747a7e3e31a0f7bcf766cdc1546) )
+ // ROM_LOAD( "king of clubs 39340002.bin", 0x0000, 0x8000, CRC(028708bf) SHA1(9e6942f6a25b260faa4c14c4d61a373be1518f40) )
+ // ROM_LOAD( "king of clubs 39340026.bin", 0x0000, 0x8000, CRC(d3b0746e) SHA1(2847cec108a99747a7e3e31a0f7bcf766cdc1546) )
ROM_END
@@ -754,8 +754,8 @@ ROM_START( j2mongam )
ROM_LOAD( "mongam63.bin", 0x4000, 0x4000, CRC(4a8d11a0) SHA1(fe7e00cfb10d83d9f521cf6dcd27d51a561af916) )
ROM_REGION( 0x10000, "altrevs", 0 ) /* split later */
- // ROM_LOAD( "mongame2.bin", 0x0000, 0x2000, CRC(88bcce8a) SHA1(4d5c71b4807be72b7ecf99fbddf79d734e101832) )
- // ROM_LOAD( "mongame3.bin", 0x0000, 0x4000, CRC(4a8d11a0) SHA1(fe7e00cfb10d83d9f521cf6dcd27d51a561af916) )
+ // ROM_LOAD( "mongame2.bin", 0x0000, 0x2000, CRC(88bcce8a) SHA1(4d5c71b4807be72b7ecf99fbddf79d734e101832) )
+ // ROM_LOAD( "mongame3.bin", 0x0000, 0x4000, CRC(4a8d11a0) SHA1(fe7e00cfb10d83d9f521cf6dcd27d51a561af916) )
// something else?
ROM_LOAD( "moneygame3.1.bin", 0x0000, 0x2000, CRC(14734a7e) SHA1(84bcfaaa3f59d8ef2acefe399b48f258e507f20a) )
diff --git a/src/mame/drivers/jpms80.c b/src/mame/drivers/jpms80.c
index 3c8aed3b7a3..761c3171ed3 100644
--- a/src/mame/drivers/jpms80.c
+++ b/src/mame/drivers/jpms80.c
@@ -146,7 +146,7 @@ ROM_START( j80fruit )
ROM_REGION( 0x10000, "altrevs", 0 )
// from 'fruit chaser' set, other roms matched.
- ROM_LOAD( "fruit31.p1", 0x0000, 0x001000, CRC(406ff4c1) SHA1(10ef59e66debb15b22d25b66ed19f45a242e30ac) )
+ ROM_LOAD( "fruit31.p1", 0x0000, 0x001000, CRC(406ff4c1) SHA1(10ef59e66debb15b22d25b66ed19f45a242e30ac) )
ROM_END
diff --git a/src/mame/drivers/jpmsys7.c b/src/mame/drivers/jpmsys7.c
index 10a8d103be8..129bf74cfb9 100644
--- a/src/mame/drivers/jpmsys7.c
+++ b/src/mame/drivers/jpmsys7.c
@@ -95,9 +95,9 @@ ROM_END
ROM_START( j7kerchn )
ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASE00 )
ROM_LOAD16_BYTE( "kerching-u1.bin", 0x000001, 0x100000, CRC(25347eff) SHA1(3e5c950993c3cb393fdfd7691637a35f9e41ca3f) )
-// ROM_LOAD16_BYTE( "9236", 0x00001, 0x100000, CRC(25347eff) SHA1(3e5c950993c3cb393fdfd7691637a35f9e41ca3f) )
+// ROM_LOAD16_BYTE( "9236", 0x00001, 0x100000, CRC(25347eff) SHA1(3e5c950993c3cb393fdfd7691637a35f9e41ca3f) )
ROM_LOAD16_BYTE( "kerching-u2.bin", 0x000000, 0x100000, CRC(64bcf49e) SHA1(1f2755e005b7f47ce0c75b74a50ac41ed9220028) )
-// ROM_LOAD16_BYTE( "67f6", 0x00000, 0x100000, CRC(64bcf49e) SHA1(1f2755e005b7f47ce0c75b74a50ac41ed9220028) )
+// ROM_LOAD16_BYTE( "67f6", 0x00000, 0x100000, CRC(64bcf49e) SHA1(1f2755e005b7f47ce0c75b74a50ac41ed9220028) )
ROM_LOAD16_BYTE( "kerching-u3.bin", 0x200001, 0x100000, CRC(9b068f6a) SHA1(99e1b52c98485bf972bf32f0d373182b39e33e07) ) // sound
ROM_LOAD16_BYTE( "kerching-u4.bin", 0x200000, 0x100000, CRC(7ead4175) SHA1(abbf01da479027cad6f01d5089c68599973704c5) ) // sound
diff --git a/src/mame/drivers/maygay1b.c b/src/mame/drivers/maygay1b.c
index 92ba5299755..c02e07dd0ca 100644
--- a/src/mame/drivers/maygay1b.c
+++ b/src/mame/drivers/maygay1b.c
@@ -995,7 +995,7 @@ ROM_START( m1bargn )
ROM_LOAD( "sa4-078.bin", 0x0000, 0x010000, CRC(dcc0b83e) SHA1(a85e3f60decb7dbc2de77b93dd8a79ff137d85b7) )
ROM_REGION( 0x100000, "oki", ROMREGION_ERASE00 ) // I don't think this is correct, or at least it's not OKI, no header.
- ROM_LOAD( "bgsnd", 0x0000, 0x020000, CRC(abe7c01d) SHA1(21caadcd149772dfd79a9d30ebc1d8da91ff36f4) )
+ ROM_LOAD( "bgsnd", 0x0000, 0x020000, CRC(abe7c01d) SHA1(21caadcd149772dfd79a9d30ebc1d8da91ff36f4) )
ROM_END_M1A_MCU
ROM_START( m1bigdel )
@@ -1569,7 +1569,7 @@ ROM_START( m1eeqva )
ROM_LOAD( "vic15f", 0x0000, 0x020000, CRC(01fb6767) SHA1(83885fed9f7272c49b581fdce1720a6464dfc9c7) )
ROM_LOAD( "vic15r", 0x0000, 0x010000, CRC(2659aad7) SHA1(456cfbc6ac7924871756138d1fd3353c7a236191) )
ROM_LOAD( "15qvro", 0x0000, 0x020000, CRC(fb5da3dd) SHA1(9043276c782e4e2eb51366cbb6fb98ead5c02c67) )
-
+
ROM_REGION( 0x100000, "oki", ROMREGION_ERASE00 )
ROM_LOAD( "queenvic.p1", 0x000000, 0x080000, CRC(af665967) SHA1(b87b13e759765eeb701ff8ead41eb3c09bec1e92) )
ROM_LOAD( "queenvic.p2", 0x080000, 0x080000, CRC(92ce90ce) SHA1(9fca67429b9f1496dc745818b3ed7747b8eedf5d) )
@@ -1826,7 +1826,7 @@ ROM_START( m1htclb )
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
ROM_LOAD( "hitensionclubv1-2.rom", 0x0000, 0x010000, CRC(b33fa7a9) SHA1(9aa2b61bac96441a3aa9da254c54636d29a895e2) )
ROM_LOAD( "hitensio.bin", 0x0000, 0x010000, CRC(b8c8edc9) SHA1(1f989a3a72fb7c7747fc6deeb08e06da429620ee) )
-
+
ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00 )
ROM_LOAD( "sc3-057.bin", 0x0000, 0x010000, CRC(b33fa7a9) SHA1(9aa2b61bac96441a3aa9da254c54636d29a895e2) )
ROM_END_M1A_MCU
diff --git a/src/mame/drivers/maygayep.c b/src/mame/drivers/maygayep.c
index d1554b966de..2eef61c169d 100644
--- a/src/mame/drivers/maygayep.c
+++ b/src/mame/drivers/maygayep.c
@@ -1138,7 +1138,7 @@ ROM_START( ep_mario )
ROM_LOAD16_BYTE( "sa990033.g1", 0x00001, 0x020000, CRC(3e0ac4bb) SHA1(99ead4110f5a90a9a5f41481f528ccb234a1ebf2) )
ROM_LOAD16_BYTE( "sa990034.g0", 0x00000, 0x020000, CRC(0bba0aa7) SHA1(21850b73fa8001a31ebea2d524396c0e62e1c0ce) )
ROM_LOAD16_BYTE( "sa990034.g1", 0x00001, 0x020000, CRC(802cd278) SHA1(45d547790093cb98890979220b1d4efc37c200c4) )
-
+
ROM_LOAD16_BYTE( "15smg0", 0x00000, 0x020000, CRC(e66591c1) SHA1(e8c9b8ca3634d1a0847f9b243344a3bc6f2c9719) )
ROM_LOAD16_BYTE( "15smg1", 0x00001, 0x020000, CRC(8a8f8b5d) SHA1(850a72917046b94a800ade94d097e8262b3a49e7) )
@@ -4359,7 +4359,7 @@ ROM_START( ep_makmv )
/* code doesn't end.. missing other roms? */
ROM_REGION( 0x200000, "altrevs", 0 ) /* split into clones later */
-// ROM_LOAD16_BYTE( "make1-1n.p1", 0x00000, 0x020000, CRC(09323ee2) SHA1(f853d6d27b94cb7c2a19eae1868eed0ea1541b69) ) // this is wrong, can't be the same as p2!
+// ROM_LOAD16_BYTE( "make1-1n.p1", 0x00000, 0x020000, CRC(09323ee2) SHA1(f853d6d27b94cb7c2a19eae1868eed0ea1541b69) ) // this is wrong, can't be the same as p2!
ROM_LOAD16_BYTE( "make1-1n.p2", 0x00001, 0x020000, CRC(09323ee2) SHA1(f853d6d27b94cb7c2a19eae1868eed0ea1541b69) )
MISSING_SOUND
diff --git a/src/mame/drivers/maygaysw.c b/src/mame/drivers/maygaysw.c
index d07db829116..3ee439a2cb3 100644
--- a/src/mame/drivers/maygaysw.c
+++ b/src/mame/drivers/maygaysw.c
@@ -2,95 +2,95 @@
SWP (Skill With Prizes) Video based games */
/*
- Guniess Book of Records by Maygay 1996 - M2 Hardware
+ Guniess Book of Records by Maygay 1996 - M2 Hardware
- CPU - MC68306FC16 (On M2 Active CPU Board)
- Sound - OKIM6650 (ON MPEG Sound Board)
- Graphics - CL-GD5429-86QC-C (On Video Card)
- QUARTZ OSCILLATORS AT 3.6864Mhz (by 16c64), 16.0000Mhz (by MC68306FC16), 4.00000Mhz (by OKIM6650), 4.0000Mhz (by 16c55) and 14.31818Mhz (by CL-GD5429-86QC-C)
- RAM HY6264A x 2 (On M2 Active CPU Board), HM514260CJ7 x3 (On Video Card)
+ CPU - MC68306FC16 (On M2 Active CPU Board)
+ Sound - OKIM6650 (ON MPEG Sound Board)
+ Graphics - CL-GD5429-86QC-C (On Video Card)
+ QUARTZ OSCILLATORS AT 3.6864Mhz (by 16c64), 16.0000Mhz (by MC68306FC16), 4.00000Mhz (by OKIM6650), 4.0000Mhz (by 16c55) and 14.31818Mhz (by CL-GD5429-86QC-C)
+ RAM HY6264A x 2 (On M2 Active CPU Board), HM514260CJ7 x3 (On Video Card)
- Other
+ Other
- M62405P (ON MPEG Sound Board)
- MC14514BCP (On M2 Active I/O Board)
- MAX1232 (On M2 Active CPU Board)
- MC1488P and MC1489P (On M2 Active CPU Board)
+ M62405P (ON MPEG Sound Board)
+ MC14514BCP (On M2 Active I/O Board)
+ MAX1232 (On M2 Active CPU Board)
+ MC1488P and MC1489P (On M2 Active CPU Board)
- Custom
+ Custom
- MAYGAY MACHINES EP840150 5261ES-A46528A ASG9605 84PIN PLCC?
-
- PIC's
+ MAYGAY MACHINES EP840150 5261ES-A46528A ASG9605 84PIN PLCC?
- 16c64.u6 - PIC16C64-20/P M2 VER2.2 I/O CPU PIC CRC32 6AE364A2 SHA1 56DDE3D270C2CF81D9592C7C2284767188409B56 (On M2 Active CPU Board)
+ PIC's
- 16C55.u5 - PIC16C55-XT/P M2 Sound PIC version 1 CRC32 0BD92C3E SHA1 596F4D0A83EBC879EC64BA3038D2E9448D2F8901 (ON MPEG Sound Board)
+ 16c64.u6 - PIC16C64-20/P M2 VER2.2 I/O CPU PIC CRC32 6AE364A2 SHA1 56DDE3D270C2CF81D9592C7C2284767188409B56 (On M2 Active CPU Board)
+ 16C55.u5 - PIC16C55-XT/P M2 Sound PIC version 1 CRC32 0BD92C3E SHA1 596F4D0A83EBC879EC64BA3038D2E9448D2F8901 (ON MPEG Sound Board)
- Other
- 0819a.u17 - GAL16V8B Not Dumped (On Video Memory Board)
- 0190a.u6 - GAL16V8B Not Dumped (On Video Card)
- 45a.u12 - GAL16V8B Not Dumped (On Video Card)
- o146a.u4 - GAL16V8B Not Dumped (On MPEG Sound Board)
+ Other
- Roms
+ 0819a.u17 - GAL16V8B Not Dumped (On Video Memory Board)
+ 0190a.u6 - GAL16V8B Not Dumped (On Video Card)
+ 45a.u12 - GAL16V8B Not Dumped (On Video Card)
+ o146a.u4 - GAL16V8B Not Dumped (On MPEG Sound Board)
- Video Memory Board
+ Roms
- dg70014.u01 - TMS27C040 CRC32 EA24D687 SHA1 6B2A069681236EED67F54ED6B1117416DB7DE9AA
+ Video Memory Board
- dg70014.u02 - TMS27C040 CRC32 31E151AA SHA1 2DD99973D829910A6AF54D0A46AB37BA36B159B1
+ dg70014.u01 - TMS27C040 CRC32 EA24D687 SHA1 6B2A069681236EED67F54ED6B1117416DB7DE9AA
- dg70014.u03 - TMS27C040 CRC32 18EA3CF1 SHA1 5A20597906B0209666BF937E0A4975A250EAACED
+ dg70014.u02 - TMS27C040 CRC32 31E151AA SHA1 2DD99973D829910A6AF54D0A46AB37BA36B159B1
- dg70014.u04 - TMS27C040 CRC32 96A05459 SHA1 CDC12733DFD9AE50C2D33397A2CF3831C1B275BF
+ dg70014.u03 - TMS27C040 CRC32 18EA3CF1 SHA1 5A20597906B0209666BF937E0A4975A250EAACED
- da70014.u05 - TMS27C040 CRC32 5ACEB7D6 SHA1 C3099D3C83BE2F5DD3E474557CA17A2C5385ED1F
+ dg70014.u04 - TMS27C040 CRC32 96A05459 SHA1 CDC12733DFD9AE50C2D33397A2CF3831C1B275BF
- dq70014.u06 - TMS27C040 CRC32 568AD7C7 SHA1 078FCEEF241AC4C74B20A07718837973EE6402A5
+ da70014.u05 - TMS27C040 CRC32 5ACEB7D6 SHA1 C3099D3C83BE2F5DD3E474557CA17A2C5385ED1F
- dg70014.u07 - TMS27C040 CRC32 602D79F1 SHA1 EA873C42E93FAFF6DF8C05A98B52B79E52CAA28B
+ dq70014.u06 - TMS27C040 CRC32 568AD7C7 SHA1 078FCEEF241AC4C74B20A07718837973EE6402A5
- dg70014.u08 - TMS27C040 CRC32 EB12693D SHA1 8D894A56BD7E280AB3D4456EF180C42EE87D6F3B
+ dg70014.u07 - TMS27C040 CRC32 602D79F1 SHA1 EA873C42E93FAFF6DF8C05A98B52B79E52CAA28B
- dg70014.u09 - TMS27C040 CRC32 85534E69 SHA1 1165E43C02DCE8FE048DFB863B9EB61BE7F68A48
+ dg70014.u08 - TMS27C040 CRC32 EB12693D SHA1 8D894A56BD7E280AB3D4456EF180C42EE87D6F3B
- dg70014.u10 - TMS27C040 CRC32 6174F684 SHA1 33EF0E28F69B810F3DF899B15AC36577025B7B59
+ dg70014.u09 - TMS27C040 CRC32 85534E69 SHA1 1165E43C02DCE8FE048DFB863B9EB61BE7F68A48
- da70014.u11 - TMS27C040 CRC32 6CD1ADCD SHA1 A803A4B9945498CC1A772B6B9D6948669782149D
+ dg70014.u10 - TMS27C040 CRC32 6174F684 SHA1 33EF0E28F69B810F3DF899B15AC36577025B7B59
- dq70014.u12 - TMS27C040 CRC32 7BD17C0B SHA1 395A0F72DB64648BD5D953868AA42ED6A4C9E2EC
+ da70014.u11 - TMS27C040 CRC32 6CD1ADCD SHA1 A803A4B9945498CC1A772B6B9D6948669782149D
+ dq70014.u12 - TMS27C040 CRC32 7BD17C0B SHA1 395A0F72DB64648BD5D953868AA42ED6A4C9E2EC
- Video Card
- std961d.u27 - TMS27C010A CRC32 7BD17C0B SHA1 395A0F72DB64648BD5D953868AA42ED6A4C9E2EC
+ Video Card
- std951d.u28 - TMS27C010A CRC32 D4A8686A SHA1 D25D4C7ED32874F33DA787DFAE1F661D06531359
+ std961d.u27 - TMS27C010A CRC32 7BD17C0B SHA1 395A0F72DB64648BD5D953868AA42ED6A4C9E2EC
+ std951d.u28 - TMS27C010A CRC32 D4A8686A SHA1 D25D4C7ED32874F33DA787DFAE1F661D06531359
- MPEG Sound Board
- dig1127.u3 - TMS27C040 CRC32 45A2275D SHA1 8AF08B5C007BB2BFE927DF53BD167EA6045D8694
+ MPEG Sound Board
- dig1127.u2 - TMS27C040 CRC32 220B38FE SHA1 8FF20A9353736CDA44EC11A99AC94B36F9DB7430
+ dig1127.u3 - TMS27C040 CRC32 45A2275D SHA1 8AF08B5C007BB2BFE927DF53BD167EA6045D8694
- Dumped By Dang_Spot 18/02/04
+ dig1127.u2 - TMS27C040 CRC32 220B38FE SHA1 8FF20A9353736CDA44EC11A99AC94B36F9DB7430
+
+ Dumped By Dang_Spot 18/02/04
----------------------------------------------
- Complete dumps?
+ Complete dumps?
+
+ Guiness Book of Records
+ Risk
+ Big Break (except the PICs)
- Guiness Book of Records
- Risk
- Big Break (except the PICs)
+ Incomplete dumps?
- Incomplete dumps?
+ everything else :-(
- everything else :-(
-
*/
@@ -130,7 +130,7 @@ ROM_START( mg_gbr )
ROM_REGION( 0x040000, "mainrom", 0 )
ROM_LOAD16_BYTE( "std961d.u27", 0x00000, 0x020000, CRC(f52fa8da) SHA1(80168d379d396b1fd76200caa203b0fd0f280b78) )
ROM_LOAD16_BYTE( "std951d.u28", 0x00001, 0x020000, CRC(d4a8686a) SHA1(d25d4c7ed32874f33da787dfae1f661d06531359) )
-
+
ROM_REGION( 0x1000000, "altrevs", 0 )
ROM_LOAD16_BYTE( "sw8-146.u27", 0x00000, 0x020000, CRC(af217e4e) SHA1(5fcf72cc186f29641c7f9f50a35ad89dfc76d56f) )
ROM_LOAD16_BYTE( "sw8-146.u28", 0x00001, 0x020000, CRC(68c66f9b) SHA1(76dc54e506dc05e66ce9d52a2e2cd2af0a365854) )
@@ -150,14 +150,14 @@ ROM_START( mg_gbr )
ROM_LOAD16_BYTE( "da70014.u11", 0x400001, 0x080000, CRC(6cd1adcd) SHA1(a803a4b9945498cc1a772b6b9d6948669782149d) )
ROM_LOAD16_BYTE( "dq70014.u06", 0x500000, 0x080000, CRC(568ad7c7) SHA1(078fceef241ac4c74b20a07718837973ee6402a5) )
ROM_LOAD16_BYTE( "dq70014.u12", 0x500001, 0x080000, CRC(7bd17c0b) SHA1(395a0f72db64648bd5d953868aa42ed6a4c9e2ec) )
-
+
ROM_REGION( 0x100000, "snd", 0 )
ROM_LOAD( "dig1127.u3", 0x000000, 0x080000, CRC(45a2275d) SHA1(8af08b5c007bb2bfe927df53bd167ea6045d8694) )
ROM_LOAD( "dig1127.u2", 0x080000, 0x080000, CRC(220b38fe) SHA1(8ff20a9353736cda44ec11a99ac94b36f9db7430) )
- ROM_REGION( 0x100000, "16c55", 0 ) // PIC dump?
+ ROM_REGION( 0x100000, "16c55", 0 ) // PIC dump?
ROM_LOAD( "16c55.u5", 0x0000, 0x0023ff, CRC(0bd92c3e) SHA1(596f4d0a83ebc879ec64ba3038d2e9448d2f8901) )
- ROM_REGION( 0x100000, "16c64", 0 ) // PIC dump?
+ ROM_REGION( 0x100000, "16c64", 0 ) // PIC dump?
ROM_LOAD( "16c64.u6", 0x0000, 0x008fff, CRC(6ae364a2) SHA1(56dde3d270c2cf81d9592c7c2284767188409b56) )
ROM_END
@@ -184,14 +184,14 @@ ROM_START( mg_risk )
/* no 05/11 pair? - unpopulated? (probably, the 2nd half of the 4/10 pair before this is empty) */
ROM_LOAD16_BYTE( "dg7-001-4-u06.u6", 0x500000, 0x080000, CRC(dca01eb3) SHA1(48ac890c6439924f7e98a9b6f050af508b4f2927) )
ROM_LOAD16_BYTE( "dg7-001-4-u12.u12", 0x500001, 0x080000, CRC(467c101c) SHA1(33ee1ca481b1a138c9e53bae4ef4ee4a093fabbb) )
-
+
ROM_REGION( 0x100000, "snd", 0 )
ROM_LOAD( "d1g1-145.u3", 0x000000, 0x080000, CRC(a428be45) SHA1(ccce7274ea25423e34c5be35706271501781bd08) )
ROM_LOAD( "d1g1-145.u2", 0x080000, 0x080000, CRC(6a3a6e26) SHA1(449eadbbee291c94a0f1f32a860dafd64e6143bb) )
- ROM_REGION( 0x100000, "16c55", 0 ) // PIC dump?
+ ROM_REGION( 0x100000, "16c55", 0 ) // PIC dump?
ROM_LOAD( "pic16c55.u5", 0x0000, 0x00040a, CRC(c1c0bd5b) SHA1(a1364de27f747d5531cb57757852f75cbb0cd520) )
- ROM_REGION( 0x100000, "16c64", 0 ) // PIC dump?
+ ROM_REGION( 0x100000, "16c64", 0 ) // PIC dump?
ROM_LOAD( "pic16c64.u6", 0x0000, 0x004010, CRC(64eca658) SHA1(77e9aa586a16cf1e88da4bb53866242ab1ece3cd) )
ROM_END
@@ -223,9 +223,9 @@ ROM_START( mg_bb )
ROM_REGION( 0x100000, "snd", 0 )
ROM_LOAD( "bigbreaksoudnv3dig1-106.bin", 0x0000, 0x080000, CRC(65790dfa) SHA1(5dbcec93a77dd96e5f4b42db8ab25afed9a27c9e) )
- ROM_REGION( 0x100000, "16c55", 0 ) // PIC dump?
+ ROM_REGION( 0x100000, "16c55", 0 ) // PIC dump?
ROM_LOAD( "pic16c55.u5", 0x0000, 0x00040a, NO_DUMP )
- ROM_REGION( 0x100000, "16c64", 0 ) // PIC dump?
+ ROM_REGION( 0x100000, "16c64", 0 ) // PIC dump?
ROM_LOAD( "pic16c64.u6", 0x0000, 0x004010, NO_DUMP )
ROM_END
@@ -290,7 +290,7 @@ ROM_START( mg_alad )
ROM_LOAD16_BYTE( "sw8-323.u28", 0x00001, 0x020000, CRC(0d439b33) SHA1(12f8e9e466da52e91208363000f8271293f08c8a) )
ROM_LOAD16_BYTE( "al_c_swp.u27", 0x00000, 0x020000, CRC(8edd6aa0) SHA1(85adbe00c2925dc87cfe80e457ba671f46272ab2) )
- ROM_LOAD16_BYTE( "al_c_swp.u28", 0x00001, 0x020000, CRC(02662b47) SHA1(4d94fbca0b1fafc482be009faec7749551a8da24) )
+ ROM_LOAD16_BYTE( "al_c_swp.u28", 0x00001, 0x020000, CRC(02662b47) SHA1(4d94fbca0b1fafc482be009faec7749551a8da24) )
ROM_END
@@ -304,12 +304,12 @@ ROM_START( mg_lug )
ROM_LOAD16_BYTE( "sw8-233.u28", 0x00001, 0x020000, CRC(72f12dae) SHA1(d0f41a164647f4b375baa35a929c5d1e9c9b82f4) )
/* these are EPOCH roms */
-// ROM_LOAD16_BYTE( "lond09g0", 0x0000, 0x020000, CRC(2d3343e0) SHA1(7618ab08c23f8f0e748a7b85ec3c7a52f1f64602) )
-// ROM_LOAD16_BYTE( "lond09g1", 0x0000, 0x020000, CRC(0f36cfbb) SHA1(61c9df9247ede89734f24a2838c49f5e44884993) )
-// ROM_LOAD16_BYTE( "msa02176.g0", 0x0000, 0x020000, CRC(12c5414a) SHA1(a570093adb67da2c7a3bdab38a419848ee188cdc) )
-// ROM_LOAD16_BYTE( "msa02176.g1", 0x0000, 0x020000, CRC(c2aae470) SHA1(51e0523b68b0c45e80a7553ae5cadc74b7497b19) )
-// ROM_LOAD16_BYTE( "msa02177.g0", 0x0000, 0x020000, CRC(a97b9047) SHA1(362ad27401fc2ae889761349af7dcf403318a6b6) )
-// ROM_LOAD16_BYTE( "msa02177.g1", 0x0000, 0x020000, CRC(8f0d6b71) SHA1(83d81c528e72d5c0a754e47b0f0cbde7156ad908) )
+// ROM_LOAD16_BYTE( "lond09g0", 0x0000, 0x020000, CRC(2d3343e0) SHA1(7618ab08c23f8f0e748a7b85ec3c7a52f1f64602) )
+// ROM_LOAD16_BYTE( "lond09g1", 0x0000, 0x020000, CRC(0f36cfbb) SHA1(61c9df9247ede89734f24a2838c49f5e44884993) )
+// ROM_LOAD16_BYTE( "msa02176.g0", 0x0000, 0x020000, CRC(12c5414a) SHA1(a570093adb67da2c7a3bdab38a419848ee188cdc) )
+// ROM_LOAD16_BYTE( "msa02176.g1", 0x0000, 0x020000, CRC(c2aae470) SHA1(51e0523b68b0c45e80a7553ae5cadc74b7497b19) )
+// ROM_LOAD16_BYTE( "msa02177.g0", 0x0000, 0x020000, CRC(a97b9047) SHA1(362ad27401fc2ae889761349af7dcf403318a6b6) )
+// ROM_LOAD16_BYTE( "msa02177.g1", 0x0000, 0x020000, CRC(8f0d6b71) SHA1(83d81c528e72d5c0a754e47b0f0cbde7156ad908) )
ROM_END
ROM_START( mg_pbw )
diff --git a/src/mame/drivers/mpu3.c b/src/mame/drivers/mpu3.c
index a9348f0181f..fd38eff8461 100644
--- a/src/mame/drivers/mpu3.c
+++ b/src/mame/drivers/mpu3.c
@@ -994,7 +994,7 @@ ROM_START( m3blkhle )
ROM_REGION( 0x10000, "altrevs", ROMREGION_ERASE00 )
// missing rom 1, or is it the same?
ROM_LOAD( "bh2p2.bin", 0x6000, 0x001000, CRC(30325800) SHA1(4d49e20e53e46e33d1f4f9008d7943e8595aa81c) )
- ROM_LOAD( "bh2p3.bin", 0x5000, 0x001000, CRC(6a1dcb32) SHA1(23614d366f2c04494d73f4ff36aba4e444a06b3a) )
+ ROM_LOAD( "bh2p3.bin", 0x5000, 0x001000, CRC(6a1dcb32) SHA1(23614d366f2c04494d73f4ff36aba4e444a06b3a) )
ROM_END
diff --git a/src/mame/drivers/mpu4.c b/src/mame/drivers/mpu4.c
index 6b92c7001ed..73328862989 100644
--- a/src/mame/drivers/mpu4.c
+++ b/src/mame/drivers/mpu4.c
@@ -520,7 +520,7 @@ used in some cabinets instead of the main control.
static WRITE8_HANDLER( bankswitch_w )
{
mpu4_state *state = space->machine().driver_data<mpu4_state>();
-// printf("bank %02x\n", data);
+// printf("bank %02x\n", data);
state->m_pageval=(data&0x03);
memory_set_bank(space->machine(), "bank1",state->m_pageval + (state->m_pageset?4:0));
@@ -13068,7 +13068,7 @@ ROM_START( m4sbx )
ROM_LOAD( "s bears v1-4 20p po.bin", 0x8000, 0x008000, CRC(03486714) SHA1(91c237956bbec58cc08a3e92543488d8e2daa673) )
ROM_LOAD( "s bears v2-4 10p 8.bin", 0x8000, 0x008000, CRC(9b94f8d0) SHA1(9808386def14c8a058730e90135a4d6506e6ed3d) )
ROM_LOAD( "s bears v2-4 20p po.bin", 0x8000, 0x008000, CRC(ad8f8d9d) SHA1(abd808f95b587a84e8b3aad1af9fe1cb613c9821) )
- ROM_LOAD( "superbea.10p", 0x8000, 0x008000, CRC(70020466) SHA1(473c9feb9ce0024b870612af19ec8a47a7798506) )
+ ROM_LOAD( "superbea.10p", 0x8000, 0x008000, CRC(70020466) SHA1(473c9feb9ce0024b870612af19ec8a47a7798506) )
ROM_REGION( 0x40000, "upd", 0 ) // not oki at least...
ROM_LOAD( "sbsnd", 0x0000, 0x040000, CRC(27fd9fe6) SHA1(856fdc95a833affde0ada7041c68a4b6b729b715) )
@@ -13087,7 +13087,7 @@ ROM_START( m4captb )
ROM_LOAD( "c_bear21.rom", 0x8000, 0x008000, CRC(2e9a42e9) SHA1(0c3f33311f1543daf2ff5c0443dc8c000d49c26d) )
ROM_REGION( 0x40000, "upd", ROMREGION_ERASE00 ) // not oki at least...
-// ROM_LOAD( "sbsnd", 0x0000, 0x040000, CRC(27fd9fe6) SHA1(856fdc95a833affde0ada7041c68a4b6b729b715) )
+// ROM_LOAD( "sbsnd", 0x0000, 0x040000, CRC(27fd9fe6) SHA1(856fdc95a833affde0ada7041c68a4b6b729b715) )
ROM_END
ROM_START( m4jungj )
@@ -13265,7 +13265,7 @@ ROM_START( m4bagcsh )
ROM_LOAD( "cg27p.bin", 0x8000, 0x008000, CRC(775384ac) SHA1(3cff28d2e5c01e84e3d01334cb0ac6e451664726) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13281,7 +13281,7 @@ ROM_START( m4bucclb )
ROM_LOAD( "er14p.bin", 0x0000, 0x010000, CRC(c2e34901) SHA1(5811e9b3d49e9a5fa32c764c00d10202aa89455a) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13296,7 +13296,7 @@ ROM_START( m4bullio )
ROM_LOAD( "clbu-v16.bin", 0x0000, 0x010000, CRC(58d2fed8) SHA1(f9680b61505dea88ee62cc40dc6c375845d768dd) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13330,7 +13330,7 @@ ROM_START( m4cclimb )
ROM_LOAD( "fu204p.bin", 0x0000, 0x010000, CRC(af0dd470) SHA1(d62bdd347130fa34c1f7f46ac9ddaaf6d035dd1c) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13346,7 +13346,7 @@ ROM_START( m4crzcl )
ROM_LOAD( "fu105p.bin", 0x0000, 0x010000, CRC(dfff65c9) SHA1(c962e5c159301daae952bb7a5b3393aea206a4b1) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13357,7 +13357,7 @@ ROM_START( m4crzclc )
ROM_LOAD( "cc106.bin", 0x0000, 0x010000, CRC(ff9a5f7f) SHA1(672e8b0fc0d6e985d0862e5f474bc49e1bb0c56c) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13371,7 +13371,7 @@ ROM_START( m4elitc )
ROM_LOAD( "ed16p.bin", 0x0000, 0x010000, CRC(3251c0b4) SHA1(30483a67a4c363fa154e3912b4f834b97d955cc2) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13402,7 +13402,7 @@ ROM_START( m4frmani )
ROM_LOAD( "fo23sp.bin", 0x0000, 0x010000, CRC(f3f24d6d) SHA1(251c5bac250fc5e854004f16858884f3905ab26e) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13420,7 +13420,7 @@ ROM_START( m4goldxc )
ROM_LOAD( "gx207b.b8", 0x0000, 0x010000, CRC(b91efda9) SHA1(cf8aa37cee983ebc73b6aa1606e7404d0f323d17) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13435,7 +13435,7 @@ ROM_START( m4goldfc )
ROM_LOAD( "goldfevergamev1.1.bin", 0x0000, 0x010000, CRC(7e5f90e5) SHA1(7e4fc6d07e9b9ff0b4c6ef59d494438c2ee0c27b) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- ROM_LOAD( "goldfeversamplesound.bin", 0x0000, 0x080000, CRC(eb7d3c7b) SHA1(53b7c048e78506f0188b4dd2750c8dc31a625523) )
+ ROM_LOAD( "goldfeversamplesound.bin", 0x0000, 0x080000, CRC(eb7d3c7b) SHA1(53b7c048e78506f0188b4dd2750c8dc31a625523) )
ROM_END
@@ -13452,7 +13452,7 @@ ROM_START( m4hirol )
ROM_LOAD( "fv105p.bin", 0x0000, 0x010000, CRC(facd8625) SHA1(2ace151546a9f8f191713c798cd1f26f4c69ded2) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13480,7 +13480,7 @@ ROM_START( m4lotclb )
ROM_LOAD( "ds14p.bin", 0x0000, 0x010000, CRC(2199396a) SHA1(070bca2951261f83baf1a21bf740fd12d1d8daa5) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13500,7 +13500,7 @@ ROM_START( m4montrl )
ROM_LOAD( "moneytrail.bin", 0x0000, 0x010000, CRC(e5533728) SHA1(f1abd59d57a5eca42640992bc543990a3ee8058d) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- ROM_LOAD( "moneytrailsnd.bin", 0x0000, 0x040000, CRC(0f0d52dc) SHA1(79e1a89858f95006a1d2a0dd18d677c84a3087c6) )
+ ROM_LOAD( "moneytrailsnd.bin", 0x0000, 0x040000, CRC(0f0d52dc) SHA1(79e1a89858f95006a1d2a0dd18d677c84a3087c6) )
ROM_END
@@ -13516,7 +13516,7 @@ ROM_START( m4mystiq )
ROM_LOAD( "fw103fpd.p1", 0x0000, 0x010000, CRC(919a1616) SHA1(15e5db55ecdf1151090401c46a0379d339d9c615) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13530,7 +13530,7 @@ ROM_START( m4nudwin )
ROM_LOAD( "dn56p.bin", 0x8000, 0x008000, CRC(1640a1ef) SHA1(70d573746244166b358457710e6e2c9437ea2745) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13544,7 +13544,7 @@ ROM_START( m4paracl )
ROM_LOAD( "dl12p.bin", 0x0000, 0x010000, CRC(e5e8013e) SHA1(8b6cb5aed1b82c8a298c9e798f89ab07ff330caf) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13560,7 +13560,7 @@ ROM_START( m4rlpick )
ROM_LOAD( "fh15s.bin", 0x0000, 0x010000, CRC(55b0a7e7) SHA1(d4568f82040de0fc6eb08fe90754d2b33e427ab0) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13574,7 +13574,7 @@ ROM_START( m4twstr )
ROM_LOAD( "fds103p.bin", 0x0000, 0x010000, CRC(764bd0a8) SHA1(cea826c94ce28ab3e47071846756a7e1effa5d1b) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13588,7 +13588,7 @@ ROM_START( m4twstcl )
ROM_LOAD( "fl106p.bin", 0x0000, 0x010000, CRC(93dd36e7) SHA1(eded1b5748cb24af80ab392a5fd4d2cc312a66a2) )
ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00 )
- /* missing? */
+ /* missing? */
ROM_END
@@ -13618,9 +13618,9 @@ ROM_START( m4blkgd )
ROM_LOAD( "blackgoldsnd1.bin", 0x000000, 0x080000, CRC(d251b59e) SHA1(960b81b87f0fb5000028c863892a273362cb897f) )
ROM_LOAD( "blackgoldsnd2.bin", 0x080000, 0x080000, CRC(87cbcd1e) SHA1(a6cd186af7c5682e216f549b77735b9bf1b985ae) )
ROM_LOAD( "blackgoldsnd3.bin", 0x100000, 0x080000, CRC(258f7b83) SHA1(a6df577d98ade8c5c5ff68ef891667e65e83ac17) )
-// ROM_LOAD( "blackgoldsound 1.bin", 0x0000, 0x080000, CRC(d251b59e) SHA1(960b81b87f0fb5000028c863892a273362cb897f) )
-// ROM_LOAD( "blackgoldsound 2.bin", 0x0000, 0x080000, CRC(87cbcd1e) SHA1(a6cd186af7c5682e216f549b77735b9bf1b985ae) )
-// ROM_LOAD( "blackgoldsound 3.bin", 0x0000, 0x080000, CRC(258f7b83) SHA1(a6df577d98ade8c5c5ff68ef891667e65e83ac17) )
+// ROM_LOAD( "blackgoldsound 1.bin", 0x0000, 0x080000, CRC(d251b59e) SHA1(960b81b87f0fb5000028c863892a273362cb897f) )
+// ROM_LOAD( "blackgoldsound 2.bin", 0x0000, 0x080000, CRC(87cbcd1e) SHA1(a6cd186af7c5682e216f549b77735b9bf1b985ae) )
+// ROM_LOAD( "blackgoldsound 3.bin", 0x0000, 0x080000, CRC(258f7b83) SHA1(a6df577d98ade8c5c5ff68ef891667e65e83ac17) )
ROM_END
@@ -13664,7 +13664,7 @@ ROM_START( m4safar )
ROM_LOAD( "saf4_1.bin", 0x0000, 0x010000, CRC(ad726457) SHA1(4104be61d179024fae9fb9c631677b1ba56d3f00) )
ROM_REGION( 0x200000, "msm6376", ROMREGION_ERASE00 )
-
+
ROM_END
ROM_START( m4snowbl )
@@ -13823,7 +13823,7 @@ ROM_START( m4dcrls )
ROM_LOAD( "70000118.bin", 0x0000, 0x080000, CRC(3603f93c) SHA1(cb969568e0244b465f8b120faba3adb65fe001e6) )
ROM_LOAD( "70000134.bin", 0x0000, 0x080000, CRC(a81e80e7) SHA1(852c0b3afe8c22b6e6afe585efb8fec7aeb2aecb) )
ROM_LOAD( "70001115.bin", 0x0000, 0x040000, CRC(26432b07) SHA1(ef7303793252210f3fd07b12f5684b5d2cc828ab) )
-// ROM_LOAD( "dcr_data_340_lv.bin", 0x0000, 0x040000, CRC(26432b07) SHA1(ef7303793252210f3fd07b12f5684b5d2cc828ab) )
+// ROM_LOAD( "dcr_data_340_lv.bin", 0x0000, 0x040000, CRC(26432b07) SHA1(ef7303793252210f3fd07b12f5684b5d2cc828ab) )
ROM_LOAD( "70001116.bin", 0x0000, 0x040000, CRC(522191e8) SHA1(f80656290295b556d4b67c4458d8f856f8b937fb) )
ROM_LOAD( "70001117.bin", 0x0000, 0x080000, CRC(7dcf4e36) SHA1(593089aec7efe8b14b953c5d7b0f552c0906730a) )
ROM_LOAD( "70001118.bin", 0x0000, 0x080000, CRC(6732182c) SHA1(aa6620458d381fc37c226f996eab12840573cf80) )
@@ -13891,7 +13891,7 @@ ROM_START( m4cfinln )
ROM_REGION( 0x20000, "altrevs", 0 )
// 'Jackpot Version'
- ROM_LOAD( "cfd_d0.bin", 0x0000, 0x020000, CRC(179fcf13) SHA1(abd18ed28118ba0a62ab321a9d963105946d5eef) )
+ ROM_LOAD( "cfd_d0.bin", 0x0000, 0x020000, CRC(179fcf13) SHA1(abd18ed28118ba0a62ab321a9d963105946d5eef) )
ROM_END
@@ -14071,7 +14071,7 @@ ROM_START( m4rhwhl )
ROM_REGION( 0x80000, "altrevs", 0 )
ROM_LOAD( "rhw_v100_1333_6d40_lv.bin", 0x0000, 0x080000, CRC(9ef7b655) SHA1(605822eaee44bebf554218ef7346192a6a84077e) )
-// ROM_LOAD( "rhw_v100_1333_6d40_lv_bad.bin", 0x0000, 0x05420d, CRC(a4ef87c5) SHA1(6768fddb8046fb35a2bba3d26bd4650b6e7a4fa7) ) // I think this is just a bad dump of the above?
+// ROM_LOAD( "rhw_v100_1333_6d40_lv_bad.bin", 0x0000, 0x05420d, CRC(a4ef87c5) SHA1(6768fddb8046fb35a2bba3d26bd4650b6e7a4fa7) ) // I think this is just a bad dump of the above?
ROM_LOAD( "rhw_v310_0925_0773_lv_p.bin", 0x0000, 0x080000, CRC(11880908) SHA1(0165bacf73dd54959975b3f186e256fd8d690d34) )
ROM_LOAD( "rhw_v310_0931_fa02_lv.bin", 0x0000, 0x080000, CRC(5642892e) SHA1(7a80edf9aefac9731751afa8250de07004c55e77) )
@@ -14238,7 +14238,7 @@ ROM_END
ROM_START( m4tylb )
ROM_REGION( 0x010000, "maincpu", 0 )
ROM_LOAD( "tylb-10n.bin", 0x0000, 0x010000, CRC(8339329b) SHA1(3b20be519cc94f03a899372a3cb4f1a584457879) ) /* only 0x8000-0xffff used */
-
+
ROM_REGION( 0x010000, "altrevs", 0 )
ROM_LOAD( "tylb1_3.bin", 0x0000, 0x010000, CRC(84b1a12d) SHA1(b78270c84cd4b2fc6cd1b0177f37ced83ff7054a) ) /* only 0x8000-0xffff used */
@@ -14249,10 +14249,10 @@ ROM_END
ROM_START( m4magi7 )
ROM_REGION( 0x010000, "maincpu", 0 )
ROM_LOAD( "m716.bin", 0x0000, 0x010000, CRC(a26d52a8) SHA1(34228654a922f6c2b01c3fbf1a58755ec6968cbc) ) /* only 0x8000-0xffff used */
-
+
ROM_REGION( 0x010000, "altrevs", 0 )
ROM_LOAD( "m799.bin", 0x0000, 0x010000, CRC(2084e4a1) SHA1(5e365fb19b51b2f8c8a42d18c8b7db5b17ac77ff) ) /* only 0x8000-0xffff used */
-
+
ROM_REGION( 0x080000, "msm6376", ROMREGION_ERASE00 )
ROM_END
@@ -14264,7 +14264,7 @@ ROM_START( m4rags )
ROM_LOAD( "ct15p.bin", 0x8000, 0x008000, CRC(7ea5df79) SHA1(d1c355db97010dc9075217efe40d6620258ae3e4) )
ROM_LOAD( "ct21.bin", 0x8000, 0x008000, CRC(78a37f00) SHA1(83c1f17317eecacb1f1172a49540b6e48ba19f7e) )
ROM_LOAD( "ct21p.bin", 0x8000, 0x008000, CRC(21ec132c) SHA1(91279edc0d680219dfe03160b6abd32cafa74bdf) )
-
+
ROM_REGION( 0x080000, "msm6376", ROMREGION_ERASE00 )
ROM_END
@@ -14272,7 +14272,7 @@ ROM_START( m4riocr )
ROM_REGION( 0x010000, "maincpu", 0 )
ROM_LOAD( "rg13n.bin", 0x8000, 0x008000, CRC(ebb2c0da) SHA1(14a7efb5747a14eb6aed90b79ceb0622aae88370) )
ROM_REGION( 0x010000, "altrevs", 0 )
- ROM_LOAD( "rg13p.bin", 0x8000, 0x008000, CRC(013fc8db) SHA1(ef3541c6a57dbe4701e08488527da32d398593d4) )
+ ROM_LOAD( "rg13p.bin", 0x8000, 0x008000, CRC(013fc8db) SHA1(ef3541c6a57dbe4701e08488527da32d398593d4) )
ROM_REGION( 0x080000, "msm6376", ROMREGION_ERASE00 )
ROM_END
@@ -14283,7 +14283,7 @@ ROM_START( m4ndup )
ROM_REGION( 0x010000, "altrevs", 0 )
ROM_LOAD( "ndu26p.bin", 0x8000, 0x008000, CRC(f766875e) SHA1(13682878289a248a1540a24bf5c56b200c59da42) )
ROM_LOAD( "ndub81n.bin", 0x8000, 0x008000, CRC(39d52323) SHA1(37f510560b71705860044f5d4259cf1a34210403) )
- ROM_LOAD( "nduj81n.bin", 0x8000, 0x008000, CRC(769fce55) SHA1(ab53507991f4af96fca3fd82d66ea29baabb69d1) )
+ ROM_LOAD( "nduj81n.bin", 0x8000, 0x008000, CRC(769fce55) SHA1(ab53507991f4af96fca3fd82d66ea29baabb69d1) )
ROM_REGION( 0x080000, "msm6376", ROMREGION_ERASE00 )
ROM_END
@@ -14996,29 +14996,29 @@ GAME(199?, m4treel , 0, mod2 ,mpu4, m4default, ROT0, "Jpm","Turbo Reels (Jp
GAME(199?, m4frkstn ,0 ,mpu4crys ,mpu4 ,m_frkstn, ROT0, "Crystal","Frank 'n' Stein (Crystal) (MPU4, set 1)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
GAME(199?, m4frkstna,m4frkstn ,mpu4crys ,mpu4 ,m_frkstn, ROT0, "Crystal","Frank 'n' Stein (Crystal) (MPU4, set 2)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
GAME(199?, m4frkstnb,m4frkstn ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Frank 'n' Stein (Crystal) (MPU4, set 3)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND ) // this set is encrypted
-GAME(199?, m4aladn ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Aladdin's Cave (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4bagcsh ,0 ,mpu4crys ,mpu4 ,m_frkstn, ROT0, "Crystal","Bags Of Cash Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4bucclb ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Buccaneer Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4bullio ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Bullion Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4carou ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Carousel Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4cclimb ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Crazy Climber (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4crzcl ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Crazy Climber Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4crzclc ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Crazy Club Climber (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4elitc ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Elite Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4fairg ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Fairground (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4frmani ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Fruit Mania (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4goldxc ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Gold Exchange Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4goldfc ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Gold Fever (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4hirol ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Hi Roller Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4kingqn ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Kings & Queens Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4lotclb ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Lottery Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4montrl ,0 ,mpu4crys ,mpu4 ,crystali, ROT0, "Crystal","Money Trail (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND ) // encryption is inverted!
-GAME(199?, m4mystiq ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Mystique Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4nudwin ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Nudge & Win (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4paracl ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Paradise Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4rlpick ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Reel Picks (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4twstr ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Twister (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
-GAME(199?, m4twstcl ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Twister Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4aladn ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Aladdin's Cave (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4bagcsh ,0 ,mpu4crys ,mpu4 ,m_frkstn, ROT0, "Crystal","Bags Of Cash Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4bucclb ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Buccaneer Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4bullio ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Bullion Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4carou ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Carousel Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4cclimb ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Crazy Climber (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4crzcl ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Crazy Climber Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4crzclc ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Crazy Club Climber (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4elitc ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Elite Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4fairg ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Fairground (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4frmani ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Fruit Mania (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4goldxc ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Gold Exchange Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4goldfc ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Gold Fever (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4hirol ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Hi Roller Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4kingqn ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Kings & Queens Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4lotclb ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Lottery Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4montrl ,0 ,mpu4crys ,mpu4 ,crystali, ROT0, "Crystal","Money Trail (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND ) // encryption is inverted!
+GAME(199?, m4mystiq ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Mystique Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4nudwin ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Nudge & Win (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4paracl ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Paradise Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4rlpick ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Reel Picks (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4twstr ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Twister (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
+GAME(199?, m4twstcl ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Twister Club (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
GAME(199?, m4dz ,0 ,mpu4crys ,mpu4 ,crystal, ROT0, "Crystal","Danger Zone (Crystal) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND )
GAME(199?, m4tylb ,0 ,mod4oki ,mpu4 ,m4default, ROT0, "Crystal","Thank Your Lucky Bars (Crystal) (MPU4)",GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
GAME(199?, m4magi7 ,0 ,mod4oki ,mpu4 ,m4default, ROT0, "Crystal","Magic 7's (Crystal) (MPU4)",GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL )
@@ -15053,10 +15053,10 @@ GAME(199?, m4booze, 0, mod4oki ,mpu4, m4default, ROT0, "Extreme","Booze C
GAME(199?, m4cbing, 0, mod4oki ,mpu4, m4default, ROT0, "Redpoint Systems","Cherry Bingo (Redpoint Systems) (MPU4)", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_NO_SOUND ) // custom sound system
-GAME( 1986, m4supsl , 0 , mod2, mpu4, m4default , ROT0, "Unknown", "Supa Silva (Bellfruit?) (MPU4)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK )
+GAME( 1986, m4supsl , 0 , mod2, mpu4, m4default , ROT0, "Unknown", "Supa Silva (Bellfruit?) (MPU4)", GAME_NOT_WORKING|GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK )
GAME( 199?, m4nod , 0 , mod4oki , mpu4 , m4default , 0, "Eurotech", "Nod And A Wink (Eurotech) (MPU4)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL) // this has valid strings in it BEFORE the bfm decode, but decodes to valid code, does it use some funky mapping, or did they just fill unused space with valid looking data?
-GAME( 199?, m4dcrls , 0 , mod4oki , mpu4 , m4default , 0, "Mazooma", "Double Crazy Reels (Mazooma) (MPU4)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
+GAME( 199?, m4dcrls , 0 , mod4oki , mpu4 , m4default , 0, "Mazooma", "Double Crazy Reels (Mazooma) (MPU4)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
// not sure about several of the nova ones
GAME( 199?, m4aliz , 0 , mod4oki , mpu4 , m4default , 0, "Qps", "AlizBaz (Qps) (MPU4)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
@@ -15091,7 +15091,7 @@ GAME( 199?, m4ftladn , 0 , mod4oki , mpu4 , m4default , 0, "Nova", "F
// these don't contain a valid vector in the first bank?
GAME(199?, m4abra ,0 ,bwboki ,mpu4 ,m_blsbys ,ROT0, "Bwb","Abracadabra (Bwb) (MPU4?)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
-GAME(199?, m4wcnov ,0 ,bwboki ,mpu4 ,m_blsbys ,ROT0, "Nova","World Cup (Nova) (MPU4?)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
+GAME(199?, m4wcnov ,0 ,bwboki ,mpu4 ,m_blsbys ,ROT0, "Nova","World Cup (Nova) (MPU4?)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
GAME(199?, m4excaln ,0 ,bwboki ,mpu4 ,m_blsbys ,ROT0, "Nova","Excalibur (Nova) (MPU4?)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL)
diff --git a/src/mame/drivers/mpu4vid.c b/src/mame/drivers/mpu4vid.c
index 4fa9cbb0a55..f36e0ea2e57 100644
--- a/src/mame/drivers/mpu4vid.c
+++ b/src/mame/drivers/mpu4vid.c
@@ -2976,7 +2976,7 @@ ROM_END
ROM_START( v4psib )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "psi20int", 0x0000, 0x004000, CRC(20ee94b4) SHA1(4c77be34e20a843add2bba23c092fd5bba90bc45) )
-
+
ROM_REGION( 0x800000, "video", 0 )
ROM_LOAD16_BYTE( "psi20p1", 0x000000, 0x010000, CRC(1795fe9c) SHA1(c93e0815d76ab4e55e7659d5c332db9d847a00b0) )
ROM_LOAD16_BYTE( "psi20p2", 0x000001, 0x010000, CRC(c1497581) SHA1(f6b64df97d90aa13ed7b5d42608b9014326a880b) )
@@ -3014,11 +3014,11 @@ ROM_END
ROM_START( v4tetrs )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD("tetris22.p0", 0x00000, 0x04000, CRC(b711c7ae) SHA1(767b17ddf9021fdf79ff6c52f04a5d8ea60cf30e) )
-
+
ROM_REGION( 0x10000, "altrevs", 0 )
ROM_LOAD( "tetv1int", 0x0000, 0x004000, CRC(98de975d) SHA1(5b4fc06aa8008d3967c68f364c47f8377a1ba9df) )
-
-
+
+
ROM_REGION( 0x800000, "video", 0 )
ROM_LOAD16_BYTE( "tetris22.p1", 0x000000, 0x10000, CRC(e81dd182) SHA1(28b460224abf6fe24b637542ccd1c84040674555) )
ROM_LOAD16_BYTE( "tetris22.p2", 0x000001, 0x10000, CRC(68aa4f15) SHA1(4e4511a64391fc64e5f5b7ccb46a78fd2e1d94d6) )
@@ -3486,7 +3486,7 @@ ROM_START( v4skltrk )
ROM_LOAD16_BYTE( "st.q7", 0x0a0000, 0x010000, CRC(f3b8fe7f) SHA1(52d5be3f8cab419103f4727d0fb9d30f34c8f651) )
ROM_LOAD16_BYTE( "st.q8", 0x0a0001, 0x010000, CRC(b85e75a2) SHA1(b7b03b090c0ec6d92e9a25abb7fec0507356bdfc) )
ROM_LOAD16_BYTE( "st.q9", 0x0c0000, 0x010000, CRC(835f6001) SHA1(2cd9084c102d74bcb578c8ea22bbc9ea58f0ceab) )
- ROM_LOAD16_BYTE( "st.qa", 0x0c0001, 0x010000, CRC(3fc62a0e) SHA1(0628de4b962d3fcca3757cd4e89b3005c9bfd218) )
+ ROM_LOAD16_BYTE( "st.qa", 0x0c0001, 0x010000, CRC(3fc62a0e) SHA1(0628de4b962d3fcca3757cd4e89b3005c9bfd218) )
ROM_END
ROM_START( v4skltrka )
@@ -3519,9 +3519,9 @@ ROM_START( v4sklcsh )
ROM_LOAD16_BYTE( "scs.p1", 0x000000, 0x010000, CRC(3181524e) SHA1(e801a036b9d509d8e2e5f7c9c6ccd9d9ddf76b2f) )
ROM_LOAD16_BYTE( "scs.p2", 0x000001, 0x010000, CRC(a7596804) SHA1(f27fc3ee7a17904ea08baa421e14d02226428c42) )
ROM_LOAD16_BYTE( "scs.p3", 0x020000, 0x010000, CRC(b3ded2bc) SHA1(39cb15fde4aea1187668120d548bfe022835b600) )
- ROM_LOAD16_BYTE( "scs.p4", 0x020001, 0x010000, CRC(2ce2e9d1) SHA1(c492fea2e179796a360131c19a9cba5bbfe3c7fd) )
+ ROM_LOAD16_BYTE( "scs.p4", 0x020001, 0x010000, CRC(2ce2e9d1) SHA1(c492fea2e179796a360131c19a9cba5bbfe3c7fd) )
- /* missing questions */
+ /* missing questions */
ROM_END
@@ -3548,7 +3548,7 @@ ROM_START( v4time )
ROM_LOAD16_BYTE( "q19.p14", 0x0c0001, 0x010000, CRC(73747644) SHA1(ae252fc95c069a3c82e155220fbfcb74dd43bf89) )
ROM_REGION( 0x800000, "altvideo", 0 )
- ROM_LOAD( "tmd.p1", 0x0000, 0x010000, CRC(e21045e0) SHA1(c4d0e80970ec8558db777a882edc5a0c80767375) )
+ ROM_LOAD( "tmd.p1", 0x0000, 0x010000, CRC(e21045e0) SHA1(c4d0e80970ec8558db777a882edc5a0c80767375) )
ROM_REGION( 0x800000, "altquestion", 0 )
ROM_LOAD( "tm.q1", 0x0000, 0x010000, CRC(6af4d58b) SHA1(ee547dad30cd9940f0b017caac97aeb046604f22) )
@@ -3616,7 +3616,7 @@ ROM_START( v4addlad )
VID_BIOS
ROM_REGION( 0x800000, "video", 0 )
- ROM_LOAD16_BYTE( "als_21.p1", 0x000000, 0x010000, CRC(c2c4ceea) SHA1(0c5ea4d02ba053191855547b714da9a7f61f3713) )
+ ROM_LOAD16_BYTE( "als_21.p1", 0x000000, 0x010000, CRC(c2c4ceea) SHA1(0c5ea4d02ba053191855547b714da9a7f61f3713) )
ROM_LOAD16_BYTE( "al_21.p2", 0x000001, 0x010000, CRC(d5909619) SHA1(eb8d978ed28cd3afab6b3c1274d79bc6b188d240) )
ROM_LOAD16_BYTE( "al_21.p3", 0x020000, 0x010000, CRC(5dc65d9f) SHA1(52dffb162a0e5649e056817e9db567cc7653538c) )
ROM_LOAD16_BYTE( "al_21.p4", 0x020001, 0x010000, CRC(17c77264) SHA1(321372c1c0d25cfc5a1302ccfd5680d9bf62d31b) )
diff --git a/src/mame/drivers/naomi.c b/src/mame/drivers/naomi.c
index 48087ae159b..1e06535340f 100644
--- a/src/mame/drivers/naomi.c
+++ b/src/mame/drivers/naomi.c
@@ -3929,12 +3929,12 @@ ROM_START( alienfnt )
NAOMI_DEFAULT_EEPROM
ROM_REGION( 0x5800000, "rom_board", ROMREGION_ERASEFF)
- ROM_LOAD( "epr-23586a.ic22", 0x0000000, 0x0400000, CRC(0fea04fc) SHA1(e9356e941d10db80d6d5dfa5f3237ea7c9044a73) )
- ROM_LOAD( "mpr-23581.ic1", 0x0800000, 0x1000000, CRC(ef0b93ce) SHA1(52fc7f52dc0b079df8c44a6766c8f54678e6a722) )
- ROM_LOAD( "mpr-23582.ic2", 0x1800000, 0x1000000, CRC(e396009c) SHA1(70bf0d78f20e0bd9632d3f4d6501bc1dedfe0672) )
- ROM_LOAD( "mpr-23583.ic3", 0x2800000, 0x1000000, CRC(878e8efe) SHA1(a48a4ab2816605b817dc62d4080b7dc88100a270) )
- ROM_LOAD( "mpr-23584.ic4", 0x3800000, 0x1000000, CRC(8d444756) SHA1(89c480f9ed1239c8ae565c85fa0fd50324264b20) )
- ROM_LOAD( "mpr-23585.ic5", 0x4800000, 0x1000000, CRC(883a6482) SHA1(e3145710df793b7fd67f02707904416210a71978) )
+ ROM_LOAD( "epr-23586a.ic22", 0x0000000, 0x0400000, CRC(0fea04fc) SHA1(e9356e941d10db80d6d5dfa5f3237ea7c9044a73) )
+ ROM_LOAD( "mpr-23581.ic1", 0x0800000, 0x1000000, CRC(ef0b93ce) SHA1(52fc7f52dc0b079df8c44a6766c8f54678e6a722) )
+ ROM_LOAD( "mpr-23582.ic2", 0x1800000, 0x1000000, CRC(e396009c) SHA1(70bf0d78f20e0bd9632d3f4d6501bc1dedfe0672) )
+ ROM_LOAD( "mpr-23583.ic3", 0x2800000, 0x1000000, CRC(878e8efe) SHA1(a48a4ab2816605b817dc62d4080b7dc88100a270) )
+ ROM_LOAD( "mpr-23584.ic4", 0x3800000, 0x1000000, CRC(8d444756) SHA1(89c480f9ed1239c8ae565c85fa0fd50324264b20) )
+ ROM_LOAD( "mpr-23585.ic5", 0x4800000, 0x1000000, CRC(883a6482) SHA1(e3145710df793b7fd67f02707904416210a71978) )
ROM_REGION( 4, "rom_key", 0 )
ROM_LOAD( "alienfnt-key.bin", 0x000000, 0x000004, CRC(0cac6605) SHA1(7a050f13e3b9a10d6cdb851a8c67006f6548c60a) )
@@ -7173,14 +7173,14 @@ ROM_START( anmlbskt )
AW_BIOS
ROM_REGION( 0x8000000, "user1", ROMREGION_ERASE)
- ROM_LOAD( "vm2001f01.u3", 0x0000000, 0x800000, CRC(4fb33380) SHA1(9070990515544e6e9a1d24b1e0597cdea926a4c9) )
- ROM_LOAD( "vm2001f01.u1", 0x1000000, 0x800000, CRC(3de23e27) SHA1(d3aae2a7e5c78fc3bf8e296392d8f893961d946f) )
- ROM_LOAD( "vm2001f01.u2", 0x2000000, 0x800000, CRC(386070a1) SHA1(bf46980ea822b4cfe67c622f0104bf793031f4ad) )
- ROM_LOAD( "vm2001f01.u4", 0x3000000, 0x800000, CRC(7cb2e7c3) SHA1(8b4e46cf19fbc1d613af75c52faebefb2776280b) )
- ROM_LOAD( "vm2001f01.u14", 0x4000000, 0x800000, CRC(3de23e27) SHA1(d3aae2a7e5c78fc3bf8e296392d8f893961d946f) )
- ROM_LOAD( "vm2001f01.u15", 0x5000000, 0x800000, CRC(2bb1be28) SHA1(fda7967d6c0341a608c52087ae3d461554760435) )
- ROM_LOAD( "vm2001f01.u16", 0x6000000, 0x800000, CRC(3de23e27) SHA1(d3aae2a7e5c78fc3bf8e296392d8f893961d946f) )
- ROM_LOAD( "vm2001f01.u17", 0x7000000, 0x800000, CRC(3de23e27) SHA1(d3aae2a7e5c78fc3bf8e296392d8f893961d946f) )
+ ROM_LOAD( "vm2001f01.u3", 0x0000000, 0x800000, CRC(4fb33380) SHA1(9070990515544e6e9a1d24b1e0597cdea926a4c9) )
+ ROM_LOAD( "vm2001f01.u1", 0x1000000, 0x800000, CRC(3de23e27) SHA1(d3aae2a7e5c78fc3bf8e296392d8f893961d946f) )
+ ROM_LOAD( "vm2001f01.u2", 0x2000000, 0x800000, CRC(386070a1) SHA1(bf46980ea822b4cfe67c622f0104bf793031f4ad) )
+ ROM_LOAD( "vm2001f01.u4", 0x3000000, 0x800000, CRC(7cb2e7c3) SHA1(8b4e46cf19fbc1d613af75c52faebefb2776280b) )
+ ROM_LOAD( "vm2001f01.u14", 0x4000000, 0x800000, CRC(3de23e27) SHA1(d3aae2a7e5c78fc3bf8e296392d8f893961d946f) )
+ ROM_LOAD( "vm2001f01.u15", 0x5000000, 0x800000, CRC(2bb1be28) SHA1(fda7967d6c0341a608c52087ae3d461554760435) )
+ ROM_LOAD( "vm2001f01.u16", 0x6000000, 0x800000, CRC(3de23e27) SHA1(d3aae2a7e5c78fc3bf8e296392d8f893961d946f) )
+ ROM_LOAD( "vm2001f01.u17", 0x7000000, 0x800000, CRC(3de23e27) SHA1(d3aae2a7e5c78fc3bf8e296392d8f893961d946f) )
ROM_REGION( 4, "rom_key", 0 )
ROM_LOAD( "ax0401f01.bin", 0, 4, CRC(394b52c9) SHA1(aa05d82e7c384f536cf68af48b5c0eb89e6f5dfa) )
@@ -7549,7 +7549,7 @@ ROM_END
/* 0044 */ GAME( 2000, csmasho, csmash, naomim2, naomi, naomi, ROT0, "Sega", "Cosmic Smash (JPN, USA, EXP, KOR, AUS)", GAME_UNEMULATED_PROTECTION|GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING )
/* 0044 */ GAME( 2000, csmash, naomi, naomim2, naomi, naomi, ROT0, "Sega", "Cosmic Smash (JPN, USA, EXP, KOR, AUS) (Rev A)", GAME_UNEMULATED_PROTECTION|GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING )
/* 0047 */ GAME( 2000, samba2k, naomi, naomim2, naomi, naomi, ROT0, "Sega", "Samba de Amigo ver. 2000", GAME_UNEMULATED_PROTECTION|GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING )
-/* 0048 */ GAME( 2001, alienfnt, naomi, naomim2, naomi, naomi, ROT0, "Sega", "Alien Front", GAME_UNEMULATED_PROTECTION|GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING )
+/* 0048 */ GAME( 2001, alienfnt, naomi, naomim2, naomi, naomi, ROT0, "Sega", "Alien Front", GAME_UNEMULATED_PROTECTION|GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING )
/* 0052 */ GAME( 2000, derbyo2k, naomi, naomi, naomi, naomi, ROT0, "Sega", "Derby Owners Club 2000 (Rev A)", GAME_UNEMULATED_PROTECTION|GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING )
/* 0064 */ GAME( 2001, wrungp, naomi, naomi, naomi, naomi, ROT0, "Sega", "Wave Runner GP", GAME_UNEMULATED_PROTECTION|GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING )
/* 0073 */ GAME( 2001, inunoos, naomi, naomi, naomi, naomi, ROT0, "Sega", "Inu No Osanpo / Dog Walking (Rev A)", GAME_UNEMULATED_PROTECTION|GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING )
diff --git a/src/mame/drivers/pluto5.c b/src/mame/drivers/pluto5.c
index 611708ec3cb..1c3d5284dd3 100644
--- a/src/mame/drivers/pluto5.c
+++ b/src/mame/drivers/pluto5.c
@@ -4,7 +4,7 @@
Skeleton Driver - For note keeping
- THIS SYSTEM IS NOT EMULATED!!!
+ THIS SYSTEM IS NOT EMULATED!!!
68340 based system like MPU5/SC4?
used by JPM? + Others? Manufactuered by Heber Ltd.
@@ -13,13 +13,13 @@
Club DNA?
- I'm not sure if the sets in this driver are actually this platform
- it's just based guessed on structure*, and some ebay notes which
- inidicate at least one or two should be..
+ I'm not sure if the sets in this driver are actually this platform
+ it's just based guessed on structure*, and some ebay notes which
+ inidicate at least one or two should be..
- * 2 roms only, with what looks to be some modified address lines,
- and the roms containing a large amount of data, presmuably because
- they have the sound integrated, and the sound hw is just DAC style
+ * 2 roms only, with what looks to be some modified address lines,
+ and the roms containing a large amount of data, presmuably because
+ they have the sound integrated, and the sound hw is just DAC style
*/
@@ -55,12 +55,12 @@ ROM_START( hb_cr )
ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASE00 )
ROM_LOAD16_BYTE( "80000504.p1", 0x00000, 0x080000, CRC(a982dd06) SHA1(f3de6ec7d538709961d8e1118c29ef3515415b25) )
ROM_LOAD16_BYTE( "80000504.p2", 0x00001, 0x080000, CRC(76e867e3) SHA1(a088029c3a8fdbbc2b90ae3e33a07e41dcf7daee) )
-
+
ROM_REGION( 0x400000, "altrevs", ROMREGION_ERASE00 )
ROM_LOAD16_BYTE( "80000550.p1", 0x0000, 0x080000, CRC(d800e216) SHA1(deb65ceec634a006dc510f908bccb383cbd3fadf) )
ROM_LOAD16_BYTE( "80000550.p2", 0x0000, 0x080000, CRC(dede7764) SHA1(96ce329a6351c5d6a5d434cea67b3bb7a26d443e) )
ROM_LOAD16_BYTE( "80001504.p1", 0x0000, 0x080000, CRC(13d32b07) SHA1(aa263d17aab0e1155d020bcebfaa8dea31a525e9) )
- ROM_LOAD16_BYTE( "80001504.p2", 0x0000, 0x080000, CRC(8e3687b3) SHA1(d80c79c8283927e206437f4ff3208d1be00c2558) )
+ ROM_LOAD16_BYTE( "80001504.p2", 0x0000, 0x080000, CRC(8e3687b3) SHA1(d80c79c8283927e206437f4ff3208d1be00c2558) )
ROM_END
diff --git a/src/mame/drivers/proconn.c b/src/mame/drivers/proconn.c
index a295018a680..e0a3e857fc0 100644
--- a/src/mame/drivers/proconn.c
+++ b/src/mame/drivers/proconn.c
@@ -224,8 +224,8 @@ ROM_START( pr_bulls )
ROM_LOAD( "bb10p1", 0x0000, 0x020000, CRC(afe7b7bb) SHA1(dcf65e2113354171dc8858c6bfd8b97955b470a0) )
ROM_REGION( 0x80000, "snd", 0 )
-// ROM_LOAD( "bullseyesnd.p1", 0x0000, 0x020000, CRC(5e3cfdc6) SHA1(32db10e7bacc6a4728d8821e77789cf146e2a277) )
-// ROM_LOAD( "bullseyesnd.p2", 0x0000, 0x020000, CRC(496a9d51) SHA1(703631d3cb2e3c7fa676cb5a31903bf39ee6c44f) )
+// ROM_LOAD( "bullseyesnd.p1", 0x0000, 0x020000, CRC(5e3cfdc6) SHA1(32db10e7bacc6a4728d8821e77789cf146e2a277) )
+// ROM_LOAD( "bullseyesnd.p2", 0x0000, 0x020000, CRC(496a9d51) SHA1(703631d3cb2e3c7fa676cb5a31903bf39ee6c44f) )
ROM_LOAD( "010snd1 316e.bin", 0x0000, 0x020000, CRC(5e3cfdc6) SHA1(32db10e7bacc6a4728d8821e77789cf146e2a277) )
ROM_LOAD( "010snd2 9e9a.bin", 0x0000, 0x020000, CRC(496a9d51) SHA1(703631d3cb2e3c7fa676cb5a31903bf39ee6c44f) )
ROM_END
@@ -298,7 +298,7 @@ ROM_START( pr_crzbr )
ROM_REGION( 0x80000, "maincpu", 0 )
ROM_LOAD( "crazybars.bin", 0x0000, 0x010000, CRC(896ad5d3) SHA1(6df42dc8016d50239f9467af016e3a4224065599) )
ROM_REGION( 0x80000, "altrevs", 0 ) // 'PCP' Super Bars seems to be the same thing
- ROM_LOAD( "s bars 052a20p0.050 procon.bin", 0x0000, 0x010000, CRC(037a6a82) SHA1(6f804e80e529293f9de540623cd4e4c5a4fd1022) )
+ ROM_LOAD( "s bars 052a20p0.050 procon.bin", 0x0000, 0x010000, CRC(037a6a82) SHA1(6f804e80e529293f9de540623cd4e4c5a4fd1022) )
ROM_END
ROM_START( pr_coyot )
@@ -327,7 +327,7 @@ ROM_START( pr_dblup )
ROM_REGION( 0x80000, "altrevs", 0 )
ROM_LOAD( "double up 5p.bin", 0x0000, 0x008000, CRC(bd7802ad) SHA1(0d4a2f91a687bd38dcae9ffaf07f2bbd4c2690a7) )
-// ROM_LOAD( "doubleupprocon5p(27256)", 0x0000, 0x008000, CRC(bd7802ad) SHA1(0d4a2f91a687bd38dcae9ffaf07f2bbd4c2690a7) )
+// ROM_LOAD( "doubleupprocon5p(27256)", 0x0000, 0x008000, CRC(bd7802ad) SHA1(0d4a2f91a687bd38dcae9ffaf07f2bbd4c2690a7) )
ROM_END
ROM_START( pr_fire )
@@ -603,7 +603,7 @@ ROM_END
ROM_START( pr_trpx )
ROM_REGION( 0x80000, "maincpu", 0 )
ROM_LOAD( "triplex", 0x0000, 0x010000, CRC(5d80421d) SHA1(90b3336d185d7af67cca0ea30e574b1abd1db385) )
-
+
ROM_REGION( 0x80000, "snd", 0 )
ROM_LOAD( "triplexsnd", 0x0000, 0x020000, CRC(fad44418) SHA1(af41e6eb07f1b0665c7cd6d1a31b168532f5dbff) )
ROM_END
diff --git a/src/mame/drivers/saturn.c b/src/mame/drivers/saturn.c
index fcdfaa3e8ab..10f53ba340e 100644
--- a/src/mame/drivers/saturn.c
+++ b/src/mame/drivers/saturn.c
@@ -785,7 +785,7 @@ static ADDRESS_MAP_START( stv_mem, AS_PROGRAM, 32 )
AM_RANGE(0x00100000, 0x0010007f) AM_READWRITE8(stv_SMPC_r, stv_SMPC_w,0xffffffff)
AM_RANGE(0x00180000, 0x0018ffff) AM_READWRITE8(saturn_backupram_r,saturn_backupram_w,0xffffffff) AM_SHARE("share1")
AM_RANGE(0x00200000, 0x002fffff) AM_RAM AM_MIRROR(0x20100000) AM_SHARE("share2") AM_BASE_MEMBER(saturn_state,m_workram_l)
-// AM_RANGE(0x00400000, 0x0040001f) AM_READWRITE(stv_ioga_r32, stv_io_w32) AM_BASE_MEMBER(saturn_state,m_ioga) AM_SHARE("share4") AM_MIRROR(0x20) /* installed with per-game specific */
+// AM_RANGE(0x00400000, 0x0040001f) AM_READWRITE(stv_ioga_r32, stv_io_w32) AM_BASE_MEMBER(saturn_state,m_ioga) AM_SHARE("share4") AM_MIRROR(0x20) /* installed with per-game specific */
AM_RANGE(0x01000000, 0x017fffff) AM_WRITE(minit_w)
AM_RANGE(0x01800000, 0x01ffffff) AM_WRITE(sinit_w)
AM_RANGE(0x02000000, 0x04ffffff) AM_ROM AM_SHARE("share7") AM_REGION("abus", 0) // cartridge
@@ -1196,7 +1196,7 @@ static INPUT_PORTS_START( saturn )
// PORT_CONFSETTING(0x03,"Lightgun Device")
PORT_CONFSETTING(0x04,"Trackball") // TODO: according to the docs this ID is labeled "Pointing Device"
PORT_CONFSETTING(0x05,"Keyboard Device")
- PORT_CONFSETTING(0x06,"Megadrive 3B Pad")
+ PORT_CONFSETTING(0x06,"Megadrive 3B Pad")
PORT_CONFSETTING(0x07,"Megadrive 6B Pad")
PORT_CONFSETTING(0x08,"Saturn Mouse")
// PORT_CONFSETTING(0x09,"<unconnected>")
diff --git a/src/mame/drivers/splus.c b/src/mame/drivers/splus.c
index 4152810cd6f..de078fd60ef 100644
--- a/src/mame/drivers/splus.c
+++ b/src/mame/drivers/splus.c
@@ -1,6 +1,6 @@
/**********************************************************************************
- needs modernizing, see "#if 0 //" fixme comments
+ needs modernizing, see "#if 0 //" fixme comments
S-PLUS (S+)
@@ -18,7 +18,7 @@
SND = AY-3-8912 ; AY8910 compatible
History:
-
+
***********************************************************************************/
#include "emu.h"
#include "sound/ay8910.h"
@@ -101,14 +101,14 @@ static WRITE8_HANDLER( splus_io_w )
{
splus_state *state = space->machine().driver_data<splus_state>();
- state->m_io_port[offset] = data;
+ state->m_io_port[offset] = data;
}
static WRITE8_HANDLER( splus_load_pulse_w )
{
-// splus_state *state = space->machine().driver_data<splus_state>();
+// splus_state *state = space->machine().driver_data<splus_state>();
-// UINT8 out = 0;
+// UINT8 out = 0;
// out = ((~state->m_io_port[1] & 0xf0)>>4); // Output Bank
}
@@ -296,7 +296,7 @@ static READ8_HANDLER( splus_serial_r )
// Reserved
// Reserved
// Reserved
- // Reserved
+ // Reserved
break;
case 0x01: // Bank 40
// Reel #1 - 0=Low State, 1=High State
@@ -505,7 +505,7 @@ static MACHINE_CONFIG_START( splus, splus_state ) // basic machine hardware
MCFG_CPU_DATA_MAP(splus_datamap)
MCFG_CPU_IO_MAP(splus_iomap)
MCFG_CPU_VBLANK_INT("scrn", irq0_line_hold)
-
+
MCFG_NVRAM_HANDLER(splus)
// video hardware (ALL FAKE, NO VIDEO)
diff --git a/src/mame/drivers/stv.c b/src/mame/drivers/stv.c
index 41ad40a1aba..ba62b825509 100644
--- a/src/mame/drivers/stv.c
+++ b/src/mame/drivers/stv.c
@@ -5,8 +5,8 @@
ST-V hardware
This file contains all game specific overrides
- TODO:
- - clean this up!
+ TODO:
+ - clean this up!
************************************************************************/
@@ -121,7 +121,7 @@ static READ8_HANDLER( magzun_ioga_r )
res = 0xff;
//if(offset > 0x0b)
- // printf("%08x\n",offset);
+ // printf("%08x\n",offset);
// 0x4a 0x40 0x47
@@ -367,11 +367,11 @@ DRIVER_INIT(critcrsh)
}
/*
- - if pc==604bf20 && 608e832 <- 1 (HWEF)
- - if pc==604bfbe && 608e832 <- 2 (HREF)
- - if pc==604c006 && 60ff3b7 <- 0x40 (they tries to read-back 0x40?)
+ - if pc==604bf20 && 608e832 <- 1 (HWEF)
+ - if pc==604bfbe && 608e832 <- 2 (HREF)
+ - if pc==604c006 && 60ff3b7 <- 0x40 (they tries to read-back 0x40?)
- TODO: game doesn't work if not in debugger?
+ TODO: game doesn't work if not in debugger?
*/
static READ32_HANDLER( magzun_hef_hack_r )
@@ -829,7 +829,7 @@ DRIVER_INIT(sasissu)
DRIVER_INIT(gaxeduel)
{
-// sh2drc_add_pcflush(machine.device("maincpu"), 0x6012ee4);
+// sh2drc_add_pcflush(machine.device("maincpu"), 0x6012ee4);
DRIVER_INIT_CALL(stv);
}
@@ -2175,10 +2175,10 @@ GAME( 1998, grdforce, stvbios, stv, stv, grdforce, ROT0, "Success",
GAME( 1998, groovef, stvbios, stv, stv6b, groovef, ROT0, "Atlus", "Groove on Fight - Gouketsuji Ichizoku 3 (J 970416 V1.001)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
GAME( 1997, hanagumi, stvbios, stv, stv, hanagumi, ROT0, "Sega", "Hanagumi Taisen Columns - Sakura Wars (J 971007 V1.010)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )
GAME( 1996, introdon, stvbios, stv, stv, stv, ROT0, "Sunsoft / Success", "Karaoke Quiz Intro Don Don! (J 960213 V1.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
-GAME( 1995, kiwames, stvbios, stv, stvmp, stvmp, ROT0, "Athena", "Pro Mahjong Kiwame S (J 951020 V1.208)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
+GAME( 1995, kiwames, stvbios, stv, stvmp, stvmp, ROT0, "Athena", "Pro Mahjong Kiwame S (J 951020 V1.208)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
GAME( 1997, maruchan, stvbios, stv, stv, maruchan, ROT0, "Sega / Toyosuisan", "Maru-Chan de Goo! (J 971216 V1.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
GAME( 1996, mausuke, stvbios, stv, stv, mausuke, ROT0, "Data East", "Mausuke no Ojama the World (J 960314 V1.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
-GAME( 1998, myfairld, stvbios, stv, myfairld, stvmp, ROT0, "Micronet", "Virtual Mahjong 2 - My Fair Lady (J 980608 V1.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
+GAME( 1998, myfairld, stvbios, stv, myfairld, stvmp, ROT0, "Micronet", "Virtual Mahjong 2 - My Fair Lady (J 980608 V1.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
GAME( 1998, othellos, stvbios, stv, stv, othellos, ROT0, "Success", "Othello Shiyouyo (J 980423 V1.002)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
GAME( 1995, pblbeach, stvbios, stv, stv, pblbeach, ROT0, "T&E Soft", "Pebble Beach - The Great Shot (JUE 950913 V0.990)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
GAME( 1996, prikura, stvbios, stv, stv, prikura, ROT0, "Atlus", "Princess Clara Daisakusen (J 960910 V1.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
@@ -2198,7 +2198,7 @@ GAME( 1995, finlarch, smleague,stv, stv, finlarch, ROT0, "Sega",
GAME( 1996, sokyugrt, stvbios, stv, stv, sokyugrt, ROT0, "Raizing / Eighting", "Soukyugurentai / Terra Diver (JUET 960821 V1.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
GAME( 1995, suikoenb, stvbios, stv, stv6b, suikoenb, ROT0, "Data East", "Suikoenbu / Outlaws of the Lost Dynasty (JUETL 950314 V2.001)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
GAME( 1996, vfkids, stvbios, stv, stv, stv, ROT0, "Sega", "Virtua Fighter Kids (JUET 960319 V0.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
-GAME( 1997, vmahjong, stvbios, stv, myfairld, stvmp, ROT0, "Micronet", "Virtual Mahjong (J 961214 V1.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
+GAME( 1997, vmahjong, stvbios, stv, myfairld, stvmp, ROT0, "Micronet", "Virtual Mahjong (J 961214 V1.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
GAME( 1997, winterht, stvbios, stv, stv, winterht, ROT0, "Sega", "Winter Heat (JUET 971012 V1.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
GAME( 1997, znpwfv, stvbios, stv, stv, znpwfv, ROT0, "Sega", "Zen Nippon Pro-Wrestling Featuring Virtua (J 971123 V1.000)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
@@ -2220,7 +2220,7 @@ GAME( 1996, decathlt, stvbios, stv, stv, decathlt, ROT0, "Sega",
GAME( 1996, decathlto, decathlt,stv, stv, decathlt, ROT0, "Sega", "Decathlete (JUET 960424 V1.000)", GAME_NO_SOUND | GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION )
/* Gives I/O errors */
-GAME( 1996, magzun, stvbios, stv, stv, magzun, ROT0, "Sega", "Magical Zunou Power (J 961031 V1.000)", GAME_NOT_WORKING )
+GAME( 1996, magzun, stvbios, stv, stv, magzun, ROT0, "Sega", "Magical Zunou Power (J 961031 V1.000)", GAME_NOT_WORKING )
GAME( 1997, techbowl, stvbios, stv, stv, stv, ROT0, "Sega", "Technical Bowling (J 971212 V1.000)", GAME_NOT_WORKING )
GAME( 1999, micrombc, stvbios, stv, stv, stv, ROT0, "Sega", "Microman Battle Charge (J 990326 V1.000)", GAME_NOT_WORKING )
diff --git a/src/mame/drivers/superqix.c b/src/mame/drivers/superqix.c
index cb04ef02c1c..d3d68973b84 100644
--- a/src/mame/drivers/superqix.c
+++ b/src/mame/drivers/superqix.c
@@ -175,14 +175,14 @@ The MCU acts this way:
static READ8_DEVICE_HANDLER( in4_mcu_r )
{
superqix_state *state = device->machine().driver_data<superqix_state>();
-// logerror("%04x: in4_mcu_r\n",cpu_get_pc(&space->device()));
+// logerror("%04x: in4_mcu_r\n",cpu_get_pc(&space->device()));
return input_port_read(device->machine(), "P2") | (state->m_from_mcu_pending << 6) | (state->m_from_z80_pending << 7);
}
static READ8_DEVICE_HANDLER( sqix_from_mcu_r )
{
superqix_state *state = device->machine().driver_data<superqix_state>();
-// logerror("%04x: read mcu answer (%02x)\n",cpu_get_pc(&space->device()),state->m_from_mcu);
+// logerror("%04x: read mcu answer (%02x)\n",cpu_get_pc(&space->device()),state->m_from_mcu);
return state->m_from_mcu;
}
@@ -191,7 +191,7 @@ static TIMER_CALLBACK( mcu_acknowledge_callback )
superqix_state *state = machine.driver_data<superqix_state>();
state->m_from_z80_pending = 1;
state->m_from_z80 = state->m_portb;
-// logerror("Z80->MCU %02x\n",state->m_from_z80);
+// logerror("Z80->MCU %02x\n",state->m_from_z80);
}
static READ8_HANDLER( mcu_acknowledge_r )
@@ -203,7 +203,7 @@ static READ8_HANDLER( mcu_acknowledge_r )
static WRITE8_DEVICE_HANDLER( sqix_z80_mcu_w )
{
superqix_state *state = device->machine().driver_data<superqix_state>();
-// logerror("%04x: sqix_z80_mcu_w %02x\n",cpu_get_pc(&space->device()),data);
+// logerror("%04x: sqix_z80_mcu_w %02x\n",cpu_get_pc(&space->device()),data);
state->m_portb = data;
}
@@ -240,7 +240,7 @@ static WRITE8_HANDLER( bootleg_mcu_p1_w )
case 7:
if ((data & 1) == 0)
{
-// logerror("%04x: MCU -> Z80 %02x\n",cpu_get_pc(&space->device()),state->m_port3);
+// logerror("%04x: MCU -> Z80 %02x\n",cpu_get_pc(&space->device()),state->m_port3);
state->m_from_mcu = state->m_port3_latch;
state->m_from_mcu_pending = 1;
state->m_from_z80_pending = 0; // ????
@@ -268,7 +268,7 @@ static READ8_HANDLER( bootleg_mcu_p3_r )
}
else if ((state->m_port1 & 0x40) == 0)
{
-// logerror("%04x: read Z80 command %02x\n",cpu_get_pc(&space->device()),state->m_from_z80);
+// logerror("%04x: read Z80 command %02x\n",cpu_get_pc(&space->device()),state->m_from_z80);
state->m_from_z80_pending = 0;
return state->m_from_z80;
}
@@ -307,7 +307,7 @@ static WRITE8_HANDLER( sqixu_mcu_p2_w )
// bit 7 = clock latch from port 3 to Z80
if ((state->m_port2 & 0x80) != 0 && (data & 0x80) == 0)
{
-// logerror("%04x: MCU -> Z80 %02x\n",cpu_get_pc(&space->device()),state->m_port3);
+// logerror("%04x: MCU -> Z80 %02x\n",cpu_get_pc(&space->device()),state->m_port3);
state->m_from_mcu = state->m_port3;
state->m_from_mcu_pending = 1;
state->m_from_z80_pending = 0; // ????
@@ -319,7 +319,7 @@ static WRITE8_HANDLER( sqixu_mcu_p2_w )
static READ8_HANDLER( sqixu_mcu_p3_r )
{
superqix_state *state = space->machine().driver_data<superqix_state>();
-// logerror("%04x: read Z80 command %02x\n",cpu_get_pc(&space->device()),state->m_from_z80);
+// logerror("%04x: read Z80 command %02x\n",cpu_get_pc(&space->device()),state->m_from_z80);
state->m_from_z80_pending = 0;
return state->m_from_z80;
}
@@ -378,7 +378,7 @@ static int read_dial(running_machine &machine, int player)
static TIMER_CALLBACK( delayed_z80_mcu_w )
{
superqix_state *state = machine.driver_data<superqix_state>();
-// logerror("Z80 sends command %02x\n",param);
+// logerror("Z80 sends command %02x\n",param);
state->m_from_z80 = param;
state->m_from_mcu_pending = 0;
cputag_set_input_line(machine, "mcu", 0, HOLD_LINE);
@@ -388,7 +388,7 @@ static TIMER_CALLBACK( delayed_z80_mcu_w )
static TIMER_CALLBACK( delayed_mcu_z80_w )
{
superqix_state *state = machine.driver_data<superqix_state>();
-// logerror("68705 sends answer %02x\n",param);
+// logerror("68705 sends answer %02x\n",param);
state->m_from_mcu = param;
state->m_from_mcu_pending = 1;
}
@@ -415,7 +415,7 @@ static TIMER_CALLBACK( delayed_mcu_z80_w )
static READ8_HANDLER( hotsmash_68705_portA_r )
{
superqix_state *state = space->machine().driver_data<superqix_state>();
-// logerror("%04x: 68705 reads port A = %02x\n",cpu_get_pc(&space->device()),state->m_portA_in);
+// logerror("%04x: 68705 reads port A = %02x\n",cpu_get_pc(&space->device()),state->m_portA_in);
return state->m_portA_in;
}
@@ -453,7 +453,7 @@ static WRITE8_HANDLER( hotsmash_68705_portC_w )
case 0x3: // command from Z80
state->m_portA_in = state->m_from_z80;
-// logerror("%04x: z80 reads command %02x\n",cpu_get_pc(&space->device()),state->m_from_z80);
+// logerror("%04x: z80 reads command %02x\n",cpu_get_pc(&space->device()),state->m_from_z80);
break;
case 0x4:
@@ -482,7 +482,7 @@ static WRITE8_HANDLER( hotsmash_z80_mcu_w )
static READ8_HANDLER(hotsmash_from_mcu_r)
{
superqix_state *state = space->machine().driver_data<superqix_state>();
-// logerror("%04x: z80 reads answer %02x\n",cpu_get_pc(&space->device()),state->m_from_mcu);
+// logerror("%04x: z80 reads answer %02x\n",cpu_get_pc(&space->device()),state->m_from_mcu);
state->m_from_mcu_pending = 0;
return state->m_from_mcu;
}
@@ -490,7 +490,7 @@ static READ8_HANDLER(hotsmash_from_mcu_r)
static READ8_DEVICE_HANDLER(hotsmash_ay_port_a_r)
{
superqix_state *state = device->machine().driver_data<superqix_state>();
-// logerror("%04x: ay_port_a_r and mcu_pending is %d\n",cpu_get_pc(&space->device()),state->m_from_mcu_pending);
+// logerror("%04x: ay_port_a_r and mcu_pending is %d\n",cpu_get_pc(&space->device()),state->m_from_mcu_pending);
return input_port_read(device->machine(), "SYSTEM") | ((state->m_from_mcu_pending^1) << 7);
}
@@ -528,13 +528,13 @@ static READ8_HANDLER(pbillian_from_mcu_r)
case 0x81: state->m_curr_player = 1; return 0;
}
-// logerror("408[%x] r at %x\n",state->m_from_z80,cpu_get_pc(&space->device()));
+// logerror("408[%x] r at %x\n",state->m_from_z80,cpu_get_pc(&space->device()));
return 0;
}
static READ8_DEVICE_HANDLER(pbillian_ay_port_a_r)
{
-// logerror("%04x: ay_port_a_r\n",cpu_get_pc(&space->device()));
+// logerror("%04x: ay_port_a_r\n",cpu_get_pc(&space->device()));
/* bits 76------ MCU status bits */
return (device->machine().rand() & 0xc0) | input_port_read(device->machine(), "BUTTONS");
}
diff --git a/src/mame/drivers/taitoair.c b/src/mame/drivers/taitoair.c
index b69cb4d27b5..7d9abbbe1b8 100644
--- a/src/mame/drivers/taitoair.c
+++ b/src/mame/drivers/taitoair.c
@@ -389,7 +389,7 @@ static ADDRESS_MAP_START( airsys_map, AS_PROGRAM, 16 )
AM_RANGE(0x000000, 0x0bffff) AM_ROM
AM_RANGE(0x0c0000, 0x0cffff) AM_RAM AM_BASE_MEMBER(taitoair_state, m_m68000_mainram)
AM_RANGE(0x140000, 0x140001) AM_WRITE(system_control_w) /* Pause the TMS32025 */
- AM_RANGE(0x180000, 0x187fff) AM_RAM_WRITE(airsys_gradram_w) AM_BASE_MEMBER(taitoair_state, m_gradram) /* "gradiation ram (0/1)" */
+ AM_RANGE(0x180000, 0x187fff) AM_RAM_WRITE(airsys_gradram_w) AM_BASE_MEMBER(taitoair_state, m_gradram) /* "gradiation ram (0/1)" */
AM_RANGE(0x188000, 0x189fff) AM_MIRROR(0x2000) AM_RAM_WRITE(airsys_paletteram16_w) AM_BASE_MEMBER(taitoair_state, m_paletteram)
AM_RANGE(0x800000, 0x820fff) AM_DEVREADWRITE("tc0080vco", tc0080vco_word_r, tc0080vco_word_w) /* tilemaps, sprites */
AM_RANGE(0x908000, 0x90ffff) AM_RAM AM_BASE_MEMBER(taitoair_state, m_line_ram) /* "line ram" */
diff --git a/src/mame/drivers/taitojc.c b/src/mame/drivers/taitojc.c
index ef236e1c094..9a9dbd2195d 100644
--- a/src/mame/drivers/taitojc.c
+++ b/src/mame/drivers/taitojc.c
@@ -341,15 +341,15 @@ Notes:
TODO:
- dendego intro object RAM usage has various gfx bugs (check video file)
- dendego title screen builds up and it shouldn't
- - dendego/dendego2 doesn't show the odometer (btanb, thanks ANY);
+ - dendego/dendego2 doesn't show the odometer (btanb, thanks ANY);
- landgear has some weird crashes (after playing one round, after a couple of loops in attract mode) (needs testing -AS)
- landgear has huge 3d problems on gameplay (CPU comms?)
- - dendego2 shows a debug string during gameplay?
+ - dendego2 shows a debug string during gameplay?
- Train board (external sound board with OKI6295) is not emulated.
- dangcurv DSP program crashes very soon, so no 3d is currently shown.
- add idle skips if possible
- - dendego and clones needs output lamps and an artwork for the inputs (helps with the playability);
- - POST has a PCB ID (shown at top of screen) that can't be faked without a proper reference.
+ - dendego and clones needs output lamps and an artwork for the inputs (helps with the playability);
+ - POST has a PCB ID (shown at top of screen) that can't be faked without a proper reference.
*/
#include "emu.h"
@@ -777,15 +777,15 @@ static WRITE32_HANDLER(dsp_shared_w)
if ((data & 0x80000) == 0)
{
/*
- All games minus Dangerous Curves tests if the DSP is alive with this code snippet:
+ All games minus Dangerous Curves tests if the DSP is alive with this code snippet:
- 0008C370: 4A79 1000 1FC0 tst.w $10001fc0.l
- 0008C376: 33FC 0000 0660 0000 move.w #$0, $6600000.l
- 0008C37E: 66F0 bne $8c370
+ 0008C370: 4A79 1000 1FC0 tst.w $10001fc0.l
+ 0008C376: 33FC 0000 0660 0000 move.w #$0, $6600000.l
+ 0008C37E: 66F0 bne $8c370
- Problem is: that move.w in the middle makes the SR to always return a zero flag result,
- hence it never branches like it should. CPU bug?
- */
+ Problem is: that move.w in the middle makes the SR to always return a zero flag result,
+ hence it never branches like it should. CPU bug?
+ */
if (!state->m_first_dsp_reset || !state->m_has_dsp_hack)
{
cputag_set_input_line(space->machine(), "dsp", INPUT_LINE_RESET, CLEAR_LINE);
@@ -866,7 +866,7 @@ static ADDRESS_MAP_START( taitojc_map, AS_PROGRAM, 32 )
AM_RANGE(0x06600000, 0x06600003) AM_WRITE(jc_control1_w) // watchdog
AM_RANGE(0x06600010, 0x06600013) AM_WRITE(jc_coin_counters_w)
AM_RANGE(0x06600040, 0x0660004f) AM_WRITE(jc_control_w)
- //AM_RANGE(0x06800000, 0x06801fff) AM_NOP // unknown
+ //AM_RANGE(0x06800000, 0x06801fff) AM_NOP // unknown
AM_RANGE(0x06a00000, 0x06a01fff) AM_READWRITE(f3_share_r, f3_share_w) AM_SHARE("f3_shared") AM_BASE_MEMBER(taitojc_state,m_f3_shared_ram)
AM_RANGE(0x06c00000, 0x06c0001f) AM_READ(jc_lan_r) AM_WRITENOP // Dangerous Curves
AM_RANGE(0x06e00000, 0x06e00007) AM_WRITE(jc_meters_w)
@@ -1121,7 +1121,7 @@ static WRITE16_HANDLER( dsp_to_main_w )
}
static ADDRESS_MAP_START( tms_program_map, AS_PROGRAM, 16 )
-// AM_RANGE(0x0000, 0x1fff) AM_READ(dsp_internal_rom_r) // TODO: Dangerous Curves tries to access 0x207?
+// AM_RANGE(0x0000, 0x1fff) AM_READ(dsp_internal_rom_r) // TODO: Dangerous Curves tries to access 0x207?
AM_RANGE(0x4000, 0x7fff) AM_RAM
ADDRESS_MAP_END
@@ -1232,12 +1232,12 @@ static INPUT_PORTS_START( dendego )
/* TODO: fix this */
PORT_BIT( 0x88, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x77, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_CUSTOM(mascon_state_r,NULL)
-// PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_NAME("Mascon 5") // Mascon 5
-// PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Mascon 3") // Mascon 3
-// PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("Mascon 1") // Mascon 1
-// PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_NAME("Mascon 4") // Mascon 4
-// PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Mascon 2") // Mascon 2
-// PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("Mascon 0") // Mascon 0
+// PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_NAME("Mascon 5") // Mascon 5
+// PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Mascon 3") // Mascon 3
+// PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("Mascon 1") // Mascon 1
+// PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_NAME("Mascon 4") // Mascon 4
+// PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Mascon 2") // Mascon 2
+// PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("Mascon 0") // Mascon 0
PORT_START("MASCON")
PORT_BIT( 0x7f, 0x00, IPT_POSITIONAL ) PORT_POSITIONS(0x60) PORT_SENSITIVITY(50) PORT_KEYDELTA(10) PORT_CENTERDELTA(0)
@@ -1411,7 +1411,7 @@ static MACHINE_CONFIG_START( taitojc, taitojc_state )
MCFG_CPU_ADD("maincpu", M68040, 25000000)
MCFG_CPU_PROGRAM_MAP(taitojc_map)
MCFG_CPU_VBLANK_INT("screen", taitojc_vblank)
-// MCFG_CPU_PERIODIC_INT(taitojc_int6, 1000)
+// MCFG_CPU_PERIODIC_INT(taitojc_int6, 1000)
MCFG_CPU_ADD("sub", MC68HC11, 4000000) //MC68HC11M0
MCFG_CPU_PROGRAM_MAP(hc11_pgm_map)
diff --git a/src/mame/drivers/tbowl.c b/src/mame/drivers/tbowl.c
index b13422b164f..a5e46008945 100644
--- a/src/mame/drivers/tbowl.c
+++ b/src/mame/drivers/tbowl.c
@@ -355,7 +355,7 @@ static INPUT_PORTS_START( tbowl )
PORT_DIPNAME( 0x0c, 0x08, "Bonus Frequency" ) PORT_DIPLOCATION("SW3:3,4") // Check code at 0x6e16 (0x6e37 for tbowlj), each step is + 0x12
PORT_DIPSETTING ( 0x00, "Most" ) /* Value in 0x8126.w = 0x54f3 (0x5414 for tbowlj) */
PORT_DIPSETTING ( 0x04, "More" ) /* Value in 0x8126.w = 0x54e1 (0x5402 for tbowlj) */
- PORT_DIPSETTING ( 0x08, DEF_STR( Normal ) ) /* Value in 0x8126.w = 0x54cf (0x54f0 for tbowlj), manual shows this is Least, but values is > least */
+ PORT_DIPSETTING ( 0x08, DEF_STR( Normal ) ) /* Value in 0x8126.w = 0x54cf (0x54f0 for tbowlj), manual shows this is Least, but values is > least */
PORT_DIPSETTING ( 0x0c, "Least" ) /* Value in 0x8126.w = 0x54bd (0x54de for tbowlj), manual shows this is Normal, but value is least */
PORT_BIT( 0xf0, IP_ACTIVE_LOW, IPT_UNUSED )
INPUT_PORTS_END
diff --git a/src/mame/drivers/tecmo.c b/src/mame/drivers/tecmo.c
index 0ebe7a09247..9fbbad5b9c5 100644
--- a/src/mame/drivers/tecmo.c
+++ b/src/mame/drivers/tecmo.c
@@ -534,9 +534,9 @@ static INPUT_PORTS_START( silkworm )
PORT_DIPSETTING( 0x06, "200000" )
PORT_DIPSETTING( 0x07, DEF_STR( None ) )
PORT_DIPNAME( 0x70, 0x30, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW2:!5,!6,!7")
-// PORT_DIPSETTING( 0x60, "0" ) /* Not listed in manual */
-// PORT_DIPSETTING( 0x70, "0" ) /* Not listed in manual */
-// PORT_DIPSETTING( 0x00, "0" ) /* Not listed in manual */
+// PORT_DIPSETTING( 0x60, "0" ) /* Not listed in manual */
+// PORT_DIPSETTING( 0x70, "0" ) /* Not listed in manual */
+// PORT_DIPSETTING( 0x00, "0" ) /* Not listed in manual */
PORT_DIPSETTING( 0x10, "1" )
PORT_DIPSETTING( 0x20, "2" )
PORT_DIPSETTING( 0x30, "3" )
diff --git a/src/mame/machine/awboard.c b/src/mame/machine/awboard.c
index e7fdcefee8d..9b4467bbbfb 100644
--- a/src/mame/machine/awboard.c
+++ b/src/mame/machine/awboard.c
@@ -215,7 +215,7 @@ void aw_rom_board::decrypt_region()
const memory_region *kr = machine().region(keyregion);
if(!kr)
- return;
+ return;
if(kr->bytes() != 4)
throw emu_fatalerror("AW-ROM-BOARD: key region %s has incorrect size (%d, expected 4)\n", keyregion, kr->bytes());
diff --git a/src/mame/machine/awboard.h b/src/mame/machine/awboard.h
index 9eb51e29b4b..1b2ddb32276 100644
--- a/src/mame/machine/awboard.h
+++ b/src/mame/machine/awboard.h
@@ -16,7 +16,7 @@ public:
DECLARE_ADDRESS_MAP(submap, 16);
- DECLARE_WRITE16_MEMBER(epr_offsetl_w); // 5f7000
+ DECLARE_WRITE16_MEMBER(epr_offsetl_w); // 5f7000
DECLARE_WRITE16_MEMBER(epr_offseth_w); // 5f7004
DECLARE_WRITE16_MEMBER(mpr_record_index_w); // 5f700c
DECLARE_WRITE16_MEMBER(mpr_first_file_index_w); // 5f7010
diff --git a/src/mame/machine/naomibd.c b/src/mame/machine/naomibd.c
index 2d4f62086da..07ed609185f 100644
--- a/src/mame/machine/naomibd.c
+++ b/src/mame/machine/naomibd.c
@@ -156,7 +156,7 @@ READ16_MEMBER(naomi_board::rom_data_r)
UINT16 res;
board_get_buffer(buffer, size);
assert(size > 1);
- res = buffer[0] | (buffer[1] << 8);
+ res = buffer[0] | (buffer[1] << 8);
if(rom_offset & 0x80000000)
board_advance(2);
return res;
diff --git a/src/mame/machine/naomibd.h b/src/mame/machine/naomibd.h
index 1593e9e1f8f..50ea76473ad 100644
--- a/src/mame/machine/naomibd.h
+++ b/src/mame/machine/naomibd.h
@@ -17,7 +17,7 @@ public:
// Can be patched in the underlying class
virtual DECLARE_ADDRESS_MAP(submap, 16);
- DECLARE_WRITE16_MEMBER(rom_offseth_w); // 5f7000
+ DECLARE_WRITE16_MEMBER(rom_offseth_w); // 5f7000
DECLARE_WRITE16_MEMBER(rom_offsetl_w); // 5f7004
DECLARE_READ16_MEMBER( rom_data_r); // 5f7008
DECLARE_WRITE16_MEMBER(rom_data_w); // 5f7008
diff --git a/src/mame/machine/naomim1.c b/src/mame/machine/naomim1.c
index 4551f92b095..b831a7e0f5c 100644
--- a/src/mame/machine/naomim1.c
+++ b/src/mame/machine/naomim1.c
@@ -99,7 +99,7 @@ void naomi_m1_board::board_advance(UINT32 size)
buffer_actual_size = 0;
}
enc_fill();
-
+
} else
rom_cur_address += size;
}
@@ -215,7 +215,7 @@ void naomi_m1_board::enc_fill()
wb(dict[addr]);
break;
}
- }
+ }
}
while(buffer_actual_size < BUFFER_SIZE)
diff --git a/src/mame/machine/naomim1.h b/src/mame/machine/naomim1.h
index 36adf7e3d05..6cf2173f848 100644
--- a/src/mame/machine/naomim1.h
+++ b/src/mame/machine/naomim1.h
@@ -15,7 +15,7 @@ public:
static void static_set_tags(device_t &device, const char *_key_tag);
virtual DECLARE_ADDRESS_MAP(submap, 16);
-
+
DECLARE_READ16_MEMBER(actel_id_r);
protected:
diff --git a/src/mame/machine/naomim2.c b/src/mame/machine/naomim2.c
index cba2b742704..17a3f8c12c7 100644
--- a/src/mame/machine/naomim2.c
+++ b/src/mame/machine/naomim2.c
@@ -525,12 +525,12 @@ int naomi_m2_board::feistel_function(int input, const struct sbox *sboxes, UINT3
for (k=0, aux=0; k<6; ++k)
if (sboxes[m].inputs[k]!=-1)
aux |= BIT(input, sboxes[m].inputs[k]) << k;
-
+
aux = sboxes[m].table[(aux^subkeys)&0x3f];
for (k=0; k<2; ++k)
result |= BIT(aux,k) << sboxes[m].outputs[k];
-
+
subkeys >>=6;
}
@@ -807,10 +807,10 @@ void naomi_m2_board::line_fill()
tmp = trees[slot][0][tmp];
if(tmp != 0xff) {
int count = (tmp & 7) + 1;
-
+
if(tmp&0x40) {
// Copy from previous line
-
+
static int offsets[4] = {0, 1, 0, -1};
int offset = offsets[(tmp & 0x18) >> 3];
for(int j=0; j != count; j++) {
diff --git a/src/mame/machine/naomim4.c b/src/mame/machine/naomim4.c
index a6d72933771..4b7a13c9423 100644
--- a/src/mame/machine/naomim4.c
+++ b/src/mame/machine/naomim4.c
@@ -129,7 +129,7 @@ void naomi_m4_board::board_advance(UINT32 size)
} else
buffer_actual_size = 0;
enc_fill();
-
+
} else
rom_cur_address += size;
}
diff --git a/src/mame/machine/smpc.c b/src/mame/machine/smpc.c
index fbd3fc5a536..e2d28d92af4 100644
--- a/src/mame/machine/smpc.c
+++ b/src/mame/machine/smpc.c
@@ -662,9 +662,9 @@ static void smpc_comreg_exec(address_space *space, UINT8 data, UINT8 is_stv)
if(LOG_SMPC) printf ("SMPC: Change Clock to %s (%d %d)\n",data & 1 ? "320" : "352",space->machine().primary_screen->hpos(),space->machine().primary_screen->vpos());
/* on ST-V timing of this is pretty fussy, you get 2 credits at start-up otherwise
- sokyugurentai threshold is 74 lines
- shanhigw threshold is 90 lines
- I assume that it needs ~100 lines, so 6666,(6) usecs. Obviously needs HW tests ... */
+ sokyugurentai threshold is 74 lines
+ shanhigw threshold is 90 lines
+ I assume that it needs ~100 lines, so 6666,(6) usecs. Obviously needs HW tests ... */
space->machine().scheduler().timer_set(attotime::from_usec(6666), FUNC(smpc_change_clock),data & 1);
break;
diff --git a/src/mame/machine/stvcd.c b/src/mame/machine/stvcd.c
index fc6f29690f8..5d282891cc8 100644
--- a/src/mame/machine/stvcd.c
+++ b/src/mame/machine/stvcd.c
@@ -240,7 +240,7 @@ static void cd_exec_command(running_machine &machine)
UINT32 temp;
if(cr1 != 0 && ((cr1 & 0xff00) != 0x5100) && 1)
- printf("CD: command exec %04x %04x %04x %04x %04x (stat %04x)\n", hirqreg, cr1, cr2, cr3, cr4, cd_stat);
+ printf("CD: command exec %04x %04x %04x %04x %04x (stat %04x)\n", hirqreg, cr1, cr2, cr3, cr4, cd_stat);
switch (cr1 & 0xff00)
{
@@ -509,8 +509,8 @@ static void cd_exec_command(running_machine &machine)
{
/* resume from a pause state */
/* TODO: Galaxy Fight calls 10ff ffff ffff ffff, but then it calls 0x04->0x02->0x06->0x11->0x04->0x02->0x06 command sequence
- (and current implementation nukes start/end FAD addresses at 0x04). I'm sure that this doesn't work like this, but there could
- be countless possible combinations ... */
+ (and current implementation nukes start/end FAD addresses at 0x04). I'm sure that this doesn't work like this, but there could
+ be countless possible combinations ... */
if(fadstoplay == 0)
{
cd_curfad = cdrom_get_track_start(cdrom, cur_track-1);
@@ -610,23 +610,23 @@ static void cd_exec_command(running_machine &machine)
cr4 = 0;
/*
- Subcode Q info should be:
- ---- --x- S0
- ---- ---x S1
- xxxx ---- [0] Control (bit 7 Pre-emphasis, bit 6: copy permitted, bit 5 undefined, bit 4 number of channels)
- ---- xxxx [0] address (0x0001 Mode 1)
- xxxx xxxx [1] track number (1-99, AA lead-out), BCD format
- xxxx xxxx [2] index (01 lead-out), BCD format
- xxxx xxxx [3] Time within' track M
- xxxx xxxx [4] Time within' track S
- xxxx xxxx [5] Time within' track F
- xxxx xxxx [6] Zero
- xxxx xxxx [7] Absolute M
- xxxx xxxx [8] Absolute S
- xxxx xxxx [9] Absolute F
- xxxx xxxx [10] CRCC
- xxxx xxxx [11] CRCC
- */
+ Subcode Q info should be:
+ ---- --x- S0
+ ---- ---x S1
+ xxxx ---- [0] Control (bit 7 Pre-emphasis, bit 6: copy permitted, bit 5 undefined, bit 4 number of channels)
+ ---- xxxx [0] address (0x0001 Mode 1)
+ xxxx xxxx [1] track number (1-99, AA lead-out), BCD format
+ xxxx xxxx [2] index (01 lead-out), BCD format
+ xxxx xxxx [3] Time within' track M
+ xxxx xxxx [4] Time within' track S
+ xxxx xxxx [5] Time within' track F
+ xxxx xxxx [6] Zero
+ xxxx xxxx [7] Absolute M
+ xxxx xxxx [8] Absolute S
+ xxxx xxxx [9] Absolute F
+ xxxx xxxx [10] CRCC
+ xxxx xxxx [11] CRCC
+ */
msf_abs = lba_to_msf_alt( cd_curfad - 150 );
track = cdrom_get_track( cdrom, cd_curfad );
@@ -1224,9 +1224,9 @@ static void cd_exec_command(running_machine &machine)
case 0x7100: // Read directory entry
CDROM_LOG(("%s:CD: Read Directory Entry\n", machine.describe_context()))
-// UINT32 read_dir;
+// UINT32 read_dir;
-// read_dir = ((cr3&0xff)<<16)|cr4;
+// read_dir = ((cr3&0xff)<<16)|cr4;
if((cr3 >> 8) < 0x24)
cddevice = &filters[cr3 >> 8];
@@ -2537,7 +2537,7 @@ void stvcd_set_tray_close(running_machine &machine)
if (cdrom)
{
CDROM_LOG(("Opened CD-ROM successfully, reading root directory\n"))
- //read_new_dir(machine, 0xffffff); // read root directory
+ //read_new_dir(machine, 0xffffff); // read root directory
cd_stat = CD_STAT_PAUSE;
}
else
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 349f6189232..ba5a72f779e 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -9290,7 +9290,7 @@ j2nrrp // zzz_unk nprpopp (Bwb)
j2nsc15 // zzz_unk nsc15 (Pcp)
j2nsw12 // zzz_unk nsw12 (Pcp)
-j2club77 // Club 77 (Unk)
+j2club77 // Club 77 (Unk)
j2contnd // Continuous Nudger (Mdm)
j2crown // Crown Dealer (Unk)
j2hirola // Hi Roll (Unk)
@@ -9306,12 +9306,12 @@ j2chsn // zzz_unk chsnsn05 (Unk)
j2lhs // zzz_unk lhs (Unk)
j2nn2 // zzz_unk nn_2 (Unk)
j2rm941 // zzz_unk rm941 (Unk)
-j2nud5p // 5p Nudger (JPM)
+j2nud5p // 5p Nudger (JPM)
j2b7 // Bar 7? (JPM)
-j2ss // Supa Stepper (JPM)
+j2ss // Supa Stepper (JPM)
j2nbz // Nudge Bonanza (JPM)
j2clbbin // Club Bingo (Crystal)
-j2sirich // Strike It Rich? (Maygay?)
+j2sirich // Strike It Rich? (Maygay?)
j2hcash // Hot Cash
// JPM Give us a Break hardware
@@ -10264,6 +10264,7 @@ musicsrt // (c) 1995 ABM Games
galaxi // (c) 2000 BRL S.R.L. Bologna
magjoker // (c) 2000 BRL S.R.L. Bologna
dwarfd // (c) 198? Electro-Sports
+dwarfda // (c) 198? Electro-Sports
quarterh // (c) 1983 Electro-Sports
quarterha // (c) 1983 Electro-Sports
quarterhb // (c) 1983 Electro-Sports
@@ -11440,7 +11441,7 @@ sc1spct // Spectre (Bellfruit)
sc1spit // Spitfire (Elam)
sc1ster // Sterling (Bellfruit)
sc1str4 // Strike 4 (Bellfruit)
-sc1str4a //
+sc1str4a //
sc1sir // Strike It Rich (Bellfruit)
sc1sups // Superstar (Bellfruit) [Dutch]
sc1torn // Tornado (Bellfruit)
@@ -11469,17 +11470,17 @@ sc1smoke //
sc1ccroc //
sc1crocr //
sc1btclk //
-sc1btbc // Beat The Bank Club (Bellfruit)
-sc1boncl // Bonanza Club (Bellfruit)
+sc1btbc // Beat The Bank Club (Bellfruit)
+sc1boncl // Bonanza Club (Bellfruit)
sc1clins // Cash Lines (Bellfruit)
sc1clinsa //
sc1clinsb //
sc1clinsc //
sc1clinsd //
sc1clinse //
-sc1clb3 // Club 3000 (Bellfruit)
+sc1clb3 // Club 3000 (Bellfruit)
sc1czbrk // Crazy Break (Bellfruit)
-sc1dyncl // Dynamite Club (Bellfruit)
+sc1dyncl // Dynamite Club (Bellfruit)
sc1energ // Energy (Bellfruit)
sc1hipt // High Point (Bellfruit)
sc1hipta //
@@ -11548,19 +11549,19 @@ sc2drwho17 //
sc2drwho18 // (Mazooma set)
sc2drwho19 // (Mazooma set)
sc2drwho20 // (Deluxe)
-sc2focus // Focus (Dutch, Game Card 95-750-347)
-sc2gslam // Club Grandslam (UK, Game Card 95-750-843)
-sc2cshcl // Cashino Club (Bellfruit)
-sc2catms // Cat & Mouse (Bellfruit)
-sc2eggs // Eggs On Legs Tour (Bellfruit)
-sc2gsclb // The Game Show Club (Bellfruit)
-sc2suprz // Surprise Surprize (Bellfruit)
-sc2cpg // Pharaoh's Gold Club (Bellfruit)
-sc2motd // Match Of The Day (Bellfruit)
-sc2easy // Easy Money (Bellfruit)
-sc2majes // Majestic Bells (Bellfruit)
-sc2dels // Del's Millions (Bellfruit)
-sc2wembl // Road To Wembley (Bellfruit)
+sc2focus // Focus (Dutch, Game Card 95-750-347)
+sc2gslam // Club Grandslam (UK, Game Card 95-750-843)
+sc2cshcl // Cashino Club (Bellfruit)
+sc2catms // Cat & Mouse (Bellfruit)
+sc2eggs // Eggs On Legs Tour (Bellfruit)
+sc2gsclb // The Game Show Club (Bellfruit)
+sc2suprz // Surprise Surprize (Bellfruit)
+sc2cpg // Pharaoh's Gold Club (Bellfruit)
+sc2motd // Match Of The Day (Bellfruit)
+sc2easy // Easy Money (Bellfruit)
+sc2majes // Majestic Bells (Bellfruit)
+sc2dels // Del's Millions (Bellfruit)
+sc2wembl // Road To Wembley (Bellfruit)
sc2wemblm // (Mazooma set)
sc2downt // Down Town (Bellfruit)
sc2goldr // Gold Reserve (Mdm)
@@ -11580,20 +11581,20 @@ sc2call // It's Your Call (Glonal)
sc2prom // Along The Prom
sc2payr // Pay Roll (Mazooma)
sc2smnud // Super Multi Nudge (Concept)
-sc2cgc // Carrot Gold Club (Bellfruit)
-sc2cnile // Cash On The Nile Club (Bellfruit)
+sc2cgc // Carrot Gold Club (Bellfruit)
+sc2cnile // Cash On The Nile Club (Bellfruit)
sc2casr // Casino Royale (Bellfruit)
sc2cmbt // Cat & Mouse & Bonzo Too (Bellfruit)
sc2dbl // Double Diamond (Bellfruit)
sc2flaca // Flash Cash (Bellfruit)
-sc2foot // Football Club (Bellfruit)
-sc2gcclb // Golden Casino Club (Bellfruit)
+sc2foot // Football Club (Bellfruit)
+sc2gcclb // Golden Casino Club (Bellfruit)
sc2groul // Golden Roulette (Bellfruit)
sc2gldsh // Golden Shot (Bellfruit)
sc2gtr // Great Train Robbery (Bellfruit)
sc2heypr // Hey Presto (Bellfruit)
sc2hypr // Hyperactive (Bellfruit)
-sc2kcclb // King Cash Club (Bellfruit)
+sc2kcclb // King Cash Club (Bellfruit)
sc2maina // Main Attraction (Bellfruit)
sc2olgld // Olympic Gold (Bellfruit)
sc2relgm // Reel Gems (Bellfruit)
@@ -11606,13 +11607,13 @@ sc2cvega // Cash Vegas
sc2luvv // Luvvly Jubbly (UK Multisite 10/25p, Game Card 95-750-808)
sc2cpe // Club Public Enemy No.1 (UK, Game Card 95-750-846)
-sc2town // Round The Town (Bellfruit)
-sc2ofool // Only Fools & Horses (Bellfruit)
-sc2ptytm // Party Time (Bellfruit)
-sc2cops // Cops 'n' Robbers (Bellfruit)
+sc2town // Round The Town (Bellfruit)
+sc2ofool // Only Fools & Horses (Bellfruit)
+sc2ptytm // Party Time (Bellfruit)
+sc2cops // Cops 'n' Robbers (Bellfruit)
sc2copcl //
sc2copdc //
-sc2prem // Premier Club Manager (Bellfruit)
+sc2prem // Premier Club Manager (Bellfruit)
// Scorpion 2 + Adder 2 Video Board
qntoondo // 1993
@@ -11635,7 +11636,7 @@ c3_rtime // Radio Times
c3_telly // Telly Addicts
c3_totp // Top of the Pops
c3_ppays // The Phrase That Pays
-
+
// Scorpion 4 (& 5 & Adder 5)
sc4tst // Scorpion 4 Test Rig (Bellfruit)
@@ -11654,7 +11655,7 @@ sc_alad // Aladdin's Cave (Mazooma)
sc_adjb // Ant & Dec's Jiggy Bank (Bellfruit)
sc_adwta // Ant & Dec's Saturday Night Takeaway Win The Ads (Bellfruit)
sc_a40 // Around The Board In 40 Days (Mazooma)
-sc_a40cl // Around The Board In 40 Days Club (Mazooma)
+sc_a40cl // Around The Board In 40 Days Club (Mazooma)
sc_aztec // Aztec (Bellfruit)
sc_botn // Back Of The Net (Qps)
sc_broll // Bank Roll (Mazooma)
@@ -11663,22 +11664,22 @@ sc_bantm // Bantam Of The Opera (Mazooma)
sc_bar7 // Bar 7's (Bellfruit)
sc_batl // Battleships & Cruisers (Bellfruit)
sc_bed // Bedazzled (Mazooma)
-sc_bedcl // Bedazzled Club (Mazooma)
+sc_bedcl // Bedazzled Club (Mazooma)
sc_bblas // Big Blaster (Mazooma)
sc_bigdl // Big Deal (Qps)
sc_bingb // Bingo Belle (Mazooma)
sc_bb // Blankety Bank (Qps)
-sc_bbclb // Blankety Bank Club (Qps)
+sc_bbclb // Blankety Bank Club (Qps)
sc_blast // Blast Off (Qps)
sc_blue // Blue Rinse (Mazooma)
sc_bob // Bobby Dazzler (Mazooma)
-sc_bobcl // Bobby Dazzler Club (Mazooma)
+sc_bobcl // Bobby Dazzler Club (Mazooma)
sc_bonbx // Bonus Bar X (Mazooma)
sc_brksp // Break The Spell (Mazooma)
sc_brix // Brix (Nova)
sc_bugs // Bugs Money (Bellfruit)
sc_bull // Bullseye (Bellfruit)
-sc_bulcl // Bullseye Club (Bellfruit)
+sc_bulcl // Bullseye Club (Bellfruit)
sc_butch // Butch Cashidy & The Sundance Quid (Bellfruit)
sc_cabin // Cabin Fever (Mazooma)
sc_canca // Can Can Cash (Mazooma)
@@ -11689,8 +11690,8 @@ sc_cmous // Cash & Mouse (Qps)
sc_cburn // Cash 'n' Burn (Qps)
sc_cnfr // Cash 'n' Fruit (Bellfruit)
sc_cad // Cash Adder (Qps)
-sc_cadcl // Cash Adder Club (Qps)
-sc_cbaz // Cash Bazaar Club (Bellfruit)
+sc_cadcl // Cash Adder Club (Qps)
+sc_cbaz // Cash Bazaar Club (Bellfruit)
sc_cblas // Cash Blast (Bellfruit)
sc_cconx // Cash Connexion (Mazooma)
sc_ccrus // Cash Crusaders (Mazooma)
@@ -11700,7 +11701,7 @@ sc_chand // Cash In Hand (Bellfruit)
sc_cinv // Cash Invaders (Bellfruit)
sc_clash // Cash On The Lash (Mazooma)
sc_cr // Cash Raker (Qps)
-sc_crcl // Cash Raker Club (Qps)
+sc_crcl // Cash Raker Club (Qps)
sc_cashn // Cashanova (Bellfruit)
sc_cashm // Cashanova (Mazooma)
sc_cckey // Casino Crazy Keys (Bellfruit)
@@ -11713,31 +11714,31 @@ sc_chick // Chickendales (Mazooma)
sc_chub // Chubby Does Vegas (Mazooma)
sc_cla7 // Classic 7s (Mazooma)
sc_ccogs // Clever Cogs (Qps)
-sc_cclas // Club Class (Bellfruit)
-sc_clclo // Club Clouseau (Mazooma)
+sc_cclas // Club Class (Bellfruit)
+sc_clclo // Club Clouseau (Mazooma)
sc_clue // Cluedo (Mazooma)
-sc_clucl // Cluedo Club (Mazooma)
+sc_clucl // Cluedo Club (Mazooma)
sc_colos // Colossus (Bellfruit)
sc_cmani // Colour Mania (Bellfruit)
sc_cj // Cool Jewels (Bellfruit)
-sc_cjcl // Cool Jewels Club (Bellfruit)
+sc_cjcl // Cool Jewels Club (Bellfruit)
sc_ctl // Cop The Lot (Bellfruit)
-sc_ctlcl // Cop The Lot Club (Bellfruit)
-sc_crcc // Cops 'n' Robbers Club Classic (Bellfruit)
-sc_crcp // Cops 'n' Robbers Club Platinum (Bellfruit)
-sc_srgc // Cops 'n' Robbers Gold Club (Bellfruit)
+sc_ctlcl // Cop The Lot Club (Bellfruit)
+sc_crcc // Cops 'n' Robbers Club Classic (Bellfruit)
+sc_crcp // Cops 'n' Robbers Club Platinum (Bellfruit)
+sc_srgc // Cops 'n' Robbers Gold Club (Bellfruit)
sc_crsc // Cops 'n' Robbers Safe Cracker (Bellfruit)
sc_coro // Coronation Street (Mazooma)
-sc_corcl // Coronation Street Club (Mazooma)
+sc_corcl // Coronation Street Club (Mazooma)
sc_cyc // Count Yer Cash (Mazooma)
-sc_cyccl // Count Yer Cash Club (Mazooma)
+sc_cyccl // Count Yer Cash Club (Mazooma)
sc_count // Countdown (Bellfruit)
sc_crzcs // Crazy Casino (Bellfruit)
sc_cclim // Crazy Climber (Bellfruit)
sc_cf // Crazy Fruits (Bellfruit)
sc_cfqps // Crazy Fruits (Qps)
sc_cfcla // Crazy Fruits Classic (Bellfruit)
-sc_cfclb // Crazy Fruits Club (Bellfruit)
+sc_cfclb // Crazy Fruits Club (Bellfruit)
sc_cfdu // Crazy Fruits Down Under (Bellfruit)
sc_cfg // Crazy Fruits Gold (Bellfruit)
sc_cfgcl // Crazy Fruits Gold Club (Bellfruit)
@@ -11751,7 +11752,7 @@ sc_db // D & B (Mazooma)
sc_daylt // Daylight Robbery (Bellfruit)
sc_dnd // Deal Or No Deal (Bellfruit)
sc_dndbb // Deal Or No Deal Break The Bank (Bellfruit)
-sc_dndcl // Deal Or No Deal Club (Bellfruit)
+sc_dndcl // Deal Or No Deal Club (Bellfruit)
sc_dnddd // Deal Or No Deal Double Deal Or No Deal (Bellfruit)
sc_dndhf // Deal Or No Deal Hall Of Fame (Bellfruit)
sc_dndys // Deal Or No Deal It's Your Show (Bellfruit)
@@ -11792,7 +11793,7 @@ sc_fever // Fever (Bellfruit)
sc_fpitc // Fever Pitch (Bellfruit)
sc_fevnx // Fever The Next (Bellfruit)
sc_film // Film Premiere (Bellfruit)
-sc_fcc // Firecracker Club (Bellfruit)
+sc_fcc // Firecracker Club (Bellfruit)
sc_fire // Firepower (Mazooma)
sc_fwp // Five Ways Pays (Mazooma)
sc_fwpcs // Five Ways Pays Casino (Mazooma)
@@ -11808,18 +11809,18 @@ sc_gamcs // Game Casino, The (Bellfruit)
sc_game // Game, The (Bellfruit)
sc_ziggy // Gettin Ziggy With It (Mazooma)
sc_glad // Gladiator (Mazooma)
-sc_gldcl // Gladiator Club (Mazooma)
+sc_gldcl // Gladiator Club (Mazooma)
sc_gd // Gold Digger (Bellfruit)
sc_gdmz // Gold Digger (Mazooma)
-sc_gdclb // Gold Digger Club (Bellfruit)
+sc_gdclb // Gold Digger Club (Bellfruit)
sc_gfev // Gold Fever (Mazooma)
sc_gball // Golden Balls (Bellfruit)
sc_gg // Golden Game (Mazooma)
sc_ggcas // Golden Game Casino (Mazooma)
-sc_gnc // Golden Game Club (Mazooma)
+sc_gnc // Golden Game Club (Mazooma)
sc_ghost // Golden Ghost (Mazooma)
sc_ggrid // Golden Grid (Qps)
-sc_ggcl // Golden Grid Club (Qps)
+sc_ggcl // Golden Grid Club (Qps)
sc_goldo // Golden Oldie (Mazooma)
sc_gocas // Golden Oldie Casino (Mazooma)
sc_gshot // Golden Shot (Qps)
@@ -11834,7 +11835,7 @@ sc_ggg // Grand Golden Game (Mazooma)
sc_greed // Greedy Gonzalez (Bellfruit)
sc_gunp // Gunpowder Slot (Bellfruit)
sc_hf // Happy Fruits (Bellfruit)
-sc_hfcl // Happy Fruits Club (Bellfruit)
+sc_hfcl // Happy Fruits Club (Bellfruit)
sc_hapnt // Happy Notes (Bellfruit)
sc_heatw // Heatwave (Bellfruit)
sc_helrd // Hellraiser (Bellfruit) [Dutch]
@@ -11853,23 +11854,23 @@ sc_hotdg // Hot Dog (Bellfruit)
sc_hotpr // Hot Property (Bellfruit)
sc_hotrd // Hot Rod (Bellfruit)
sc_hotsh // Hot Shots (Bellfruit)
-sc_h6cl // Hot Six Club (Bellfruit)
+sc_h6cl // Hot Six Club (Bellfruit)
sc_hotwd // Hot Wad (Bellfruit)
sc_hyde // Hyde & Streak (Mazooma)
sc_hyper // Hyperactive (Mazooma)
sc_celeb // I'm A Celebrity (Bellfruit)
sc_inspn // Inner Spin (Mazooma)
sc_ijob // Italian Job (Bellfruit - Mazooma)
-sc_ijclb // Italian Job Club (Mazooma)
+sc_ijclb // Italian Job Club (Mazooma)
sc_jack // Jack The Kipper (Mazooma)
sc_jjok // Jackpot Jokers (Bellfruit)
sc_jjunc // Jackpot Junction (Bellfruit)
-sc_jjucl // Jackpot Junction Club (Bellfruit)
+sc_jjucl // Jackpot Junction Club (Bellfruit)
sc_jiggn // Jiggery Pockery (Nova)
sc_jiggr // Jiggery Pokery (Mazooma)
sc_jive // Jive Money (Mazooma)
sc_jolly // Jolly Jousting (Qps)
-sc_juicy // Juicy Jackpots Club (Bellfruit)
+sc_juicy // Juicy Jackpots Club (Bellfruit)
sc_jjc // Jumping Jack Cash (Mazooma)
sc_jjf // Jumping Jack Flash (Bellfruit)
sc_jbuck // Jungle Bucks (Bellfruit)
@@ -11880,14 +11881,14 @@ sc_lasv // Las Vegas (Bellfruit)
sc_lir // Let It Roll (Bellfruit)
sc_lined // Line Dancer (Mazooma)
sc_ldcas // Line Dancer Casino (Mazooma)
-sc_ldvcl // Little Devil (Mazooma)
+sc_ldvcl // Little Devil (Mazooma)
sc_ldvl // Little Devil (Mazooma)
sc_lockb // Lock Buster (Bellfruit)
-sc_lkbcl // Lock Buster Club (Bellfruit)
+sc_lkbcl // Lock Buster Club (Bellfruit)
sc_lotrr // Lord Of The Rings - Return Of The King (Bellfruit)
sc_lotrf // Lord Of The Rings - The Fellowship Of The Ring (Bellfruit)
sc_lotr2 // Lord Of The Rings - The Two Towers (Bellfruit)
-sc_ltr2c // Lord Of The Rings - The Two Towers Club (Bellfruit)
+sc_ltr2c // Lord Of The Rings - The Two Towers Club (Bellfruit)
sc_lotrt // Lord Of The Rings Triology (Bellfruit)
sc_luck7 // Lucky 7s (Mazooma)
sc_luckb // Lucky Balls (Bellfruit)
@@ -11895,7 +11896,7 @@ sc_magci // Magic Circle (Qps)
sc_magic // Magic Poundabout (Qps)
sc_manic // Manic Miner (Bellfruit)
sc_maxim // Maximus Cash (Mazooma)
-sc_maxcc // Maximus Cash Club (Mazooma)
+sc_maxcc // Maximus Cash Club (Mazooma)
sc_mmm // Mental Money Monsters (Mazooma)
sc_miljo // Miljonairs (Bellfruit)
sc_milja // Miljonairs Arcade (Bellfruit)
@@ -11904,25 +11905,25 @@ sc_mgr // Money Go Round (Bellfruit)
sc_mmad // Money Madness (Mazooma)
sc_mspid // Money Spider (Bellfruit)
sc_monsp // Money Spinner (Bellfruit)
-sc_msclb // Money Spinner Club (Bellfruit)
+sc_msclb // Money Spinner Club (Bellfruit)
sc_mtb // Money To Burn (Bellfruit)
-sc_mtbcl // Money To Burn Club (Bellfruit)
+sc_mtbcl // Money To Burn Club (Bellfruit)
sc_m2m // Money To Money (Mazooma)
sc_monob // Monopoly (Bellfruit)
sc_monod // Monopoly (Mazooma) [German]
sc_monop // Monopoly (Mazooma)
sc_mcas // Monopoly Casino (Mazooma)
-sc_mclb // Monopoly Club (Mazooma)
+sc_mclb // Monopoly Club (Mazooma)
sc_mdlx // Monopoly Deluxe (Mazooma)
sc_mdm // Monopoly Double Money (Bellfruit)
sc_mhn // Monopoly Here & Now (Mazooma)
sc_mhp // Monopoly Hot Property (Bellfruit)
sc_mmb // Monopoly Money Bags (Bellfruit)
sc_mrh // Monopoly Red Hot (Mazooma)
-sc_mrrcl // Monopoly Road To Riches Club (Mazooma)
+sc_mrrcl // Monopoly Road To Riches Club (Mazooma)
sc_mr2r // Monopoly Road To Riches (Mazooma)
sc_mww // Monopoly Wonders Of The World (Mazooma)
-sc_mwwcl // Monopoly Wonders Of The World Club (Mazooma)
+sc_mwwcl // Monopoly Wonders Of The World Club (Mazooma)
sc_mont // Montego Pay (Qps)
sc_motor // Motorway Mania (Bellfruit)
sc_mou // Move On Up (Qps)
@@ -11934,7 +11935,7 @@ sc_opses // Open Sesame (Bellfruit)
sc_outlw // Outlaw (Bellfruit)
sc_pacmn // Pac Man (Mazooma)
sc_paccs // Pac Man Casino (Mazooma)
-sc_paccl // Pac Man Club (Mazooma)
+sc_paccl // Pac Man Club (Mazooma)
sc_pacpl // Pac Man Plus (Mazooma)
sc_pmani // Pac Mania (Mazooma)
sc_party // Party Time (Nova)
@@ -11943,13 +11944,13 @@ sc_pgold // Pharaoh's Gold (Bellfruit)
sc_potp // Pick Of The Pack (Bellfruit)
sc_pp // Pink Panther (Mazooma)
sc_ppcr // Pink Panther Clouseau's Revenge (Mazooma)
-sc_ppclb // Pink Panther Club (Qps)
+sc_ppclb // Pink Panther Club (Qps)
sc_ppctc // Pink Panther Crack The Code (Bellfruit)
sc_ppdym // Pink Panther Double Your Money (Mazooma)
sc_ppsag // Pink Panther Strikes Again (Mazooma)
-sc_pptp // Pink Panther Think Pink (Qps)
+sc_pptp // Pink Panther Think Pink (Qps)
sc_pipe // Piping Hot (Mazooma)
-sc_plumb // Plumb Crazy Club (Qps)
+sc_plumb // Plumb Crazy Club (Qps)
sc_polem // Pole Position (Mazooma)
sc_polen // Pole Position (Nova)
sc_polic // Police Squid (Qps)
@@ -11957,13 +11958,13 @@ sc_pony // Pony Express (Bellfruit)
sc_popey // Popeye (Mazooma)
sc_potsh // Pot Shot (Qps)
sc_pog // Pots Of Gold (Bellfruit)
-sc_pogcl // Pots Of Gold Club (Bellfruit)
+sc_pogcl // Pots Of Gold Club (Bellfruit)
sc_pwcrz // Power Crazy (Bellfruit)
sc_pwrpl // Power Play (Mazooma)
sc_pwrsg // Power Surge (Qps)
sc_pwrbl // Powerball (Bellfruit)
sc_pwrbq // Powerball (Qps)
-sc_pircl // Prize Is Right, The (Bellfruit)
+sc_pircl // Prize Is Right, The (Bellfruit)
sc_pir // Prize Is Right, The (Bellfruit)
sc_pen1 // Public Enemy No1 (Bellfruit)
sc_quart // Quaterback (Mazooma)
@@ -11973,11 +11974,11 @@ sc_quidv // Quid Vicious (Mazooma)
sc_redad // Red Alert (Bellfruit) [Dutch]
sc_redal // Red Alert (Bellfruit)
sc_rdrag // Red Dragon (Qps)
-sc_rdrcl // Red Dragon Club (Qps)
+sc_rdrcl // Red Dragon Club (Qps)
sc_ibiza // Red Hot Ibiza (Bellfruit)
sc_rhx // Red Hot X (Mazooma)
sc_rhxcs // Red Hot X Casino (Mazooma)
-sc_rhxcl // Red Hot X Club (Mazooma)
+sc_rhxcl // Red Hot X Club (Mazooma)
sc_redsq // Red Square (Mazooma)
sc_r2r // Reel To Reel (Mazooma)
sc_relcz // Reely Crazy (Bellfruit)
@@ -11992,9 +11993,9 @@ sc_roksc // Rocket Science (Qps)
sc_rogds // Rogan Dosh (Qps)
sc_rmo // Roll Me Over (Bellfruit)
sc_rt // Rolling Thunder (Mazooma)
-sc_rtclb // Rolling Thunder Club (Mazooma)
+sc_rtclb // Rolling Thunder Club (Mazooma)
sc_rollo // Rollover Jackpot (Mazooma)
-sc_rosts // Ronnie O'Sullivan's Tournament Snooker (Bellfruit)
+sc_rosts // Ronnie O'Sullivan's Tournament Snooker (Bellfruit)
sc_r66 // Route 66 (Mazooma)
sc_rovrt // Rovers Return (Mazooma)
sc_rbank // Royle Banker (Bellfruit)
@@ -12008,10 +12009,10 @@ sc_s2k // Sinbad 2000 (Nova)
sc_sirpz // Sir Prize (Mazooma)
sc_stl // Sky's The Limit, The (Bellfruit)
sc_smk7 // Smoking 7's (Bellfruit)
-sc_srrcl // Snake Rattle 'n' Roll (Bellfruit)
+sc_srrcl // Snake Rattle 'n' Roll (Bellfruit)
sc_srr // Snake Rattle 'n' Roll (Bellfruit)
sc_slad // Snakes & Ladders (Bellfruit)
-sc_slc // Snakes & Ladders Club (Bellfruit)
+sc_slc // Snakes & Ladders Club (Bellfruit)
sc_solgl // Solid Gold (Bellfruit)
sc_slih // Some Like It Hot (Mazooma)
sc_sace // Space Ace (Qps)
@@ -12030,15 +12031,15 @@ sc_sf // Street Fighter (Mazooma)
sc_strx // Strike X (Bellfruit)
sc_suscl // Suits U Sir Club (Qps)
sc_sus // Suits U Sir (Qps)
-sc_s6c // Super 6 Club (Bellfruit)
+sc_s6c // Super 6 Club (Bellfruit)
sc_sdr // Super Diamonds & Rubies (Bellfruit)
-sc_sslam // Super Slam (Bellfruit)
+sc_sslam // Super Slam (Bellfruit)
sc_sstep // Super Step (Qps)
sc_supst // Super Streax (Mazooma)
sc_swbak // Switch Back (Mazooma)
sc_taekw // Tae Kwon Dough (Qps)
sc_taknt // Take Note (Bellfruit)
-sc_takcl // Take Note Club (Bellfruit)
+sc_takcl // Take Note Club (Bellfruit)
sc_ttpie // Take The Piece (Bellfruit)
sc_ttp // Take The Piste (Mazooma)
sc_typ // Take Your Pick (Bellfruit)
@@ -12052,29 +12053,29 @@ sc_tgear // Top Gear (Mazooma)
sc_tload // Top Loader (Mazooma)
sc_tpsht // Top Of The Shots (Mazooma)
sc_trail // Trailblazer (Mazooma)
-sc_ticlb // Treasure Island Club (Bellfruit)
+sc_ticlb // Treasure Island Club (Bellfruit)
sc_ttomb // Treasure Tomb (Bellfruit)
sc_tridn // Trident, The (Mazooma)
sc_tri7 // Triple 7's (Bellfruit)
sc_trist // Triple Streak (Mazooma)
sc_tub // Tubular Bells (Bellfruit)
-sc_tfclb // Tutti Frutti Club (Bellfruit)
+sc_tfclb // Tutti Frutti Club (Bellfruit)
sc_twilt // Twilight (Bellfruit)
sc_ufg // Up For Grabs (Mazooma)
sc_ufi // Up For It (Bellfruit)
sc_valnv // Valhalla (Nova)
sc_valqp // Valhalla (Qps)
-sc_vrgcl // Very Rich Geezer Club (Bellfruit)
+sc_vrgcl // Very Rich Geezer Club (Bellfruit)
sc_vivam // Viva Mexico (Bellfruit)
sc_vmnv // Viva Mexico (Nova)
-sc_vmclb // Viva Mexico Club (Bellfruit)
+sc_vmclb // Viva Mexico Club (Bellfruit)
sc_wadzl // Wadzilla (Mazooma)
sc_wernr // Werner (Nova)
sc_wrnlt // Werner Light (Nova)
sc_waw // Wet & Wild (Mazooma)
sc_wdw // Who Dares Wins (Bellfruit)
sc_leg // Who Wants To Be A Legionnaire (Bellfruit)
-sc_legcb // Who Wants To Be A Legionnaire Club (Bellfruit)
+sc_legcb // Who Wants To Be A Legionnaire Club (Bellfruit)
sc_wldbn // Wild Bunch (Bellfruit)
sc_wldjk // Wild Jackpots (Mazooma)
sc_wthng // Wild Thing (Bellfruit)
@@ -12102,7 +12103,7 @@ sc_bpfpb // Bullseye Pounds For Points (Bellfruit)
sc_bpfpm // Bullseye Pounds For Points (Mazooma)
sc_btiab // Bullseye Three In A Bed (Bellfruit)
sc_btrip // Bullseye Triple (Bellfruit)
-sc_btc // Bullseye Triple Club (Bellfruit)
+sc_btc // Bullseye Triple Club (Bellfruit)
sc_bpb // Bully's Prize Board (Bellfruit)
sc_bsp // Bully's Star Prize (Bellfruit)
sc_bunny // Bunny Money (Mazooma)
@@ -12115,7 +12116,7 @@ sc_chain // Chain Reaction (Bellfruit)
sc_chopc // Chop 'n' Change (Mazooma)
sc_cbar7 // Classic Bar 7 (Mazooma)
sc_clown // Clown Around (Bellfruit)
-sc_clbtm // Club Temptation (Bellfruit)
+sc_clbtm // Club Temptation (Bellfruit)
sc_clu70 // Cluedo 70 (Qps)
sc_clcas // Cluedo Casino (Mazooma)
sc_clnot // Cluedo Notorious (Bellfruit)
@@ -12125,7 +12126,7 @@ sc_newcm // Colour Of Money New, The (Bellfruit)
sc_copsr // Cops 'n' Robbers (Bellfruit)
sc_crcpt // Cops 'n' Robbers Community Party (Bellfruit)
sc_crotr // Cops 'n' Robbers On The Run (Bellfruit)
-sc_crsgc // Cops 'n' Robbers Smash 'n' Grab (Bellfruit)
+sc_crsgc // Cops 'n' Robbers Smash 'n' Grab (Bellfruit)
sc_crsgr // Cops 'n' Robbers Smash 'n' Grab (Bellfruit)
sc_corst // Coronation Street (Bellfruit)
sc_cfnc // Crazy Fruit & Nutcase (Bellfruit)
@@ -12135,7 +12136,7 @@ sc_cknig // Crazy Knights (Bellfruit)
sc_cmons // Crazy Money (Bellfruit)
sc_cpays // Crazy Pays (Bellfruit)
sc_dndbo // Deal Or No Deal Banker's Bonus (Bellfruit)
-sc_dndbl // Deal Or No Deal Beat The Banker (Bellfruit)
+sc_dndbl // Deal Or No Deal Beat The Banker (Bellfruit)
sc_dndbe // Deal Or No Deal Beat The Banker (Bellfruit)
sc_dndbq // Deal Or No Deal Beat The Banker (Qps)
sc_dndbc // Deal Or No Deal Box Clever (Bellfruit)
@@ -12167,7 +12168,7 @@ sc_eyes // Eyes Down (Mazooma)
sc_fgbh // Family Guy Booze Hound (Bellfruit)
sc_fggp // Family Guy Griffin Plumbing (Bellfruit)
sc_fast // Fast Cash (Qps)
-sc_fnclb // Fight Night Club (Bellfruit)
+sc_fnclb // Fight Night Club (Bellfruit)
sc_fdice // Fire 'n' Dice (Bellfruit)
sc_fires // Firestarter (Bellfruit)
sc_ftcas // Flash The Cash (Mazooma)
@@ -12178,10 +12179,10 @@ sc_gldmn // Gold Mine (Bellfruit)
sc_gldgo // Golden Goals (Bellfruit)
sc_gldsp // Golden Spinner (Mazooma)
sc_gldwn // Golden Winner (Mazooma)
-sc_gcclb // Grand Casino Club (Bellfruit)
+sc_gcclb // Grand Casino Club (Bellfruit)
sc_gmclb // Grand Master Cash (Bellfruit)
sc_hir // Hi Roller (Bellfruit)
-sc_hircl // Hi Roller Club (Bellfruit)
+sc_hircl // Hi Roller Club (Bellfruit)
sc_hirol // High Roller (Mazooma)
sc_hulk // Hulk, The (Bellfruit)
sc_iab // It's A Bullseye (Mazooma)
@@ -12192,36 +12193,36 @@ sc_monky // Monkey Business (Mazooma)
sc_mobob // Monopoly Boom Or Bust (Bellfruit)
sc_mogta // Monopoly Go To Auction (Bellfruit)
sc_momil // Monopoly Millionaire (Bellfruit)
-sc_mombc // Monopoly Money Bags Club (Mazooma)
+sc_mombc // Monopoly Money Bags Club (Mazooma)
sc_moms // Monopoly Money Spinner (Qps)
sc_mopl // Monopoly Property Ladder (Bellfruit)
-sc_mor2r // Monopoly Road To Riches (Qps)
+sc_mor2r // Monopoly Road To Riches (Qps)
sc_mowow // Monopoly Wheel Of Wealth (Mazooma)
sc_monwa // Monopoly Win Again (Qps)
-sc_cmcob // Monte Carlo Or Bust Club (Qps)
+sc_cmcob // Monte Carlo Or Bust Club (Qps)
sc_mcob // Monte Carlo Or Bust (Qps)
sc_nunsb // Nuns 'n' Roses (Bellfruit)
sc_nunsm // Nuns 'n' Roses (Mazooma)
sc_onup // On The Up (Mazooma)
sc_rainb // Over The Rainbow (Bellfruit)
sc_parot // Parrots Of The Caribbean (Bellfruit)
-sc_phgcl // Pharaoh's Gold Club (Bellfruit)
+sc_phgcl // Pharaoh's Gold Club (Bellfruit)
sc_pilep // Pile On The Pounds (Qps)
sc_ppbtb // Pink Panther Break The Bank (Mazooma)
sc_pking // Poker King (Bellfruit)
sc_potsm // Pots Of Luck (Mazooma)
-sc_cpen1 // Public Enemy No1 Club (Bellfruit)
+sc_cpen1 // Public Enemy No1 Club (Bellfruit)
sc_qual // Quality Streak (Bellfruit)
sc_rsnw // Random Spin 'n' Win (Mazooma)
sc_rspin // Random Spinner (Bellfruit)
-sc_rsclb // Random Spinner Club (Bellfruit)
-sc_rwclb // Random Winner Club (Bellfruit)
+sc_rsclb // Random Spinner Club (Bellfruit)
+sc_rwclb // Random Winner Club (Bellfruit)
sc_rapid // Rapid Pay (Bellfruit)
sc_rcash // Reel Cash (Mazooma)
sc_rroul // Reel Roulette (Mazooma)
sc_rssh // Reel Spin Shady (Mazooma)
sc_rh // Road Hog (Bellfruit)
-sc_rhclb // Road Hog Club (Bellfruit)
+sc_rhclb // Road Hog Club (Bellfruit)
sc_rsrm // Ronnie O'Sullivan's Rocket Money (Bellfruit)
sc_rsrr // Ronnie O'Sullivan's Rocket Ronnie (Bellfruit)
sc_sharp // Sharp Shooter (Bellfruit)
@@ -12231,7 +12232,7 @@ sc_witwi // Spin It To Win It (Bellfuit)
sc_spnrn // Spinning Around (Mazooma)
sc_srace // Streak Racer (Bellfruit)
sc_sleut // Super Sleuth (Mazooma)
-sc_tornc // Tornado Club (Bellfruit)
+sc_tornc // Tornado Club (Bellfruit)
sc_tsmp // Trick Shot Multi Player (Bellfruit)
sc_pompa // Up Pompay (Bellfruit)
sc_vamp // Vampire Payer (Qps)
@@ -12275,7 +12276,7 @@ mmm_ldip // Lucky Dip
m1albsq // Albert Square (Maygay)
m1alley // Alley Cat (Maygay)
m1apollo // Apollo 9 (Maygay)
-m1bankbs // Bank Buster Club (Maygay)
+m1bankbs // Bank Buster Club (Maygay)
m1bankrl // Bank Roll (Maygay)
m1bargn // Bargain (Maygay)
m1bigdel // Big Deal (Maygay)
@@ -12283,33 +12284,33 @@ m1blkhol // Black Hole (Maygay)
m1bluemx // Blue Max (Maygay)
m1bondi // Bondi Beach (Maygay)
m1bounty // Bounty Hunter (Maygay)
-m1bountc // Bounty Hunter Club (Maygay)
+m1bountc // Bounty Hunter Club (Maygay)
m1cik // Cash Is King (Maygay)
-m1casclb // Casino Club (Maygay)
-m1casgcl // Casino Gambler Club (Maygay)
-m1casroy // Casino Royale Club (Maygay)
+m1casclb // Casino Club (Maygay)
+m1casgcl // Casino Gambler Club (Maygay)
+m1casroy // Casino Royale Club (Maygay)
m1chain // Chain Reaction (Maygay)
-m1clbfvr // Club Fever (Maygay)
+m1clbfvr // Club Fever (Maygay)
m1cluedo // Cluedo (Maygay)
-m1cluecb // Cluedo Club (Maygay)
+m1cluecb // Cluedo Club (Maygay)
m1cluesh // Cluedo Showcase (Maygay)
m1cluess // Cluedo Super Sleuth (Maygay)
-m1coderd // Code Red Club (Maygay)
+m1coderd // Code Red Club (Maygay)
m1coro // Coronation Street (Maygay)
m1cororr // Coronation Street - Rovers Return (Maygay)
-m1corocb // Coronation Street Club (Maygay)
+m1corocb // Coronation Street Club (Maygay)
m1corosh // Coronation Street Showcase (Maygay)
m1criss // Criss Cross Club (Maygay)
m1dxmono // Deluxe Monopoly (Maygay)
m1dmnhrt // Diamond Hearts (Maygay)
-m1dm4ev // Diamonds Are Forever Club (Maygay)
+m1dm4ev // Diamonds Are Forever Club (Maygay)
m1dkong // Donkey Kong (Maygay)
m1ee // Eastenders (Bwb)
m1eea //
m1eeb //
m1eeqv // Eastenders - Queen Vic (Maygay - Whitbread)
m1eeqva //
-m1expclb // Explorer Club (Maygay)
+m1expclb // Explorer Club (Maygay)
m1fantfb // Fantasy Football (Maygay)
m1fight // Fight Night (Maygay)
m1fivest // Five Star (Maygay)
@@ -12319,13 +12320,13 @@ m1glada // Gladiators Arcade (Maygay)
m1gladsh // Gladiators Showcase (Maygay)
m1goldsv // Gold & Silver (Maygay)
m1gold10 // Golden 10 (Maygay)
-m1goldng // Golden Nugget Club (Maygay)
+m1goldng // Golden Nugget Club (Maygay)
m1gresc // Great Escape, The (Maygay)
m1guvnor // The Guvnor (Maygay)
-m1htclb // Hi Tension Club (Maygay)
+m1htclb // Hi Tension Club (Maygay)
m1hotpot // Hot Pots (Maygay)
m1infern // Inferno (Maygay)
-m1imclb // Instant Millionaire Club (Maygay)
+m1imclb // Instant Millionaire Club (Maygay)
m1inwin // Instant Win (Maygay)
m1itsko // It's A Knockout (Maygay)
m1itjob // Italian Job (Maygay)
@@ -12333,17 +12334,17 @@ m1jpmult // Jackpot Multiplier (Maygay)
m1jbond // James Bond (Maygay)
m1jdwins // Jim Davison's Winning Streak (Maygay)
m1liveam // Living In America (Maygay)
-m1lotmil // Lottery Millionaire Club (Maygay)
+m1lotmil // Lottery Millionaire Club (Maygay)
m1luckno // Lucky Numbers (Maygay)
m1magic // Magic Squares (Maygay)
m1manhat // Manhattan Skylines (Maygay)
-m1bignit // Mike Reid's Big Night Out (Maygay)
-m1mongam // Money Game Club (Maygay)
+m1bignit // Mike Reid's Big Night Out (Maygay)
+m1mongam // Money Game Club (Maygay)
m1monmon // Money Money Money (Maygay)
m1monod // Monopoly (Maygay) [Dutch]
m1mono // Monopoly (Maygay)
m1moncls // Monopoly Classic (Maygay)
-m1monclb // Monopoly Club (Maygay)
+m1monclb // Monopoly Club (Maygay)
m1monstr // Monster Cash (Maygay)
m1nhp // Noel's House Party (Maygay)
m1nudbnk // Nudge Banker (Maygay)
@@ -12354,7 +12355,7 @@ m1ott // Over The Top (Maygay)
m1piggy // Piggy Bank (Maygay)
m1ppd // Pink Panther (Maygay) [Dutch]
m1pp // Pink Panther (Maygay)
-m1ppc // Pink Panther Club (Maygay)
+m1ppc // Pink Panther Club (Maygay)
m1przclu // Prize Cluedo (Maygay)
m1przee // Prize Eastenders (Maygay)
m1reeldm // Reel Diamonds (Maygay)
@@ -12373,10 +12374,10 @@ m1tstunt // Test Unit (Maygay)
m1thatlf // That's Life (Maygay)
m1topten // Top Tenner (Maygay)
m1tp // Trivial Pursuit (Maygay)
-m1tpclb // Trivial Pursuit Club (Maygay)
+m1tpclb // Trivial Pursuit Club (Maygay)
m1ultchl // Ultimate Challenge (Maygay)
m1undsie // Under Siege (Maygay)
-m1vegas // Vegas Gambler Club (Maygay)
+m1vegas // Vegas Gambler Club (Maygay)
m1wagon // Wagon Trail (Maygay)
m1wotw // War Of The Worlds (Maygay)
m1wldzne // Wild Zone (Maygay)
@@ -12398,13 +12399,13 @@ m1trtr // Trick Or Treat (Global)
m1trtrcl // Trick Or Treat Club (Global)
m1vegcrw // Vegetable Crew (Global)
-m1calyps // Calypso (Maygay)
-m1cashln // Cash Lines (Maygay)
-m1races // A Day At The Races (Maygay)
-m1digdel // Diggers Delight (Global)
-m1startr // Star Trekking (Mdm)
-m1ttcash // Tick Tock Cash (Empire)
-m1topstr // Top Strike (Maygay - Bwb)
+m1calyps // Calypso (Maygay)
+m1cashln // Cash Lines (Maygay)
+m1races // A Day At The Races (Maygay)
+m1digdel // Diggers Delight (Global)
+m1startr // Star Trekking (Mdm)
+m1ttcash // Tick Tock Cash (Empire)
+m1topstr // Top Strike (Maygay - Bwb)
m1sirich // Strike It Rich
m1gskill // Greek Skill
@@ -13445,7 +13446,7 @@ m4front // Final Frontier (Mdm)
m4pick // Pick A Fruit (Jpm)
m4safar // Safari Club (Mdm)
m4zill // Zillionare's Challenge (Pure Leisure)
-m4snowbl //
+m4snowbl //
m4hstr // Happy Streak (Coinworld)
m4hstrcs // Casino Happy Streak (Coinworld)
m4ddb // Ding Dong Bells (Coinworld)
@@ -13514,7 +13515,7 @@ v4opt3d //
v4vgpok // Vegas Poker (prototype release 2)
v4psi // Prize Space Invaders
-v4psia //
+v4psia //
v4psib //
v4blox // Blox
v4bloxd //
@@ -14147,13 +14148,13 @@ as_jolly // Jolly Roger
as_jmpj // Jumping Jackpots
as_jmpja //
as_jjive // Jungle Jive
-as_jjivea //
-as_jjiveb //
-as_jjivec //
-as_jjived //
-as_jjivee //
-as_jjivef //
-as_jjiveg //
+as_jjivea //
+as_jjiveb //
+as_jjivec //
+as_jjived //
+as_jjivee //
+as_jjivef //
+as_jjiveg //
as_kingc // King Cash
as_kingca //
as_koc // King Of Clubs
@@ -14261,7 +14262,7 @@ ec_laby // Labyrinth
ec_mag7s // Magic 7s
ec_magbr // Magic Bars
ec_oxocg // Oxo Classic Gold
-ec_oxocl // Oxo Club
+ec_oxocl // Oxo Club
ec_oxogb // Oxo Golden Bars
ec_oxorl // Oxo Reels
ec_oxorv // Oxo Revolution
diff --git a/src/mame/video/stvvdp1.c b/src/mame/video/stvvdp1.c
index 80f2148f78b..4f574f33c0e 100644
--- a/src/mame/video/stvvdp1.c
+++ b/src/mame/video/stvvdp1.c
@@ -1945,7 +1945,7 @@ static void stv_vdp1_process_list(running_machine &machine)
if ( stv2_current_sprite.CMDPMOD & 0x0400 )
{
//if(stv2_current_sprite.CMDPMOD & 0x0200) /* TODO: Bio Hazard inventory screen uses outside cliprect */
- // cliprect = &state->m_vdp1.system_cliprect;
+ // cliprect = &state->m_vdp1.system_cliprect;
//else
cliprect = &state->m_vdp1.user_cliprect;
}
diff --git a/src/mame/video/stvvdp2.c b/src/mame/video/stvvdp2.c
index b74ee0d8cdb..5516d089923 100644
--- a/src/mame/video/stvvdp2.c
+++ b/src/mame/video/stvvdp2.c
@@ -4285,7 +4285,7 @@ static void stv_vdp2_check_tilemap(running_machine &machine, bitmap_t *bitmap, c
at the very list throw up a few errors if the tilemaps want to do something we don't support yet */
saturn_state *state = machine.driver_data<saturn_state>();
-// int window_applied = 0;
+// int window_applied = 0;
rectangle mycliprect;
mycliprect.min_x = cliprect->min_x;
mycliprect.max_x = cliprect->max_x;
@@ -4300,14 +4300,14 @@ static void stv_vdp2_check_tilemap(running_machine &machine, bitmap_t *bitmap, c
return;
}
-// window_applied =
+// window_applied =
stv_vdp2_apply_window_on_layer(machine,&mycliprect);
if (stv2_current_tilemap.bitmap_enable) // this layer is a bitmap
{
/*elandore doesn't like current cliprect code,will be worked on...*/
//if ( window_applied && stv2_current_tilemap.colour_depth != 4)
- // stv2_current_tilemap.window_control = 0;
+ // stv2_current_tilemap.window_control = 0;
stv_vdp2_draw_basic_bitmap(machine, bitmap, &mycliprect);
}
@@ -4330,7 +4330,7 @@ static void stv_vdp2_check_tilemap(running_machine &machine, bitmap_t *bitmap, c
/* Pukunpa */
//if(STV_VDP2_SPWINEN)
- // popmessage("Sprite Window enabled");
+ // popmessage("Sprite Window enabled");
/* Capcom Collection Dai 2 - Choh Makaimura (Duh!) */
if(STV_VDP2_MZCTL & 0x1f && 0)
@@ -4355,7 +4355,7 @@ static void stv_vdp2_check_tilemap(running_machine &machine, bitmap_t *bitmap, c
/* Cleopatra Fortune Transparent Shadow */
/* Pretty Fighter X Back & Transparent Shadow*/
//if(STV_VDP2_SDCTL & 0x0120)
- // popmessage("%s shadow select bit enabled, contact MAMEdev",STV_VDP2_SDCTL & 0x100 ? "Transparent" : "Back");
+ // popmessage("%s shadow select bit enabled, contact MAMEdev",STV_VDP2_SDCTL & 0x100 ? "Transparent" : "Back");
/* Langrisser III bit 3 normal, bit 1 during battle field */
/* Metal Slug bit 0 during gameplay */
@@ -4380,7 +4380,7 @@ static void stv_vdp2_check_tilemap(running_machine &machine, bitmap_t *bitmap, c
/* Shining Force III, After Burner 2 (doesn't make a proper use tho?) */
/* Layer Section */
//if(STV_VDP2_W0LWE || STV_VDP2_W1LWE)
- // popmessage("Line Window %s %08x enabled, contact MAMEdev",STV_VDP2_W0LWE ? "0" : "1",STV_VDP2_W0LWTA);
+ // popmessage("Line Window %s %08x enabled, contact MAMEdev",STV_VDP2_W0LWE ? "0" : "1",STV_VDP2_W0LWTA);
/* Akumajou Dracula, bits 2-4 */
/* Arcana Strikes bit 5 */
@@ -5491,7 +5491,7 @@ static void stv_vdp2_draw_back(running_machine &machine, bitmap_t *bitmap, const
interlace = (STV_VDP2_LSMD == 3)+1;
-// popmessage("Back screen %08x %08x %08x",STV_VDP2_BDCLMD,STV_VDP2_BKCLMD,STV_VDP2_BKTA);
+// popmessage("Back screen %08x %08x %08x",STV_VDP2_BDCLMD,STV_VDP2_BKCLMD,STV_VDP2_BKTA);
/* draw black if BDCLMD and DISP are cleared */
if(!(STV_VDP2_BDCLMD) && !(STV_VDP2_DISP))
@@ -5654,7 +5654,7 @@ READ16_HANDLER ( saturn_vdp2_regs_r )
default:
//if(!space->debugger_access())
- // printf("VDP2: read from register %08x %08x\n",offset*4,mem_mask);
+ // printf("VDP2: read from register %08x %08x\n",offset*4,mem_mask);
break;
}
@@ -7015,20 +7015,20 @@ static void stv_dump_ram()
#if NEW_VIDEO_CODE
/*
- Rewrite of VDP2 video code (VDP1 will follow up after this).
+ Rewrite of VDP2 video code (VDP1 will follow up after this).
- Keyword there is use CUSTOM CODE for everything!
+ Keyword there is use CUSTOM CODE for everything!
- we do a two-pass buffer copy so we can safely do post-processing stuff at some point.
+ we do a two-pass buffer copy so we can safely do post-processing stuff at some point.
*/
/*
- [0] NBG0
- [1] NBG1
- [2] NBG2
- [3] NBG3
- [4] RBG0
- [5] BACK
+ [0] NBG0
+ [1] NBG1
+ [2] NBG2
+ [3] NBG3
+ [4] RBG0
+ [5] BACK
*/
#define XB_SIZE 1024
@@ -7070,7 +7070,7 @@ static void saturn_vdp2_assign_variables(running_machine &machine,UINT32 offset,
m_vdp2_state[3].color_offset_en = STV_VDP2_N3COEN;
m_vdp2_state[4].color_offset_en = STV_VDP2_R0COEN;
m_vdp2_state[5].color_offset_en = STV_VDP2_BKCOEN;
-// STV_VDP2_SPCOEN
+// STV_VDP2_SPCOEN
break;
case 0x112/2:
m_vdp2_state[0].color_offset_sel = STV_VDP2_N0COSL;
@@ -7079,7 +7079,7 @@ static void saturn_vdp2_assign_variables(running_machine &machine,UINT32 offset,
m_vdp2_state[3].color_offset_sel = STV_VDP2_N3COSL;
m_vdp2_state[4].color_offset_sel = STV_VDP2_R0COSL;
m_vdp2_state[5].color_offset_sel = STV_VDP2_BKCOSL;
-// STV_VDP2_SPCOEN
+// STV_VDP2_SPCOEN
break;
}
}
@@ -7121,7 +7121,7 @@ static void vdp2_draw_back(running_machine &machine, bitmap_t *bitmap, const rec
r <<= 3;
//if(STV_VDP2_BKCOEN)
- // stv_vdp2_compute_color_offset_RGB555( machine, &r, &g, &b, STV_VDP2_BKCOSL );
+ // stv_vdp2_compute_color_offset_RGB555( machine, &r, &g, &b, STV_VDP2_BKCOSL );
/* TODO: this needs post-processing too! */
*BITMAP_ADDR32(bitmap, y,x) = b | g << 8 | r << 16;
@@ -7194,7 +7194,7 @@ static void get_vdp2_pixel(running_machine &machine, UINT8 layer_name, UINT16 ti
(vram[((vram_offset)*2+1) & vram_mask]);
*tp= ((pix & 0x8000) >> 15);
-// *cc= *tp;
+// *cc= *tp;
*b = ((pix & 0x7c00) >> 10);
*g = ((pix & 0x03e0) >> 5);
*r = ((pix & 0x001f) >> 0);
@@ -7213,8 +7213,8 @@ static void get_vdp2_pixel(running_machine &machine, UINT8 layer_name, UINT16 ti
(vram[((vram_offset)*4+2) & vram_mask]<<8)|
(vram[((vram_offset)*4+3) & vram_mask]);
- *tp= ((pix & 0x80000000) >> 31);
-// *cc= *tp;
+ *tp= ((pix & 0x80000000) >> 31);
+// *cc= *tp;
*b = ((pix & 0x00ff0000) >> 16);
*g = ((pix & 0x0000ff00) >> 8);
*r = ((pix & 0x000000ff) >> 0);
@@ -7223,7 +7223,7 @@ static void get_vdp2_pixel(running_machine &machine, UINT8 layer_name, UINT16 ti
popmessage("Setting invalid for NBG%d!",layer_name);
*tp = *b = *g = *r = 0;
break;
- }
+ }
}
/* copy the vram data into the vram buffer */
@@ -7333,7 +7333,7 @@ static void vdp2_palette_entry(running_machine &machine, int *r, int *g, int *b,
{
UINT16 datax = (state->m_vdp2_cram[offset/2] >> (((offset & 1) ^ 1)*16)) & 0xffff;
-// *cc= ((datax & 0x8000) >> 15);
+// *cc= ((datax & 0x8000) >> 15);
*b = ((datax & 0x7c00) >> 10);
*g = ((datax & 0x03e0) >> 5);
*r = ((datax & 0x001f) >> 0);
@@ -7345,7 +7345,7 @@ static void vdp2_palette_entry(running_machine &machine, int *r, int *g, int *b,
case 2: // RGB8: 1024 color pens
case 3: // (mode 3 is reserved but seems to be identical to above)
{
-// *cc= ((state->m_vdp2_cram[offset] & 0x80000000) >> 31);
+// *cc= ((state->m_vdp2_cram[offset] & 0x80000000) >> 31);
*b = ((state->m_vdp2_cram[offset] & 0x00ff0000) >> 16);
*g = ((state->m_vdp2_cram[offset] & 0x0000ff00) >> 8);
*r = ((state->m_vdp2_cram[offset] & 0x000000ff) >> 0);
diff --git a/src/mame/video/taitoair.c b/src/mame/video/taitoair.c
index e8d286201a8..772c83b41cf 100644
--- a/src/mame/video/taitoair.c
+++ b/src/mame/video/taitoair.c
@@ -343,8 +343,8 @@ static void fill_poly( bitmap_t *bitmap, const rectangle *cliprect, const struct
}
/*
- TODO: still don't know how this works. It calls three values (0x1fff-0x5fff-0xdfff), for two or three offsets.
- In theory this should fit into framebuffer draw, display, clear and swap in some way.
+ TODO: still don't know how this works. It calls three values (0x1fff-0x5fff-0xdfff), for two or three offsets.
+ In theory this should fit into framebuffer draw, display, clear and swap in some way.
*/
WRITE16_HANDLER( dsp_flags_w )
{
@@ -354,7 +354,7 @@ WRITE16_HANDLER( dsp_flags_w )
if(data == 0x1fff)
state->m_cur_fb = 0;
//else if(data == 0xdfff)
- // state->m_cur_fb = 1;
+ // state->m_cur_fb = 1;
cliprect.min_x = 0;
cliprect.min_y = 3*16;
@@ -363,14 +363,14 @@ WRITE16_HANDLER( dsp_flags_w )
{
//if(offset == 0)
- // bitmap_fill(state->m_framebuffer[state->m_cur_fb], &cliprect, 0);
+ // bitmap_fill(state->m_framebuffer[state->m_cur_fb], &cliprect, 0);
//if(offset == 1)
{
if (state->m_line_ram[0x3fff])
{
int adr = 0x3fff;
-// struct taitoair_poly q;
+// struct taitoair_poly q;
while (adr >= 0 && state->m_line_ram[adr] && state->m_line_ram[adr] != 0x4000)
{
@@ -423,11 +423,11 @@ SCREEN_UPDATE( taitoair )
int x,y;
/*
- [0x980000-3] dword for Y 0
- [0x980004-7] dword for rotation param 0
- [0x980008-b] dword for Y 1
- [0x98000c-f] dword for rotation param 1
- */
+ [0x980000-3] dword for Y 0
+ [0x980004-7] dword for rotation param 0
+ [0x980008-b] dword for Y 1
+ [0x98000c-f] dword for rotation param 1
+ */
for(y=cliprect->min_y;y<cliprect->max_y/2;y++)
{
diff --git a/src/mame/video/taitojc.c b/src/mame/video/taitojc.c
index 3fe20aea059..b63f4fbdefa 100644
--- a/src/mame/video/taitojc.c
+++ b/src/mame/video/taitojc.c
@@ -81,19 +81,19 @@ WRITE32_HANDLER(taitojc_char_w)
// 0x01: -------- -------- -xxxxxxx xxxxxxxx VRAM data address
/*
- Object RAM is grouped in three different banks (0-0x400 / 0x400-0x800 / 0x800-0xc00),
- Initial 6 dwords aren't surely for object stuff (setting global object flags?)
- 0xd00-0xdff seems to be a per-bank vregister. Usage of this is mostly unknown, the only
- clue we have so far is this config change in dendego:
- 0x2000db3f 0x3f3f3f3f 0xfec00090 0x403f00ff 0xd20-0xd2f on Taito logo
- 0x2000db3f 0x3f3f3f3f 0xff600090 0x207f00ff 0xd20-0xd2f on intro FMV
+ Object RAM is grouped in three different banks (0-0x400 / 0x400-0x800 / 0x800-0xc00),
+ Initial 6 dwords aren't surely for object stuff (setting global object flags?)
+ 0xd00-0xdff seems to be a per-bank vregister. Usage of this is mostly unknown, the only
+ clue we have so far is this config change in dendego:
+ 0x2000db3f 0x3f3f3f3f 0xfec00090 0x403f00ff 0xd20-0xd2f on Taito logo
+ 0x2000db3f 0x3f3f3f3f 0xff600090 0x207f00ff 0xd20-0xd2f on intro FMV
- dword 0 bits 14-15 looks up to the object RAM for the given bank. (it's mostly fixed to 0,
- 1 and 2 for each bank). Then dwords 2 and 3 should presumably configure bank 1 to a bigger
- (doubled?) height and width and a different x/y start point.
+ dword 0 bits 14-15 looks up to the object RAM for the given bank. (it's mostly fixed to 0,
+ 1 and 2 for each bank). Then dwords 2 and 3 should presumably configure bank 1 to a bigger
+ (doubled?) height and width and a different x/y start point.
- 0xfc0-0xfff is global vregs. 0xfc6 bit 13 is used to swap between bank 0 and bank 1.
- It's unknown at current time how bank 2 should show up.
+ 0xfc0-0xfff is global vregs. 0xfc6 bit 13 is used to swap between bank 0 and bank 1.
+ It's unknown at current time how bank 2 should show up.
*/
@@ -296,11 +296,11 @@ static void draw_object_bank(running_machine &machine, bitmap_t *bitmap, const r
{
taitojc_state *state = machine.driver_data<taitojc_state>();
UINT16 start_offs;
-// UINT8 double_xy;
+// UINT8 double_xy;
int i;
start_offs = ((bank_type+1)*0x400)/4;
-// double_xy = (state->m_objlist[(0xd1c+bank_type*0x10)/4] & 0x20000000) >> 29;
+// double_xy = (state->m_objlist[(0xd1c+bank_type*0x10)/4] & 0x20000000) >> 29;
/* probably a core bug in there (otherwise objects sticks on screen in Densha de Go) */
if(bank_type == 1 && (!(state->m_objlist[0xfc4/4] & 0x2000)))
@@ -407,7 +407,7 @@ static void render_solid_scan(void *dest, INT32 scanline, const poly_extent *ext
// avoid crash in dendego2
//if (!extra->zbuffer)
//{
- // return;
+ // return;
//}
zb = BITMAP_ADDR16(extra->zbuffer, scanline, 0);
@@ -441,7 +441,7 @@ static void render_shade_scan(void *dest, INT32 scanline, const poly_extent *ext
// avoid crash in landgear/dangcurv
//if (!extra->zbuffer)
//{
- // return;
+ // return;
//}
zb = BITMAP_ADDR16(extra->zbuffer, scanline, 0);
diff --git a/src/version.c b/src/version.c
index 057dd84cd7d..d98e20ccedf 100644
--- a/src/version.c
+++ b/src/version.c
@@ -38,4 +38,4 @@
***************************************************************************/
extern const char build_version[];
-const char build_version[] = "0.143u3 ("__DATE__")";
+const char build_version[] = "0.143u4 ("__DATE__")";