# default.mmc configuration file for the example port 9002 host localhost #if mother #debug #verbose exec rom exec ram exec winvram screen0 exec winvram screen1 exec mmixcpu -i -O schiffe.mmo #endif #if rom address 0x0000000000000000 file bios.img minimized #endif #if ram size 0x40000 address 0x0000000100000000 minimized #endif #if screen0 address 0x0002000000000000 fwidth 640 fheight 480 #you can make the actual width/height smaller than the underlying bitmap to get offscscreen memory width 640 height 480 zoom 1 mouseaddress 0x0001000000000010 interrupt 42 gpuaddress 0x0001000000000020 gpuinterrupt 43 fontheight 15 fontwidth 8 #endif #if screen1 address 0x0004000000000000 fwidth 640 fheight 480 #you can make the actual width/height smaller than the underlying bitmap to get offscscreen memory width 640 height 480 zoom 1 mouseaddress 0x0003000000000010 interrupt 52 gpuaddress 0x0003000000000020 gpuinterrupt 53 fontheight 15 fontwidth 8 #endif