Skip to content

Commit

Permalink
Files for 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbbert committed May 18, 2024
1 parent 996ca65 commit b68035b
Show file tree
Hide file tree
Showing 210 changed files with 4,064 additions and 3,789 deletions.
4 changes: 2 additions & 2 deletions docs/release/build/make64.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
@rem set MINGW64=C:\Mingw\10-1-0\mingw64
set MINGW64=C:\Mingw\11-2-0\mingw64
@rem set MINGW64=C:\Mingw\11-2-0\mingw64
set MINGW64=C:\Mingw\13-2\mingw64
set minpath=%MINGW64%\bin
set oldpath=%Path%
set Path=%minpath%;%oldpath%
Expand Down
2 changes: 1 addition & 1 deletion docs/release/docs/hbnew.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
What's new in HBMAME
====================

2024-05-xx 0.245.19
2024-05-18 0.245.19


- New compiler version: GCC 13.2
Expand Down
4 changes: 2 additions & 2 deletions docs/release/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ endif

ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
@echo '#define BARE_BUILD_VERSION "0.245.18"' > $@
@echo '#define BARE_BUILD_VERSION "0.245.19"' > $@
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char bare_vcs_revision[];' >> $@
Expand All @@ -1556,7 +1556,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
else
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
@echo #define BARE_BUILD_VERSION "0.245.18" > $@
@echo #define BARE_BUILD_VERSION "0.245.19" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@
Expand Down
1 change: 1 addition & 0 deletions docs/release/scripts/genie.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,7 @@ end
buildoptions {
"-Wno-error=maybe-uninitialized",
"-Wno-error=uninitialized", -- netlist
"-Wno-error=dangling-pointer", -- lzma -- HBMAME
}
end
end
Expand Down
2 changes: 1 addition & 1 deletion docs/release/scripts/target/hbmame/hbmame.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- license:BSD-3-Clause
-- license:GPL_2.0
-- copyright-holders:Robbbert
---------------------------------------------------------------------------
--
Expand Down
2 changes: 1 addition & 1 deletion docs/release/scripts/target/mame/arcade.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- license:BSD-3-Clause
-- license:GPL_2.0
-- copyright-holders:MAMEdev Team

