############################################# # # Example of a configuration file for the # CPMEmulator # # Franz-Josef Elmer # ############################################# #============================================ # # CP/M emulator port. This port is used by a # a the BIOS to communicate with the emulator. # port = 255 #============================================ # # JBIOS hex file. Contains the BIOS in Intel # Hex Format and optionally the pointer to # the system adr (default value 0xfffe) # JBIOSHexFile = resources/JBIOS.HEX #============================================ # # Terminal class. Has to be an implementation # of the terminal interface. Optionally a # port can be declared. In this case the # device behind the terminal will be directly # accessable for the CPU # terminal = ThomsonGDPTerminal 0x20 #terminal = SimpleTerminal #terminal = Console #============================================ # # List of devices. # Each device is declared in the following form # # device = # #device = GI_AY_3_8910 182 device = ELZET80Keyboard 0b100 device = DummyDevice 0 #============================================ # # Directory of all automatically available # disks. # disksPath = resources #============================================ # # Boot disk # bootDisk = mix.dsk