(nw)
This commit is contained in:
Stiletto 2016-06-01 23:30:46 -04:00
parent 3ae1d4b871
commit 2859a35eea

View File

@ -6,6 +6,8 @@
04/12/2009 Initial driver by Miodrag Milanovic
Supposedly introduced October 1977.
Commands:
All commands must be in uppercase. Address and data is
specified in Octal format (not hex).
@ -16,6 +18,9 @@
J - Jump to address
M - Modify memory
Reference:
http://www.computercloset.org/MITSAltair8800bt.htm
****************************************************************************/
#include "bus/rs232/rs232.h"
@ -129,4 +134,4 @@ ROM_END
/* Driver */
/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */
COMP( 1975, al8800bt, 0, 0, altair, altair, driver_device, 0, "MITS", "Altair 8800bt", MACHINE_NOT_WORKING | MACHINE_NO_SOUND_HW)
COMP( 1977, al8800bt, 0, 0, altair, altair, driver_device, 0, "MITS", "Altair 8800bt", MACHINE_NOT_WORKING | MACHINE_NO_SOUND_HW)