diff options
author | 2025-04-05 22:09:40 +1100 | |
---|---|---|
committer | 2025-04-05 22:09:40 +1100 | |
commit | 28e3b3fde092f31c2ae01b19f6a200771d2cb0b6 (patch) | |
tree | 89371968f4e1cbd8171ebfbdc83a2d3fcf6ff186 | |
parent | f43a351ca25e967ca941655cbcc07d0bb2c63308 (diff) |
New splash screen [JacKc]
-rw-r--r-- | docs/release/docs/hbnew.txt | 9 | ||||
-rw-r--r-- | makefile | 2 | ||||
-rw-r--r-- | src/hbmame/drivers/neogeohb.cpp | 2 | ||||
-rw-r--r-- | src/osd/winui/res/splash.bmp | bin | 93054 -> 93056 bytes | |||
-rw-r--r-- | src/osd/winui/res/splash_old.bmp | bin | 0 -> 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 @@ -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 Binary files differindex e04a46ca022..29fc9cd4c23 100644 --- a/src/osd/winui/res/splash.bmp +++ b/src/osd/winui/res/splash.bmp diff --git a/src/osd/winui/res/splash_old.bmp b/src/osd/winui/res/splash_old.bmp Binary files differnew file mode 100644 index 00000000000..e04a46ca022 --- /dev/null +++ b/src/osd/winui/res/splash_old.bmp |