Emulator:Mess-CoCo

From Wah!ki
Revision as of 01:31, 22 December 2011 by Codefenix (talk | contribs) (Created page with "== About == MESS is a source-available project which documents the hardware for a wide variety of (mostly vintage) computers, video game consoles, and calculators through softwar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

MESS is a source-available project which documents the hardware for a wide variety of (mostly vintage) computers, video game consoles, and calculators through software emulation, as MAME does for arcade games.

Configuration

For the sake of brevity, only the coco configuration is given. "coco2" and "coco3" can easily be substituted in place of "coco" to emulate the respective machines.

Platform Version Device Exec Type commandline_format
Linux 0.137+ Cartridge ROM (ccc, rom) /usr/games/mess D coco -cart "[rompath]/[name].[romext]"
Linux 0.137+ Cassette file (cas, wav) /usr/games/mess D coco -cass "[rompath]/[name].[romext]"
Linux 0.137+ Binary file (bin) /usr/games/mess D coco -quik "[rompath]/[name].[romext]" [1]
  1. The Quickload (quik) device is not supported in all versions of MESS for the coco, coco2, and coco3 driver. It exists in 0.141, but does not exist in 0.144.

External Links

  • [1] - Color Computer system info on MESS.org
  • [2] - Color Computer MESS driver info on MESS.org
  • [3] - Color Computer 2 system info on MESS.org
  • [4] - Color Computer 2 MESS driver info on MESS.org
  • [5] - Color Computer 3 system info on MESS.org
  • [6] - Color Computer 3 MESS driver info on MESS.org