Let's do Miner 2049er:
Apple 2:
./mame64 apple2e -flop1 minr2049
![[Linked Image]](http://i.imgur.com/S2Eas21.png)
![[Linked Image]](http://i.imgur.com/SWDRlzU.png)
ColecoVision:
./mame64 coleco -cart mine2049
![[Linked Image]](http://i.imgur.com/xjnxD6Y.png)
![[Linked Image]](http://i.imgur.com/mUG9Nj3.png)
C64:
./mame64 c64 -cart mine2049
(if you want to use the joystick, put a joy in joy1 in the slot devices)
./mame64 c64 -cart mine2049 -joy1 joy
![[Linked Image]](http://i.imgur.com/eJJIRuq.png)
Gameboy:
./mame64 gameboy -cart mine2049
![[Linked Image]](http://i.imgur.com/OUEYIpY.png)
pc (with composite color)
This one was a bit tricky, I found a zip file on the net with some miner 2049er files, but needed to get it into a disk image, so I made a 360k image with ubuntu with
mkfs.msdos -C test360.dsk 360
for a 360K 5.25 disk.
I mounted that with sudo mount test360.dsk mymountpoint -o loop,rw
and copied the files into it, unmounted then
booted with a dos floppy image in -flop1 and -flop2 test360.dsk.
./mame64 pc -flop1 pcdos2 -flop2 test360.dsk
After booting into dos, switch to the b: drive "b:" and "dir"
![[Linked Image]](http://i.imgur.com/9HZBh89.png)
![[Linked Image]](http://i.imgur.com/xfAqRdp.png)
![[Linked Image]](http://i.imgur.com/lTaHm9I.png)