Millipede Emulator V0.2
by Ivan Mackintosh, ivan@rcp.co.uk

Place these ROMs in this directory.
136013.101
136013.102
136013.103
136013.104
136013.106
136013.107


Still to implement:
------------------
Colours
Sound
Speed control - correct speed on all PCs

Note:
I have already submitted a MAME driver so the speed issue will be
solved in that version.


History
-------
Version 0.2

Implemented Language dipswitch and added to dipswitch menu (invoked by 
-switch on the command line)

Added command line parameters:
-cycles nnnnn
This allows the user to specify the number of 6502 clock cycles between
invoking the IRQ routine. The small this number is the fast the emulation
should go. A default value of 10000 is used. This is a decent speed on my
P100 running plain DOS. (under NT4 on my P120 at work I set this value to
8000).

-input nnnnn
This allows the user to specify the number of 6502 instruction to be executed
between calling the user input routines. The larger this number the faster
the emulation will go. A default of 4000 is used. This is a decent speed on my
P100 running plain DOS. (under NT4 on my P120 at work I set this value to
8000).





