
spycat
-
Posts
1,052 -
Joined
-
Days Won
8
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Posts posted by spycat
-
-
Right-click the platform logo and choose Edit.
When the Edit platform window appears, select the Notes tab. -
Arcade System Board Bezels
View File
A collection of 1920 x 1080 bezels for various arcade system boards, plus some misc ones - emulators and so on.
Backgrounds derived from the Standard Classic CRT. With thanks to Exodus for the original.
Logos, in the main, are courtesy of @Dan Patrick and @Gill Figno. A big thank you to you both for your excellent logos and for your kind permission to use them to make the overlays used for the bezels.
ASB_Bezels.zip
Contains 77 bezels plus the background template, and 77 logo overlays.
Bezels come in two styles, with and without a curved frame inset.Meow!
-
Submitter
-
Submitted06/21/2025
-
Category
-
1
-
-
Home Computer and Console Platform Bezels
View File
A collection of 1920 x 1080 platform bezels for horizontal game systems.
Backgrounds derived from the Standard Classic CRT. With thanks to Exodus for the original.
Platform logos are courtesy of @Dan Patrick and @Gill Figno. A big thank you to you both for your excellent logos and for your kind permission to use them to make the bezels.
The download consists of two separate zips - Bezels.zip for general use, and MAME_Art.zip which is solely for MAME use.
Bezels.zip
Contains 153 platform bezels plus the background template, and 153 RetroArch cfgs.
Bezels come in two styles, with and without a curved frame inset.MAME_Art.zip
Contains 128 artwork zips in two bezel styles, suitable for MAME only.See info.txt in each download.
Meow!
-
Submitter
-
Submitted05/29/2025
-
Category
-
-
Can you post a screen shot of a game with it's bezel active, as well as the game's lay file content?
-
Hi @Opus132 I just seen your post.
Here is my artwork zip for Black Tiger using the 8:7 game aspect.
It has 2 views, game bezel and generic bezel. I hope you find it of use. -
I'm not too familiar with the left, top, right, bottom way of doing bounds, I use x, y, width, height values.
But your screen bounds left="2" and right="14" would seem to be for a horizontal (4:3) game.
For a vertical (3:4) game try left="4.5" and right="11.5" and see how you go from there.-
1
-
-
That's an odd one. Going on the pictures it might be worth opening the game's lay to see if the screen bounds are for a vertical game area and not a horizontal one.
-
If you're using MAME via LaunchBox, try the parameters
vg5k -ram 32k -autoboot_delay 2 -ab CLOAD\n -cassLaunch a game and when CLOAD arrives on the screen, enable the UI Controls using the Scroll-Lock key.
With the UI Controls enabled, press the F2 key to play the tape.
When the tape starts to play, disable the UI Controls again using the Scroll-lock key.
Some computers may not have a Scroll-Lock key. My desktop has Scroll-Lock, my laptop doesn't and uses Fn+S. -
I just tested 3 games picked at random and all auto-loaded in fast tape play mode using RandoMame's original oric1_cass.lua.
They were Defence Force, Galaxians and Xenon 1.My LaunchBox MAME Associated Platforms parameters (lua is in my MAME/scripts folder - edit location to suit).
orica -autoboot_delay 1 -script scripts/oric1_cass.luaBy the way, I use orica as oric1 had a buggy ROM.
-
The new platform Bandai Super Vision 8000 is working fine for me.
LaunchBox found all 7 games, created Database ids and pulled metadata and images.
Hopefully the console's image will be added to the Database.
-
The only way I know of is to first disable the Hide Games option in the View menu. You can now see all hidden games. Edit the now visible game and uncheck it'd hide box. When you enable the Hide Games option again, all of your hidden games apart from the one you've just unhidden should be now hidden again.
-
This thread appears to have evolved into a Hyperspin versus LaunchBox discussion.
Perhaps it's time it was moved from the LaunchBox Troubleshooting forum to somewhere more relevant such as the Monkeys forum.
I'm not being facetious. I just don't see what it has to do with troubleshooting LaunchBox issues.
-
1
-
-
-
Hi folks.
I'm on 13.18 official and seeing an issue with uninstalling the BigPEmu LaunchBox Integration plugin.
This plugin has an active Uninstall box which, when clicked, tells me the uninstall is pending and I need to close the Plugins Manager to proceed.
Closing this then shows a popup box telling me LaunchBox needs to close to complete the uninstall.
LaunchBox then closes and restarts, but the plugin is still shown as installed with it's Uninstall box available to click on again.
Am I seeing a bug in the software? -
If all you want to do is load the Videopac+ Home Computer Module and auto open it's BASIC screen, use the parameters
videopacp -autoboot_delay 1 -ab "0" -cart1
and point the LaunchBox Launching entry to the homecomp zipBut if you are trying to get the Videopac Home Computer Module's BASIC to load and run a cassette then I would imagine something like
videopacp -cart1 homecomp -autoboot_delay 1 -script scripts/c7420.lua -cass
where c7420.lua is in a sub-folder of MAME called scripts - edit my location to suit yours.
And point the LaunchBox Launching entry to the cassette.By the way, I wasn't aware that there were tape games available for the Videopac+. There's no cassette software list and I've never came across a No-Intro cassette set or similar.
-
The required bios is mtx512.zip
There are 3 associated devices mtx_cfx.zip mtx_sdxbas.zip mtx_sdxcpm.zip
I don't use any of these devices and the cassette games work ok.
Not sure, but these devices may be related to the flop and hdd softlists.-
1
-
-
Using RandoMame's svi318_cass.lua script with the Spectravideo svi318_cass software list / Spectravideo No-Intro set with MAME via LaunchBox.
This lua handles BASIC and Binary games.My LaunchBox Default Command-Line Parameters (lua is in my MAME/scripts folder)
svi328 -autoboot_delay 6 -script scripts/svi318_cass.lua -cassThe lua worked fine with the vast majority of BASIC games.
With a handful of BASIC games, however, the lua's sending of RUN arrived too soon and corrupted on screen, causing tape loading to fail. There's a custom lua in the attached zip for those games.I met two issues when using the lua with Binary games.
The first issue was with the lua itself and affected the loading of all Binary games.
Editing the lua and changing
emu.keypost('BLOAD "CAS:",R\n')
to read
emu.keypost('BLOAD"CAS :",R\n')
fixed that issue for me.
The second issue (after fixing the first one) was not a lua one as such and affected some but not all Binary games.
By default, the lua sends CLOAD which expects a BASIC game.
A Binary game, by right, should reject CLOAD with a Device (I/O) error, causing the lua to rewind the tape and switch to using BLOAD.
Some Binary games, however, fail to flag an error and so the lua, being none the wiser, continues with CLOAD.
There's a custom lua in the attached zip for those games.The svi318 and svi328 systems use the same software list / No-Intro set, and the luas (RandoMame's and customs) are compatible with both.
I came across the odd game that didn't work properly with svi318 but did with svi328, nothing to do with the luas. So I use svi328.
-
2
-
-
Two lua scripts for use with Philips VG 5000 cassette (vg5k software list) emulation with MAME via LaunchBox.
RandoMame's vg5k.lua plays the tape at normal speed and sends RUN once loaded.
The two luas in the attached zip use tape fast loading; one is for games that require RUN once loaded, and the other is for games that don't.
See the ReadMe in the attached zip for more information.
-
2
-
-
Try this artwork dotron.zip
Ignore the deprecated warnings on game launch.
In game open the Video Options and try out the two XBLA artwork views and the Hausjam one. They all use full screen 16:9 aspect.
-
You might like to try the attached invaders.zip artwork file for the Space Invaders (invaders.zip) arcade game.
You can switch between the various video options such as Upright_Artwork_Midway, Upright_Artwork_Taito and so on.-
1
-
-
-
Once you've typed CLOAD and pressed Return, you need to manually play the tape.
-
Your 2nd option - left click the image to show only that image and then right-click it and 'save image as' downloads the full size image for me.
Tried 'Fix It Felix Jr.' Box - Front image which downloaded as a 2.3 MB 1637 x 2430 png. -
Concerning your vsmile.zip bios issue.
If MAME tells you that it can't find vsmile_v102.bin and vsmile_v103.bin but doesn't report anything amiss with the vsmile_v100.bin then maybe your vsmile.zip bios is iffy.vsmile.zip was last updated Feb 2020. I use that version (see Retroroms) which works with MAME 0.269 as it also did with several recent builds.
Upgrade mame to 2.78 now I have no sound
in Noobs
Posted
The MAME 0.278 sound issue with some setups appears to be undergoing a fix which should be in 0.279.
https://github.com/mamedev/mame/issues/13905
By the way, my laptop uses Realtek Audio and sound works ok with MAME 0.278.