summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2025-04-05 22:09:40 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2025-04-05 22:09:40 +1100
commit28e3b3fde092f31c2ae01b19f6a200771d2cb0b6 (patch)
tree89371968f4e1cbd8171ebfbdc83a2d3fcf6ff186
parentf43a351ca25e967ca941655cbcc07d0bb2c63308 (diff)
New splash screen [JacKc]
-rw-r--r--docs/release/docs/hbnew.txt9
-rw-r--r--makefile2
-rw-r--r--src/hbmame/drivers/neogeohb.cpp2
-rw-r--r--src/osd/winui/res/splash.bmpbin93054 -> 93056 bytes
-rw-r--r--src/osd/winui/res/splash_old.bmpbin0 -> 93054 bytes
5 files changed, 11 insertions, 2 deletions
diff --git a/docs/release/docs/hbnew.txt b/docs/release/docs/hbnew.txt
index f0bae958284..0c9cff68958 100644
--- a/docs/release/docs/hbnew.txt
+++ b/docs/release/docs/hbnew.txt
@@ -1,6 +1,15 @@
What's new in HBMAME
====================
+2025-0x-xx 0.245.25
+
+
+New Games
+---------------------------------
+
+
+
+
2025-03-27 0.245.24
diff --git a/makefile b/makefile
index 72da8900591..19af8457ad0 100644
--- a/makefile
+++ b/makefile
@@ -7,7 +7,7 @@
###########################################################################
BARE_VERS := 0.245
-LONG_VERS := $(BARE_VERS).24
+LONG_VERS := $(BARE_VERS).24x
###########################################################################
################# BEGIN USER-CONFIGURABLE OPTIONS #####################
diff --git a/src/hbmame/drivers/neogeohb.cpp b/src/hbmame/drivers/neogeohb.cpp
index b3aed6250a1..c15043d409b 100644
--- a/src/hbmame/drivers/neogeohb.cpp
+++ b/src/hbmame/drivers/neogeohb.cpp
@@ -2349,7 +2349,7 @@ ROM_START( goldaxen )
ROM_END
-// 508: POW port by iq_132
+// 508: POW port by iq_132, converted from CD by Robbbert.
// bugs: no music, because it's in separate wav files on the CD
ROM_START( pown )
ROM_REGION( 0x100000, "maincpu", 0 )
diff --git a/src/osd/winui/res/splash.bmp b/src/osd/winui/res/splash.bmp
index e04a46ca022..29fc9cd4c23 100644
--- a/src/osd/winui/res/splash.bmp
+++ b/src/osd/winui/res/splash.bmp
Binary files differ
diff --git a/src/osd/winui/res/splash_old.bmp b/src/osd/winui/res/splash_old.bmp
new file mode 100644
index 00000000000..e04a46ca022
--- /dev/null
+++ b/src/osd/winui/res/splash_old.bmp
Binary files differ