Jump to content
LaunchBox Community Forums

spycat

Members
  • Posts

    1,045
  • Joined

  • Days Won

    7

Posts posted by spycat

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

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

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

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

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

  8. 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
  9. 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
  10. 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
  11. 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.

  12. Concerning your VSmile issue.
    You need vsmile.zip which contains the 3 files
    vsmile_v100.bin
    vsmile_v102.bin
    vsmile_v103.bin

    By VCreate do you mean VTech CreatiVision?
    If so, then see your 'Creativision Emulator' thread.

  13. To emulate The VTech CreatiVision carts with MAME via LaunchBox you need the bios crvision.zip

    If you're emulating the MAME crvision software list games then the 'Remove Quotes' and 'Remove file extension and folder path' boxes should be checked.
    If you're emulating the No-Intro games then the 'Remove Quotes' and 'Remove file extension and folder path' boxes should be empty.

    In either case the LaunchBox parameters are
    crvision -cart

    When a game is launched it displays the demo screen.
    Press F10 and then press R. After a short tune the game can be played.

    See the crvision.xml hash file for more information.

    • Like 1
  14. With the old MESS when you launched a pecom cassette, at the READY prompt you typed PLOAD and pressed Return.
    You then played the tape. When the tape finished playing you typed RUN and pressed Return.
    Not sure if this still works with modern MAME.

×
×
  • Create New...