How to configure MAME to run ColecoVision games?iCade bluetooth keyboard mappings for MAME?retrieving game names, year, manufacturer with MAMEION iCade with Mame on a PCHow to add more ROMs to MAME on X-ArcadeMAME command line configurationHow can I automatically restart mGalaxy (MAME) if it crashes?Can't run MAME 0.178. Freezing on “Initializing” screenIs there a way to limit max credit number or coins inserted on mame?Why does my sound lag in MAME on the Raspberry Pi?Use an xbox controller with MAME for light gun games?
How to use "regular expression" to separate specific strings in Oracle
Possible isometry groups of open manifolds
Why hasn't the U.S. government paid war reparations to any country it attacked?
What impact would a dragon the size of Asia have on the environment?
Waiting time distribution parameters given expected mean
I quit, and boss offered me 3 month "grace period" where I could still come back
Absconding a company after 1st day of joining
Mistakenly modified `/bin/sh'
What is the closed form of the following recursive function?
Why use null function instead of == []
(algebraic topology) question about the cellular approximation theorem
How can we better understand multiplicative inverse modulo something?
Filtering fine silt/mud from water (not necessarily bacteria etc.)
Integral clarification
Should you avoid redundant information after dialogue?
Cubic programming and beyond?
Published paper containing well-known results
Can I activate an iPhone without an Apple ID?
How to determine port and starboard on a rotating wheel space station?
Can I capture stereo IQ signals from WebSDR?
Are lithium batteries allowed in the International Space Station?
How are "soeben" and "eben" different from one another?
3D-Plot with an inequality condition for parameter values
How did Southern slaveholders in the United States relate to the Caribbean and Latin America?
How to configure MAME to run ColecoVision games?
iCade bluetooth keyboard mappings for MAME?retrieving game names, year, manufacturer with MAMEION iCade with Mame on a PCHow to add more ROMs to MAME on X-ArcadeMAME command line configurationHow can I automatically restart mGalaxy (MAME) if it crashes?Can't run MAME 0.178. Freezing on “Initializing” screenIs there a way to limit max credit number or coins inserted on mame?Why does my sound lag in MAME on the Raspberry Pi?Use an xbox controller with MAME for light gun games?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Since it was merged with MESS, I guess MAME should emulate all those systems, ColecoVision included. But emulating this seems like an impossible task for me. Despite my best efforts, nothing was enough.
So far, I have:
- MAME64 running on Windows 10.
- A "rom" folder inside of the mame root.
- A subfolder "coleco", where roms are stored.
The path to my ROM files is mameroot > rom > coleco
MAME is launched from a front-end (Attract-Mode). The command line I'm using on Attract-Mode is "coleco -cart [romfilename]", all paths are ok. But when I try to run any CV game, the output is "313 10031-4005 73108a.u2 NOT FOUND (tried in coleco coleco)".
The 313 10031-4005 73108a.u2 file is everywhere: mame root, rom, coleco. But MAME keeps saying it's not found. What is wrong? Can anybody who has CV games running on MAME show me what the problem is?
emulation mame
add a comment |
Since it was merged with MESS, I guess MAME should emulate all those systems, ColecoVision included. But emulating this seems like an impossible task for me. Despite my best efforts, nothing was enough.
So far, I have:
- MAME64 running on Windows 10.
- A "rom" folder inside of the mame root.
- A subfolder "coleco", where roms are stored.
The path to my ROM files is mameroot > rom > coleco
MAME is launched from a front-end (Attract-Mode). The command line I'm using on Attract-Mode is "coleco -cart [romfilename]", all paths are ok. But when I try to run any CV game, the output is "313 10031-4005 73108a.u2 NOT FOUND (tried in coleco coleco)".
The 313 10031-4005 73108a.u2 file is everywhere: mame root, rom, coleco. But MAME keeps saying it's not found. What is wrong? Can anybody who has CV games running on MAME show me what the problem is?
emulation mame
1
Given the error it seams it's looking in /coleco/coleco/ folder. try this way.
– Иво Недев
Jun 15 '17 at 6:04
I tried it too, no luck. But since my roms folder was "rom", MAME wasn't able to find the games. I changed "rom" to "roms" and everything is ok now. Weirdly, it happens only with Coleco; CPS2 was configured as "rom" with no issues.
– Daniel Lemes
Jun 16 '17 at 20:42
add a comment |
Since it was merged with MESS, I guess MAME should emulate all those systems, ColecoVision included. But emulating this seems like an impossible task for me. Despite my best efforts, nothing was enough.
So far, I have:
- MAME64 running on Windows 10.
- A "rom" folder inside of the mame root.
- A subfolder "coleco", where roms are stored.
The path to my ROM files is mameroot > rom > coleco
MAME is launched from a front-end (Attract-Mode). The command line I'm using on Attract-Mode is "coleco -cart [romfilename]", all paths are ok. But when I try to run any CV game, the output is "313 10031-4005 73108a.u2 NOT FOUND (tried in coleco coleco)".
The 313 10031-4005 73108a.u2 file is everywhere: mame root, rom, coleco. But MAME keeps saying it's not found. What is wrong? Can anybody who has CV games running on MAME show me what the problem is?
emulation mame
Since it was merged with MESS, I guess MAME should emulate all those systems, ColecoVision included. But emulating this seems like an impossible task for me. Despite my best efforts, nothing was enough.
So far, I have:
- MAME64 running on Windows 10.
- A "rom" folder inside of the mame root.
- A subfolder "coleco", where roms are stored.
The path to my ROM files is mameroot > rom > coleco
MAME is launched from a front-end (Attract-Mode). The command line I'm using on Attract-Mode is "coleco -cart [romfilename]", all paths are ok. But when I try to run any CV game, the output is "313 10031-4005 73108a.u2 NOT FOUND (tried in coleco coleco)".
The 313 10031-4005 73108a.u2 file is everywhere: mame root, rom, coleco. But MAME keeps saying it's not found. What is wrong? Can anybody who has CV games running on MAME show me what the problem is?
emulation mame
emulation mame
edited 1 hour ago
Chaosblessed
5372 silver badges18 bronze badges
5372 silver badges18 bronze badges
asked Jun 14 '17 at 21:56
Daniel LemesDaniel Lemes
1186 bronze badges
1186 bronze badges
1
Given the error it seams it's looking in /coleco/coleco/ folder. try this way.
– Иво Недев
Jun 15 '17 at 6:04
I tried it too, no luck. But since my roms folder was "rom", MAME wasn't able to find the games. I changed "rom" to "roms" and everything is ok now. Weirdly, it happens only with Coleco; CPS2 was configured as "rom" with no issues.
– Daniel Lemes
Jun 16 '17 at 20:42
add a comment |
1
Given the error it seams it's looking in /coleco/coleco/ folder. try this way.
– Иво Недев
Jun 15 '17 at 6:04
I tried it too, no luck. But since my roms folder was "rom", MAME wasn't able to find the games. I changed "rom" to "roms" and everything is ok now. Weirdly, it happens only with Coleco; CPS2 was configured as "rom" with no issues.
– Daniel Lemes
Jun 16 '17 at 20:42
1
1
Given the error it seams it's looking in /coleco/coleco/ folder. try this way.
– Иво Недев
Jun 15 '17 at 6:04
Given the error it seams it's looking in /coleco/coleco/ folder. try this way.
– Иво Недев
Jun 15 '17 at 6:04
I tried it too, no luck. But since my roms folder was "rom", MAME wasn't able to find the games. I changed "rom" to "roms" and everything is ok now. Weirdly, it happens only with Coleco; CPS2 was configured as "rom" with no issues.
– Daniel Lemes
Jun 16 '17 at 20:42
I tried it too, no luck. But since my roms folder was "rom", MAME wasn't able to find the games. I changed "rom" to "roms" and everything is ok now. Weirdly, it happens only with Coleco; CPS2 was configured as "rom" with no issues.
– Daniel Lemes
Jun 16 '17 at 20:42
add a comment |
1 Answer
1
active
oldest
votes
Check the directory where your mame64.exe is located; there's probably a mame.ini file in there that should tell you which rompath mame64 is using. Note that it uses that path starting from the directory you're in when you launch mame64, which may not be the directory mame64.exe is actually in. It depends a bit on how your front-end handles that. You could use absolute paths in the mame.ini to prevent issues here.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f311170%2fhow-to-configure-mame-to-run-colecovision-games%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Check the directory where your mame64.exe is located; there's probably a mame.ini file in there that should tell you which rompath mame64 is using. Note that it uses that path starting from the directory you're in when you launch mame64, which may not be the directory mame64.exe is actually in. It depends a bit on how your front-end handles that. You could use absolute paths in the mame.ini to prevent issues here.
add a comment |
Check the directory where your mame64.exe is located; there's probably a mame.ini file in there that should tell you which rompath mame64 is using. Note that it uses that path starting from the directory you're in when you launch mame64, which may not be the directory mame64.exe is actually in. It depends a bit on how your front-end handles that. You could use absolute paths in the mame.ini to prevent issues here.
add a comment |
Check the directory where your mame64.exe is located; there's probably a mame.ini file in there that should tell you which rompath mame64 is using. Note that it uses that path starting from the directory you're in when you launch mame64, which may not be the directory mame64.exe is actually in. It depends a bit on how your front-end handles that. You could use absolute paths in the mame.ini to prevent issues here.
Check the directory where your mame64.exe is located; there's probably a mame.ini file in there that should tell you which rompath mame64 is using. Note that it uses that path starting from the directory you're in when you launch mame64, which may not be the directory mame64.exe is actually in. It depends a bit on how your front-end handles that. You could use absolute paths in the mame.ini to prevent issues here.
answered Jul 12 '17 at 14:26
Pieter HulshoffPieter Hulshoff
311 bronze badge
311 bronze badge
add a comment |
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f311170%2fhow-to-configure-mame-to-run-colecovision-games%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Given the error it seams it's looking in /coleco/coleco/ folder. try this way.
– Иво Недев
Jun 15 '17 at 6:04
I tried it too, no luck. But since my roms folder was "rom", MAME wasn't able to find the games. I changed "rom" to "roms" and everything is ok now. Weirdly, it happens only with Coleco; CPS2 was configured as "rom" with no issues.
– Daniel Lemes
Jun 16 '17 at 20:42