Ultimarc   Ultimarc   GamePadBlock   C1 Store   Ford Probe Store   retrodisco uk   MAME Spinner   Arcadeguns                       

  • Roc's Work


April 03, 2023

 MAME Classic 9.8.0

MAME Classic 9.8.0 has been released. Featuring Software list support, this release...

Added : A new theme - Windows 11 Light.
Added : Support for merged ROM sets... per request.
Fixed : When a different version of MAME was detected, the Options form which displayed did not always re-save your settings.
Fixed : Removing the last game on the MAME Favorites list would delete the list.

https://mameclassic.mameworld.info/
//www.mameworld.info/ubbthreads/showthreaded.php?Number=395912

Image: main.jpg

Posted by Mr Ric at 12:24 AM | Comments (0)

April 01, 2023

 MAMEUI64 Classic 0.253.1

MAMEUI64 Classic 0.253.1 has been released.

Download location: https://arcade.mameworld.info/messui/

The next release will be in June.

Since the demise of MAMEUI, there has been a lot of questions of a suitable replacement, however it seems that there isn't one. The only front-ends that supported software-lists (that I know of) are ended due to their authors passing on.

I've decided to begin work on a new replacement which will overcome the defects of the old, however there's no timeline or priority, so it could take many months, or even years.

In the meantime the old MAMEUI has been wheeled out and given the 'Classic' name to ease the frustration of our valuable users. The release schedule will be every 3 months.

The new replacement needs a sensible and short name, to be decided.

Comments are closed.

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395899

Posted by Robbbert at 07:35 AM | Comments (0)

 ARCADE 0.253.1

ARCADE64 0.253.1 is released.

Download location: https://arcade.mameworld.info/

The next release will be in June, or sooner if there's some fantastic arcade progress.

Comments are closed.

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395898

Posted by Robbbert at 07:21 AM | Comments (0)

March 31, 2023

 ClrMAMEPro

Is the site down or did it move / close?

https://mamedev.emulab.it/clrmamepro/
//www.mameworld.info/ubbthreads/showthreaded.php?Number=395892

Posted by ChewChew at 09:42 PM | Comments (3)

 Happy 1 April

https://twitter.com/_987123879113/status/1641878096885473280
//www.mameworld.info/ubbthreads/showthreaded.php?Number=395891

Posted by Vas Crabb at 09:10 PM | Comments (5)

March 30, 2023

 History.xml 2.53

History.xml 2.53 for MAME 0.253 is available.
https://www.arcade-history.com/index.php?page=download

Many barcode information has been added for softlist items.

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395883

Posted by Alexis B. at 09:14 PM | Comments (0)

 Icons / Snaps / Benchmarks For MAME 0.253 Released

http://www.mameui.info/

Posted by John IV at 09:14 PM | Comments (0)

 MAMEinfo 0.253

MAMEINFO.DAT

* Updated to MAME 0.253 - http://git.redump.net/mame/log/

* Added Source/Listinfo changes

* Newest Bugs (30th Mar)

* Added/Fixed 'Recommended Games'

* Fixed MAMEinfo.dat infos

Download at: http://mameinfo.mameworld.info/

MAME Testers at: https://mametesters.org/view_all_set.php...DESC&type=2

Recent MAME builds: https://github.com/mamedev/mame/actions
('Sign in' + Click on 'CI (Windows)' and then on a MAME post with a green check mark to download the MAME-windows-gcc-XXXXXXXXXXXXXXX file)

Ashura-X's Nightly MAME builds: http://ashura.mameworld.info/nightlybuilds/builds.html

0.253

- New games: Akazukin (Japan) and Hot Body I
- New Working games: Baby Suprem
- New Non-Working games: Ballroom Glitz, Honoo no Invader (main ver. 1.35, video ver. 1.35), Hot Body II, Multi Game IV (AMGSK_VA3.85), Shimura Ken no Bakatono-sama Ooedomatsuri, Sweetheart and VJ: Visual & Music Slap
- New clones: Bloxeed (bootleg), Desert Wars (bootleg of Battle Zone), Fruit Star Bonus (Ver 8.2.00ITL), Gals Panic SU (Korea, Gals Panic 4 re-release), Heroes (World ver EM-1), Jockey Club II (USA v4.00, bootleg), The Ocean Hunter (Japan, Revision A), The Pit (US set 3), Sauro (set 4, easier), VJ Dash (ver 1.0), WWF Superstars (Canada) and Yakyuu Kakutou League-Man (Japan, set 2)
- New PinMAME games: Flipper Football (v1.03)
- New drivers: akazukin.cpp, brglitz.cpp and gameace.cpp
- New devices: centennial_sl01m_15_11194, centennial_sl02m_15_11194, centennial_sl04m_15_11194, cpcdigiblst, dac_5bit_bw, dac_5bit_r2r, ds1397, fdc37c93x, hpblp, i82371sb_ide, i82371sb_isa, i82439hx, jaleco_vj_pc, jaleco_vj_sound, ks0066_f00, mitsubishi_mf31m1_lycat01, ncr53c96, nlq401, rs232_densei_ups, sega_315_5006, vastar_viddev, virge_pci, virgedx_pci and z180csio
- CPU
. AMD Athlon XP: The Athlon processor has been updated to support writes in the as_opcodes space ... (Read More)

