Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def generateMAMEConfigs(playersControllers: Controllers, system: Emulator, rom:
else:
corePath = str(system.config.core)

if system.name in [ 'mame', 'neogeo', 'lcdgames', 'tvgames', 'vis', 'namco22', 'model2', 'cave3rd', 'gaelco', 'hikaru' ]:
if system.name in [ 'mame', 'neogeo', 'lcdgames', 'tvgames', 'vis', 'namco22', 'model1', 'model2', 'cave3rd', 'gaelco', 'hikaru' ]:
# Set up command line for basic systems
# ie. no media, softlists, etc.
if system.config.get_bool("customcfg"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'neogeo',
'triforce',
'hypseus-singe',
'model1',
'model2',
'model3',
'hikaru',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,9 @@ megadrive-msu:
megaduck:
emulator: libretro
core: sameduck
model1:
emulator: libretro
core: mame
model2:
emulator: model2emu
core: model2emu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3181,6 +3181,30 @@ sonicretro:

A opção do menu de desenvolvimento é necessária para executar modificações (mods).

model1:
name: Model 1
manufacturer: Sega
release: 1992
hardware: arcade
extensions: [zip]
platform: model1, arcade
emulators:
libretro:
archs_include: [x86_64, x86-64-v3]
mame: { requireAnyOf: [BR2_PACKAGE_LIBRETRO_MAME] }
mame:
archs_include: [x86_64, x86-64-v3]
mame: { requireAnyOf: [BR2_PACKAGE_MAME] }

comment_en: |
## SEGA MODEL 1 ##

Put your Model 1 roms in this directory.

Rom files must have a ".zip" extension from a MAME ROM set.

Known games: Virtua Fighter, Virtua Racing, Wing War, Star Wars Arcade, Virtua Formula, Net Merc.

model2:
name: Model 2
manufacturer: Sega
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
systems:
- cave3rd
- gaelco
- model1
- model2
- model3
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
systems:
- cave3rd
- gaelco
- model1
- model2
- model3