Jump to content
LaunchBox Community Forums

spycat

Members
  • Posts

    1,052
  • Joined

  • Days Won

    8

Posts posted by spycat

  1. 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!
     


     

    • Like 1
  2. 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!


     

  3. 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.

    • Like 1
  4. If you're using MAME via LaunchBox, try the parameters
    vg5k -ram 32k -autoboot_delay 2 -ab CLOAD\n -cass

    Launch 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.

  5. 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.lua

    By the way, I use orica as oric1 had a buggy ROM.
     

  6. 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.

  7. 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.
     

    • Like 1
  8. 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?

  9. 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 zip

    But 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.

  10. 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.

    • Thanks 1
  11. 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 -cass

    The 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.
     

    svi318CustomLuas.zip

    • Like 2
  12. 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.
     

    vg5kLuaScripts.zip

    • Like 2
  13. 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.

×
×
  • Create New...