Posted by MASH at 11:54 AM | Comments (0)

 MAME 0.253

MAME 0.253

It's time for MAME 0.253, but before we start talking about all the exciting updates, there are a couple of things that will affect people compiling or packaging MAME. Firstly, libc++ 6 is no longer supported. You can still compile with clang 6, but you'll need to use libc++ 7 or later, or GNU libstdc++ 7 or later, for the C++ standard library. Secondly, MAME now requires Lua compiled as C++ to work correctly. This prevents the use of Lua libraries from Linux distribution package repositories, as they are compiled as C. (The technical reason for this change is that MAME requires C++ stack frames to be unwound correctly, including destructor calls, when Lua errors are raised from C++ code. Using Lua compiled as C will cause resource leaks.)

We've updated to Lua 5.4, which comes with an all-new garbage collector, giving better performance. This should have minimal impact on people writing scripts and plugins. Two of the biggest visible changes are that unpack has been replaced with table.unpack and the deprecated bitlib has been removed. While we're talking about Lua, we'd like to draw your attention to the new MAME Goodies repository, where we'll be adding additional content for use with MAME. So far, there are two plugins. One of them is sure to be useful for fans of Konami's arcade rhythm games. They also serve as example code for people looking to learn about some of the things you can do with MAME's Lua scripting capabilities.

The long-rumoured microcode-based Motorola 68000 CPU core is finally here! It's already delivering results, with a number of previously out-of-reach Atari ST demos now running. We've done some intensive testing, but there are probably still regressions lurking. Let us know if one of your favourite 68k-based games flakes out on you.

One of the more interesting systems to be dumped and emulated this month is Akazukin, a 1983 arcade game where you shoot wolves preying on a defenceless girl. There's also a game bearing the rather generic title Heroes, an early version of Data East's Mutant Fighter. We've added a few ... (Read More)

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395876

Posted by Vas Crabb at 07:28 AM | Comments (7)

March 22, 2023

 MESS-Info 0.252 Out

The new updated progetto-SNAPS MESSINFO.DAT is ready.

Whatsnew:
11.41 22/03/2023: Aligned files to 0.252 version.
 
 
0.252:
==================================================
- 3c505: Avoid excessive 82586 resets [Patrick Mackinlay].
- abc1600: Connect BUS0X PRAC callback and break into debugger on bus error [Curt Coder].
- am9516: Start dma cycle after chain on hardware request [Patrick Mackinlay].
- apple2gs: Made kmstatus match observed behavior [Kelvin Sherlock]. Remove mouse button hack, the Event Manager was being tripped up by a now-fixed macadb issue [R. Belmont, Kelvin Sherlock]. Remove the old HLE keyboard/mouse microcontroller and run the real microcontroller code; this has been extensively tested, including with Zip acceleration [R. Belmont, Peter Ferrie]. Return the last keypress in the low 7 bits of $C010. Fixes Winter Games. Support the Control Panel disable jumper that ROM 3 machines have. Workaround for Finder thinking the mouse button is initially stuck down [R. Belmont].
- braiplus: Use u8-type literals for strings containing accented characters. Add preliminary keyboard [AJR].
- bship: System promoted to working [hap].
- bshipg: Changed description to 'Electronic Battleship (COP420 version, Rev. G)'.
- cd32, cdtv: Cleaned up descriptions in software list [ArcadeShadow].
- cuda: Added I2C I/O hookups. Fixed error in I2C comms [R. Belmont].
- dp8573: Use device_rtc_interface to acquire base time [AJR].
- drdunk, dunksunk: Changed manufacturer to 'Kmart Corporation'.
- ggm: Add lasvegas keypad ... (Read More)

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395840

Posted by AntoPISA at 11:54 PM | Comments (1)

March 19, 2023

 Progetto-SNAPs 0.252 Update

http://www.progettosnaps.net/MW_pics/pS_UPD.png

Ready the MAME 0.252 update of "MAME progetto-SNAPS".
• It's available this folder on Mega.nz that allows individually download files to update from version to version. The folder will be temporarily available until the next update.
• The next update is scheduled for Sunday, May 21, 2023.

