Page 1 of 1

weird "xterminator" bug on sms emulation

Posted: Tue Aug 15, 2023 10:31 pm
by nitrofurano
hi!

when trying to run a homebrew rom (like https://notabug.org/nitrofurano/borielz ... onTheSnake ) i'm getting this from the terminal:

mame smsj -bp ~/.mame/roms -cart1 simonthesnake.sms

Ignoring MAME exception: Unknown slot option 'xterminator' in slot 'slot'
Unknown slot option 'xterminator' in slot 'slot'

usually, since over a decade or more, such error never happened, i have no idea what caused that

mame version is 0.251, from ubuntu repository (recently updated/upgraded, from the current ubuntu version)

this bug is affecting all sms-related consoles, like smsj, sms1, smsbr, smskr, etc.

thanks

Re: weird "xterminator" bug on sms emulation

Posted: Thu Aug 17, 2023 10:32 pm
by Tafoid
nitrofurano wrote: Tue Aug 15, 2023 10:31 pm hi!

when trying to run a homebrew rom (like https://notabug.org/nitrofurano/borielz ... onTheSnake ) i'm getting this from the terminal:

mame smsj -bp ~/.mame/roms -cart1 simonthesnake.sms

Ignoring MAME exception: Unknown slot option 'xterminator' in slot 'slot'
Unknown slot option 'xterminator' in slot 'slot'

usually, since over a decade or more, such error never happened, i have no idea what caused that

mame version is 0.251, from ubuntu repository (recently updated/upgraded, from the current ubuntu version)

this bug is affecting all sms-related consoles, like smsj, sms1, smsbr, smskr, etc.

thanks

This problem appears two-fold.

1. An initial regression where the -cart1 simonthesnake.sms loads but shows nothing - appears to start happening after this commit: https://github.com/mamedev/mame/pull/7377

2. A further regression which causes the confusion with "xterminator" which appears to be a game gear based device. This started, as near as I can determine, with this commit: https://github.com/mamedev/mame/pull/7674

I'll poke someone about this. It might be some simple fixing. Thanks for reporting.