---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/1942.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/1942.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/1943.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/1943.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/aerofgt.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/aerofgt.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/arkanoid.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/arkanoid.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/asteroid.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/asteroid.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/astrocde.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/astrocde.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/astrof.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/astrof.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/asuka.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/asuka.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/atarisy1.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/atarisy1.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/bagman.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/bagman.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/blktiger.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/blktiger.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/bloodbro.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/bloodbro.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/bombjack.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/bombjack.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/btime.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/btime.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/bublbobl.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/bublbobl.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/bwidow.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/bwidow.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/cabal.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/cabal.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/cave.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/cave.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/cball.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/cball.cpp"
/***************************************************************************
Expand Down
35 changes: 34 additions & 1 deletion docs/release/src/hbmame/drivers/cclimber.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/cclimber.cpp"

Expand Down Expand Up @@ -31,6 +31,7 @@ ROM_START( cclimbrm )
ROM_LOAD( "cc12", 0x1000, 0x1000, CRC(5da13aaa) SHA1(b2d41e69435d09c456648a10e33f5e1fbb0bc64c) )
ROM_END


// Crazy Kong
ROM_START( ckong01 )
ROM_REGION( 0x10000, "maincpu", 0 )
Expand Down Expand Up @@ -61,6 +62,7 @@ ROM_START( ckong01 )
ROM_LOAD( "falcon12", 0x1000, 0x1000, CRC(9003ffbd) SHA1(fd016056aabc23957643f37230f03842294f795e) )
ROM_END


// Crazy Kong Part II
ROM_START( ckongpt2s01 )
ROM_REGION( 0x6000, "maincpu", 0 )
Expand Down Expand Up @@ -92,6 +94,36 @@ ROM_START( ckongpt2s01 )
ROM_END


ROM_START( ckongpt2s02 ) // Sock Master hack of ckongpt2a
ROM_REGION( 0x6000, "maincpu", 0 )
ROM_LOAD( "7s02.5d", 0x0000, 0x1000, CRC(d75ef02a) SHA1(37c71cd00dfda1339a467a59866301f397a1782f) )
ROM_LOAD( "8s02.5e", 0x1000, 0x1000, CRC(345c84d1) SHA1(d154b68fae9f797b4fb093daed0daaed7fb79ebf) )
ROM_LOAD( "9s02.5h", 0x2000, 0x1000, CRC(de8c097d) SHA1(72abdc16583d37c013b8438524d45d905ef2c271) )
ROM_LOAD( "10s02.dat", 0x3000, 0x1000, CRC(e75efd30) SHA1(6c11c50da307861aaed83ea885616be08d4a7ebd) )
ROM_LOAD( "11s02.5l", 0x4000, 0x1000, CRC(31609813) SHA1(19d7f75f2de2a3632a47b45e733495d476090467) )
ROM_LOAD( "12s02.5n", 0x5000, 0x1000, CRC(75cb6387) SHA1(6701b3eee6fc44852d1b36ca52e214811171009b) )

ROM_REGION( 0x4000, "gfx1", 0 )
ROM_LOAD( "6.11n", 0x0000, 0x1000, CRC(2dcedd12) SHA1(dfdcfc21bcba7c8e148ee54daae511ca78c58e70) )
ROM_LOAD( "5.11l", 0x1000, 0x1000, CRC(fa7cbd91) SHA1(0208d2ebc59f3600005476b6987472685bc99d67) )
ROM_LOAD( "4.11k", 0x2000, 0x1000, CRC(3375b3bd) SHA1(a00b3c31cff123aab6ac0833aabfdd663302971a) )
ROM_LOAD( "3.11h", 0x3000, 0x1000, CRC(5655cc11) SHA1(5195e9b2a60c54280b48b32ee8248090904dbc51) )

ROM_REGION( 0x1000, "gfx2", 0 )
ROM_LOAD( "2.11c", 0x0000, 0x0800, CRC(d1352c31) SHA1(da726a63a8be830d695afeddc1717749af8c9d47) )
ROM_LOAD( "1.11a", 0x0800, 0x0800, CRC(a7a2fdbd) SHA1(529865f8bbfbdbbf34ac39c70ef17e6d5bd0f845) )

ROM_REGION( 0x0060, "proms", 0 )
ROM_LOAD( "prom.v6", 0x0000, 0x0020, CRC(b3fc1505) SHA1(5b94adde0428a26b815c7eb9b3f3716470d349c7) )
ROM_LOAD( "prom.u6", 0x0020, 0x0020, CRC(26aada9e) SHA1(f59645e606ea4f0dd0fc4ea47dd03f526c534941) )
ROM_LOAD( "prom.t6", 0x0040, 0x0020, CRC(676b3166) SHA1(29b9434cd34d43ea5664e436e2a24b54f8d88aac) )

ROM_REGION( 0x2000, "cclimber_audio:samples", 0 )
ROM_LOAD( "14.5s", 0x0000, 0x1000, CRC(5f0bcdfb) SHA1(7f79bf6de117348f606696ed7ea1937bbf926612) )
ROM_LOAD( "13.5p", 0x1000, 0x1000, CRC(9003ffbd) SHA1(fd016056aabc23957643f37230f03842294f795e) )
ROM_END


// Monkey Donkey
/* This is a gfx hack of monkeyd. Should monkeyd get correct colours, it must be applied here too. */
ROM_START( tongypac )
Expand Down Expand Up @@ -131,5 +163,6 @@ ROM_END
GAME( 1980, cclimbrm, cclimber, cclimberx, cclimber, cclimber_state, init_cclimber, ROT0, "Tim Arcadecollecting", "Crazy Climber (US - modded)", MACHINE_SUPPORTS_SAVE ) // http://www.arcadecollecting.com/crazy/cchack
GAME( 1981, ckong01, ckong, cclimber, ckong, cclimber_state, empty_init, ROT270, "Pinny", "Crazy Kong Part II (Graphic Fix)", MACHINE_SUPPORTS_SAVE )
GAME( 2023, ckongpt2s01,ckongpt2, cclimber, ckong, cclimber_state, empty_init, ROT270, "Paul Goes", "Crazy Kong Part II with DK colours and graphics", MACHINE_SUPPORTS_SAVE )
GAME( 2023, ckongpt2s02,ckongpt2, cclimber, ckong, cclimber_state, empty_init, ROT270, "John Kowalski", "Crazy Kong Part II 2023 revision", MACHINE_SUPPORTS_SAVE )
GAME( 1981, tongypac, ckong, cclimber, ckong, cclimber_state, empty_init, ROT270, "Grand Master Peter", "Tongy Paccy", MACHINE_IMPERFECT_COLORS | MACHINE_SUPPORTS_SAVE )

2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/centiped.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/centiped.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/cinemat.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
/* BBUGTEST NOTES
Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/cninja.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/cninja.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/commando.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/commando.cpp"

Expand Down
2 changes: 1 addition & 1 deletion docs/release/src/hbmame/drivers/contra.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:GPL_2.0
// copyright-holders:Robbbert
#include "../mame/drivers/contra.cpp"

Expand Down
Loading

0 comments on commit b68035b

Please sign in to comment.