1,067 snaps downloadable here:

• Snapshots (MAME): progetto-SNAPS Snapshots
• Snapshots (Software): progetto-SNAPS Software's Snaps

---------------------------------------
Snapshots update:
---------------------------------------
ArtPreview: 50 new (tot. 4,050 png) UPDATE 1 pack, 6.24Kb
Bosses: 5 new (tot. 1,790 png) UPDATE 1 pack, 258Kb
Ends: 5 new & 7 upd (tot. 1,275 png) UPDATE 1 pack, 637Kb
GameOver: 40 new (tot. 9,000 png) UPDATE 1 pack, 1.47Mb
HowTo: 10 new (tot. 2,250 png) UPDATE 1 pack, 474Kb
Logo: 25 new (tot. 3,540 UPDATE 1 pack, 246Kb
Scores: 40 new & 1 upd (tot. 8,185 png) UPDATE 1 pack, 2.84Mb
Select: 40 new & 1 upd (tot. 5,415 png) UPDATE 1 pack, 2.90Mb
Snap: 7 del, 209 new & 8 upd (tot. 45,379 png) UPDATE 1 pack, 13.5Mb
Snap Software: 10 del, 112 new & 19 upd (tot. 44,744 png) UPDATE
Titles: 7 del, 209 new & 8 upd (tot. 45,379 png) UPDATE 1 pack, 11.7Mb
Titles Software: 10 del, 231 new & 24 upd (tot. 42,544 png) UPDATE
Versus: 3 new (tot. 1,278 png) UPDATE 1 pack, 248Kb
Warning: 20 new (tot. 1,730 png) UPDATE 1 pack, 243Kb

---------------------------------------
Other resources update:
---------------------------------------
-

---------------------------------------
Software's resource update:
---------------------------------------
- a2600 (2 new) UPDATE!
- a2600_titles (2 new & 1 upd png) UPDATE!
- a7800 (10 new) UPDATE!
- a7800_titles (10 new & 1 upd png) UPDATE!
- amigaaga_flop (35 new) UPDATE!
- amigaaga_flop_titles (35 new) UPDATE!
- apricot_flop (2 ren) ONLY DAT
- apricot_flop_titles (2 ren) ONLY DAT
- cd32 (40 new) UPDATE!
- cd32_titles (40 new) UPDATE!
- gbcolor (1 del & 4 ren) ONLY DAT
- gbcolor_titles (1 del, 4 ren & 4 upd png) UPDATE!
- msx1_cart (8 del & 1 ren) ONLY DAT
- msx2_cass (1 del) ONLY DAT
- msx2_cass_titles (1 del) ONLY DAT
- msx2_cass_titles (8 del & 1 ren) ONLY DAT
- segacd (41 new & 19 upd png) UPDATE!
... (Read More)

Posted by AntoPISA at 03:46 PM | Comments (10)

March 13, 2023

 HBMAME 0.245.10

https://arcade.mameworld.info/hbmame
https://hbmame.1emulation.com

What's new in HBMAME
==================================================

2023-03-13 0.245.10

New Games
---------------------------------
- [240ptest] 240p Test Suite
- [ckongpt2s01] Crazy Kong with DK colours and graphics
- [looptrsp] Looptris Plus (2022-12-24)
- [pitfall2u01] Pitfall II trainer (2002-10-15)
- [pollen] Pollen Angel
- [sf2mix] Street Fighter II: Champion Edition (Mix 1.3)
- [vr01] Virtua Racing Rival Edition V7 (2023-02-22)
- [xeviousn] Xevious (NeoGeo, beta 1, 2023-03-07)

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395784

Posted by Robbbert at 09:33 AM | Comments (4)

March 11, 2023

 Flyer Fever 2023-03-11

Featuring a set of exclusives, except for The Fighting.

After Burner Climax (2006) - Sega Enterprise
Battle Arena Toshinden 2 (1995) - Capcom
Elevator Action Death Parade (2009) - Taito Corporation
Fate: Unlimited Codes (2008) - Eighting/Type-Moon/Capcom
Hajime no Ippo: The Fighting (2001) - Taito Corporation
Hajime no Ippo: The Fighting Round 2 (2002) - Taito Corporation
Muscle Bomber: The Body Explosion (1993) - Capcom
Sengoku Basara X (2008) - Arc System Works/Capcom
Star Gladiator Episode:1 Final Crusade (1996) - Capcom
Street Fighter III 2nd Impact: Giant Attack (1998) - Capcom

https://www.flyerfever.com

~ Enjoy

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395782

Posted by Dan@Flyer Fever at 04:06 PM | Comments (3)

March 10, 2023

 For Those Who Are Interested

0.251 of the popular MAMEui was compiled a while before.

however only the 32bit Version seems to work (64bit crashes on my pc)

https://drive.google.com/drive/folders/1...0FO?usp=sharing

it is not an official port. If I broke accidentally a rule on this board delete this post...

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395774

Posted by Chism at 10:38 AM | Comments (6)

March 01, 2023

 MAME - A 2022 Retrospective

Just posted my second video, and in "only" 2 months rather than the 3 it took for my Polygonet docu...

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395729

Posted by MooglyGuy at 06:50 AM | Comments (14)

February 25, 2023

 NegaMAME 0.252-2

Along with MAME and all its fork, NegaMAME 0.252-2 is also ready for download. Go grab it at https://babelsoft.net/products/negamame.htm

This MAME derivative has been designed to be used with the front-end Negatron in order to have complete access to all the machine configuration options within Negatron, especially useful for emulated computers and consoles.

This is quite irrelevant for emulated arcade games though. If you only play arcade games, you can simply use Negatron with regular MAME.

Note: 0.252-2 must be understood as the 2nd version of NegaMAME synchronised with MAME v0.252. If other issues arise with this version, I would release a v0.252-3. V0.252-1 was a bad version with a bug that couldn't compile into a binary.

Posted by xinyingho at 10:12 PM | Comments (0)

February 22, 2023

 History.xml 2.52

Available now => https://www.arcade-history.com/index.php?page=download
//www.mameworld.info/ubbthreads/showthreaded.php?Number=395704

Posted by Alexis B. at 07:43 PM | Comments (2)

 MAMEinfo 0.252 *DELETED*

Post deleted by MASH

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395700

Posted by MASH at 01:02 AM | Comments (2)

 MAME 0.252

MAME 0.252

After almost two months, we're ready to release MAME 0.252, the first MAME release of 2023! As promised, there are some big updates, and some of them may require you to make a few adjustments to your MAME setups. In particular, the modules MAME uses to handle input and output (e.g. video, sound and controllers) have been cleaned up, fixing lots of bugs and resource leaks.

First of all, the BGFX video module has had a serious overhaul. Numerous issues affecting artwork rendering have been fixed, and toggling full-screen mode no longer crashes. MAME now saves many BGFX video settings to your CFG files for each emulated system.

Game controller handling has also been overhauled. The downside is that you may need to reconfigure inputs for MAME. The upside is that things should work better out-of-the-box, with better default input assignments for more controllers:

    • For Windows users, more XInput controllers are fully supported, including guitars, the DJ Hero turntable, and the Rock Band keyboard.

    • For people using SDL builds, like our lovely macOS and Linux users, there's a brand new joystick input module using the SDL game controller API. This gives consistent assignments for popular gamepads, and allows you to supply your own button and axis assignment schemes if the defaults don't suit you. If want the old behaviour, it's still available: just set the joystickprovider setting to sdljoy in your MAME.ini file.

    • For everyone, it should be easier to navigate MAME's UI using a game controller, and MAME should choose better default game input assignments for more gamepads.

Of course, we haven't stopped working on emulation. Newly supported systems include the NABU PC (a Canadian 8-bit home computer and cable network terminal), the I-Star Chess King (a Taiwanese hand-held chess computer of dubious quality), Computer Othello (one of Nintendo's earliest video games), YoYo Spell (a prototype of the arcade game Little ... (Read More)

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395699

Posted by Vas Crabb at 12:27 AM | Comments (5)

February 17, 2023

 So Long And Thanks For All The Fish

https://qmc2.batcom-it.net/index.php/202...r-all-the-fish/

Hello everyone…this is Jonas, Reneś son.
It saddens me to inform everyone that as of the 3rd of February 2023 René has passed away due to cancer. This website will therefore soon go offline.
I would love to give some compelling speech or offer some words of wisdom but i just can't find the right words at this moment…
In the coming days the github page will subsequently be inherited by me https://github.com/Mantls
As far as i can tell all of the source code is being managed on github so that's where - for the time being - all future updates regarding QMC2 will take place.

I would like to thank everyone who has used, shared, contributed or just thought about QMC2 in the last ~20 years. It meant a tremendous amount to my father and had always been a favorite hobby of his.

To my father: so long and thanks for all the fish
(or lack of… with him being a vegetarian)

//www.mameworld.info/ubbthreads/showthreaded.php?Number=395676

Posted by abelenki at 03:28 AM | Comments (7)

  •  
  • MAME Testers
  •  
  • MAMEdev.org
  •  
  • MAME at GitHub
Boss Image

Rolling Thunder