wooknotes on !PC:


1997.03.03:2.03b Add Disablefloppies option to config file
                 'Disablefloppies on' means that no floppy drives are set up.
                 
1997.03.12:ROM 2.04 Fixed Cx586 CCR4 address.

           !Run: MEMfix only run for RISCOS 3.5 - not needed for 3.6/3.7

1997.04.04:2.03c Add millenium code so that century is copied from RISCOS

1997.04.11:2.04 ROM: added extended scan codes for ctrl-up etc

1997.04.14:2.04 PCsupport (& correspondingrunimage version change): 
                added SWi to get Irqrequest & DMArequest addresses
                PCSupport_GetInternalAddr. Can be called in all modes that
                will allow interrupts to be turned off. Returns address of
                code called by PCSupport_IrqRequest SWI in R0, and address of
                code called by PCSupport_DmaRequest SWI in R1.

1997.05.15:2.05 Runimage: DMA emulation. Changed control logic so notifies
                only happen once per transfer, and transfer function is only
                called, after a BUSReq from the Device or when software
                starts the transfer.
                
1997.06.13:2.06 Joystick support added to BIOS  (int 15, fn84). code from
                Stuart tyrell.    

1997.06.17 (v1.2) PCsleep updated to be compatible with AMD 5x86.

1997.07.01 (v2.08) PCsupport: GetinternalAddr SWI now returns R12 (actual
                address, not pointer) in r3, so that users can set it 
                up properly.
                
1997.07.17         PCMEM: added BODGEarea to see if we can nobble the 32Mb
                   prob - now superceded by v2.11 fix
                
1997.08.05 (v2.09) Runimage: Add win95 keys support (needs winKbdpat)

1997.09.03 (v2.10) Runimage: test release with Direct SCSI fettled (for
                   checking castle formats) and put back how it was.
                   
1997.09.20 (v2.11) Runimage: Add start-up banner & SA data cache disable when
                   allocating memory to fix >=28Mb problems
                   
1997.09.24 (v2.12)  Runimage: Added robin watts CPUs_g optimisations    

1997.10.02 (v2.13)  Runimage, config, messages, Boot, Run: 
                    Added speed config options ForegroundSlice, 
                    backgroundslice, BackgroundHoldoff
                    and reads config file from <Diva$configfile>
                    Freeze, fullscreen, & quit on main window menu

1997.10.08  v2.14   Runimage: Added trace to printer port. 
                    Does not give fatal error if config file has unknown option
                    PCIO: Added RMAtracing stuff to PCIO module (not yet used).