Difference between revisions of "Emulator:Mess-CoCo"

From Wah!ki
Jump to navigation Jump to search
(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...")
 
Line 3: Line 3:
  
 
== Configuration ==
 
== 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.
+
The Color Computer runs several different types of media: cartridges (then marketed as "ROMPaks" or "ROM Paks"), cassettes, and binary files on floppy disks to name a few.  It is advisable to make a list for each type of media, as each one in emulated form has a different file extension (''although it may be possible to use a bash script loader that automatically picks the correct device'').
 +
 
 +
For the sake of brevity, only '''coco''' configurations are listed.  "coco2" and "coco3" can easily be substituted in place of "coco" to emulate the respective machines.
  
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"
Line 19: Line 21:
 
| /usr/games/mess
 
| /usr/games/mess
 
| D
 
| D
| coco -cart "[rompath]/[name].[romext]"
+
| coco -cart "[rompath]/cart/[name].[romext]"
 
|-
 
|-
 
| Linux
 
| Linux
Line 26: Line 28:
 
| /usr/games/mess
 
| /usr/games/mess
 
| D
 
| D
| coco -cass "[rompath]/[name].[romext]"
+
| coco -cass "[rompath]/cass/[name].[romext]"
 
|-
 
|-
 
| Linux
 
| Linux
Line 33: Line 35:
 
| /usr/games/mess
 
| /usr/games/mess
 
| D
 
| D
| coco -quik "[rompath]/[name].[romext]" <ref name="QuickloadNote"/>
+
| coco -quik "[rompath]/bin/[name].[romext]" <ref name="QuickloadNote"/>
 
|}
 
|}
  

Revision as of 12:51, 22 December 2011

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

The Color Computer runs several different types of media: cartridges (then marketed as "ROMPaks" or "ROM Paks"), cassettes, and binary files on floppy disks to name a few. It is advisable to make a list for each type of media, as each one in emulated form has a different file extension (although it may be possible to use a bash script loader that automatically picks the correct device).

For the sake of brevity, only coco configurations are listed. "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]/cart/[name].[romext]"
Linux 0.137+ Cassette file (cas, wav) /usr/games/mess D coco -cass "[rompath]/cass/[name].[romext]"
Linux 0.137+ Binary file (bin) /usr/games/mess D coco -quik "[rompath]/bin/[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