Skip to content

Commit

Permalink
update for 0.162
Browse files Browse the repository at this point in the history
  • Loading branch information
mahlemiut committed May 27, 2015
1 parent 2939071 commit 54f965b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
6 changes: 2 additions & 4 deletions scripts/target/mame/wolf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ BUSES["ISA"] = true
--BUSES["KC"] = true
--BUSES["LPCI"] = true
--BUSES["MACPDS"] = true
--BUSES["MIDI"] = true
BUSES["MIDI"] = true
--BUSES["MEGADRIVE"] = true
--BUSES["MSX_SLOT"] = true
BUSES["NEOGEO"] = true
Expand All @@ -612,7 +612,7 @@ BUSES["NEOGEO"] = true
--BUSES["O2"] = true
--BUSES["ORICEXT"] = true
--BUSES["PCE"] = true
--BUSES["PC_JOY"] = true
BUSES["PC_JOY"] = true
--BUSES["PC_KBD"] = true
--BUSES["PET"] = true
--BUSES["PLUS4"] = true
Expand Down Expand Up @@ -2077,9 +2077,7 @@ files {
MAME_DIR .. "src/mame/video/neogeo.c",
MAME_DIR .. "src/mame/drivers/neogeo_noslot.c",
MAME_DIR .. "src/mame/video/neogeo_spr.c",
MAME_DIR .. "src/mame/machine/neoboot.c",
MAME_DIR .. "src/mame/machine/neocrypt.c",
MAME_DIR .. "src/mame/machine/neoprot.c",
MAME_DIR .. "src/mame/machine/ng_memcard.c",
}

Expand Down
16 changes: 8 additions & 8 deletions src/mame/wolf.lst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/******************************************************************************

wolf.lst
arcade.lst

List of all enabled drivers in the system. This file is parsed by
makelist.exe, sorted, and output as C code describing the drivers.
Expand Down Expand Up @@ -1788,13 +1788,13 @@ horizon // (c) 1985
youjyudn // (c) 1986 (Japan)

vigilant // (c) 1988 (World Rev E)
vigilanta // (c) 1988 (World Rev A)
vigilanta // (c) 1988 (World Rev A)
vigilantb // (c) 1988 (US Rev B)
vigilantc // (c) 1988 (World Rev C)
vigilantc // (c) 1988 (World Rev C)
vigilantd // (c) 1988 (Japan Rev D)
vigilantg // (c) 1988 (US Rev G)
vigilano // (c) 1988 (US)
vigilanbl // bootleg
vigilantg // (c) 1988 (US Rev G)
vigilano // (c) 1988 (US)
vigilanbl // bootleg
kikcubic // (c) 1988 (Japan)
kikcubicb // bootleg
buccanrs // (c) 1989 Duintronic
Expand Down Expand Up @@ -6348,7 +6348,7 @@ ddribble // GX690 (c) 1986
ddribblep // GX690 (c) 1986
contra // GX633 (c) 1987
contra1 // GX633 (c) 1987
contrae // GX633 (c) 1987
contrae // GX633 (c) 1987
contraj // GX633 (c) 1987 (Japan)
contraj1 // GX633 (c) 1987 (Japan)
gryzor // GX633 (c) 1987
Expand Down Expand Up @@ -10901,7 +10901,7 @@ wheelfir // (c) 199? TCH
littlerb // (c) 1993 TCH
tattack // (c) 198? Shonan
mosaicf2 // (c) 1999 F2 System
royalpk2 //
royalpk2 //
finalgdr // (c) 2001 Semicom
mrkicker // (c) 2001 Semicom
wivernwg // (c) 2001 Semicom
Expand Down
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
extern const char bare_build_version[];
extern const char build_version[];
const char bare_build_version[] = BARE_BUILD_VERSION;
const char build_version[] = BARE_BUILD_VERSION "/W 29/4/15";
const char build_version[] = BARE_BUILD_VERSION "/W 27/5/15";
4 changes: 2 additions & 2 deletions wolfmame.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
------------------------------------------------------------------------------------------------
WolfMAME 0.161 29/Apr/2015
Based on the MAME(tm)/MESS 0.161 source, modified by Barry Rodewald
WolfMAME 0.162 27/May/2015
Based on the MAME(tm) 0.162 source, modified by Barry Rodewald
------------------------------------------------------------------------------------------------


Expand Down

0 comments on commit 54f965b

Please sign in to comment.