Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
to7-70_emulation_with_mess [2011/06/05 20:43] kdevto7-70_emulation_with_mess [2012/01/17 15:56] kdev
Line 1: Line 1:
-  * Get the roms 
-<code> 
-mkdir -p $HOME/mess/roms 
-mkidr $HOME/mess/software-to770 
-cd roms 
-wget http://www.di.ens.fr/~mine/mess/bios/thomroms2.zip 
-unzip thomroms2.zip 
-</code> 
  
-  * Test the roms 
-<code> 
- mess -verifyroms | grep ^romset 
-... 
-romset to7 is good 
-romset to770 is good 
-romset to770a [to770] is good 
-romset mo5 is good 
-... 
-</code> 
- 
-  * Get the thomson to7/70 basic and arcanoid game 
-<code> 
-cd software-to770 
-wget http://www.di.ens.fr/~mine/mess/software/to770/basic.m7 
-wget http://lair.thomsonistes.org/to7/jeux/k7/arkanoid.zip 
-unzip arkanoid.zip 
-</code>  
- 
-  * Start an emulated to7/70 with game Arkanoid from cassette image 
-<code> 
-mess -keymap -keymap_file /usr/share/games/mess/keymaps/km-de.txt to770 -cart basic.m7 -cass ARKANOID.K7 
-</code> 
- * Start an emulated to8 with Sapiens Game from floppy image 
-<code> 
-mess -keymap -keymap_file /usr/share/games/mess/keymaps/km-de.txt to8 -flop1 sapiens_to8.fd 
-</code>