Sun Feb 12 15:24:14 2012 +0000 matthew Log working directory on startup trunk tip
Sun Feb 05 14:29:44 2012 +0000 matthew IDE should support two disks. Additional IDE controllers (with additional disks) will need to create more than one IDE instance. trunk
Tue Jan 31 21:07:28 2012 +0000 matthew Remove ide.board now that it can only be zero. Remove some unneeded debug code. trunk
Tue Jan 31 19:56:22 2012 +0000 peterh Re-indent blitterthread() function in vidc20.c trunk
Mon Jan 16 20:25:37 2012 +0000 matthew Remove variable 'ideboard' as it will not be needed to implement multiple IDE controllers in the future trunk
Sun Jan 15 11:53:52 2012 +0000 peterh Add comments to memory variables trunk
Sun Jan 01 19:39:39 2012 +0000 matthew Added tag release_0.8.9 for changeset 0e5d211eb914 trunk
Sun Jan 01 19:38:52 2012 +0000 peterh Change Windows installer version number to 0.8.9 trunk release_0.8.9
Sun Jan 01 19:36:35 2012 +0000 matthew Change version number to 0.8.9 trunk
Sun Jan 01 19:35:46 2012 +0000 peterh Use full name for Allegro DLL in installer trunk
Sun Jan 01 17:34:29 2012 +0000 matthew Upgrade to autoconf 2.65 and automake 1.11.1 trunk
Sun Jan 01 17:05:23 2012 +0000 matthew Add a CPU Idle feature which attempts to reduce CPU usage. Partly based on code by Jeffrey Lee. trunk
Sun Jan 01 16:53:49 2012 +0000 matthew Remove obsolete sleep method trunk
Sat Dec 31 20:16:35 2011 +0000 matthew Allow writes to PS/2 mouse registers only on ARM7500/FE trunk
Fri Dec 30 22:30:32 2011 +0000 matthew Add support for 256MB of RAM trunk
Fri Dec 30 20:39:32 2011 +0000 matthew Improve layout of Configure dialog in Allegro GUI trunk
Thu Dec 29 22:42:19 2011 +0000 matthew Rename 'ram' to 'ram00', 'ram2' to 'ram01', and ramb/ramb2 similarly. trunk
Thu Dec 29 17:56:39 2011 +0000 matthew Reduce scope of variables 'ramb', 'ramb2' and 'vramb' trunk
Thu Dec 29 16:10:14 2011 +0000 matthew Re-indent readmemfl(), readmemfb(), writememfl() and writememfb() in mem.c trunk
Wed Dec 28 19:54:08 2011 +0000 matthew Add Manifest to enable Visual Styles on Windows trunk
Tue Dec 27 22:42:02 2011 +0000 matthew Add separators to menus in Allegro GUI trunk
Sat Dec 24 22:27:52 2011 +0000 matthew Improve the compiler optimisation settings for Windows trunk
Sat Dec 24 21:55:52 2011 +0000 peterh Make alternative blitting mode (stretch mode) the default. Remove the GUI controls for changing the setting as it is unlikely to need to change. Leave the config file setting for now. trunk
Fri Dec 23 21:50:37 2011 +0000 matthew Change Windows dialog boxes to use the shell font. Remove the minimize and maximize buttons from the Configure dialog. trunk
Fri Dec 23 17:45:57 2011 +0000 peterh Remove skipblits optimisation because it doesn't work in all situations and was disabled by default trunk
Fri Dec 23 15:14:46 2011 +0000 matthew For 64-bit dynarec, disable 'ADC imm' as it is incorrect in 32-bit ARM modes and not easy to fix. 'ADC reg' had never been enabled.' trunk
Tue Dec 20 21:07:00 2011 +0000 matthew 'motoron' variable now correctly reflects floppy drive motor state trunk
Mon Dec 19 15:36:50 2011 +0000 matthew Refactor code to rotate unaligned loads into separate function trunk
Sun Nov 27 15:35:32 2011 +0000 matthew Remove unused variables 'inscounts', 'insnum' and 'irq' trunk
Sun Nov 27 14:03:40 2011 +0000 peterh Rename externally visible keyboard functions to start with 'keyboard_' trunk
Sat Nov 26 21:16:11 2011 +0000 peterh Rename externally visible FDC functions to start with 'fdc_' trunk
Sun Nov 20 16:14:06 2011 +0000 matthew Remove unused debug variables 'oldpc', 'oldpc2' and 'oldpc3' trunk
Sun Nov 20 15:28:32 2011 +0000 peterh Map Cmd-F12 to Break key on Mac OS X because Apple laptops don't have a Break key. Contributed by Francis Devereux trunk
Sun Nov 20 14:13:41 2011 +0000 peterh Mac OS X also needs executable permissions on generated code. Contributed by Francis Devereux trunk
Fri Nov 18 20:38:26 2011 +0000 peterh Ignore 'hidden' and '.txt' files in poduleroms directory trunk
Fri Nov 18 20:10:08 2011 +0000 peterh Ensure config.h is included only by rpcemu.h trunk
Thu Nov 17 20:13:24 2011 +0000 peterh Add to the list of fullscreen resolutions. Contributed by Francis Devereux trunk
Wed Nov 16 21:28:10 2011 +0000 matthew Remove unused variables 'out2', 'r11check', 'r8match', 'swiout', and 'times8000' trunk
Tue Nov 15 19:17:06 2011 +0000 matthew Remove unused variable 'ins' trunk
Tue Nov 15 19:06:50 2011 +0000 peterh Rename externally visible IOMD functions into namespace 'iomd_' trunk
Tue Nov 15 12:52:23 2011 +0000 peterh Tidy IOMD extern variables trunk
Sun Nov 13 21:16:39 2011 +0000 peterh Implement more of IOMD trunk
Sat Nov 12 17:07:06 2011 +0000 matthew Fix potential freeze on Windows when choosing File->Exit trunk
Sun Nov 06 20:52:58 2011 +0000 matthew Improve appearance and usability of menus on Windows by adding separators trunk
Sun Nov 06 20:36:26 2011 +0000 matthew Remove unused parameter 'c' to endblock() trunk
Sun Nov 06 20:21:22 2011 +0000 matthew Change 'config.rammask' to 'config.mem_size' configured in megabytes, and make rammask private to memory code trunk
Sun Nov 06 14:39:56 2011 +0000 matthew Set up a stack frame and preserve callee-saved registers for dynarec blocks (x86) trunk
Sat Nov 05 21:33:12 2011 +0000 matthew Remove write-only variable 'rinscount' trunk
Thu Nov 03 21:18:30 2011 +0000 peterh Further reset IOMD state trunk
Wed Nov 02 21:05:47 2011 +0000 peterh Remove old unused IOMD timer code trunk
Tue Nov 01 20:54:02 2011 +0000 matthew Change ROM patch for 8MB VRAM to allow RO 4.02 to boot with no VRAM in Risc PC mode trunk
Tue Nov 01 20:23:11 2011 +0000 matthew Add workaround for error booting RISC OS 5.17 when configured for StrongARM trunk
Sun Oct 23 19:43:28 2011 +0100 peterh Improve consistency and spelling of run-time and user-facing messages trunk
Sun Oct 23 19:32:32 2011 +0100 peterh Improve comments for CreateWindowEx() trunk
Sun Oct 23 19:23:35 2011 +0100 peterh Remove some unused and unuseful debug code from iomd.c trunk
Sun Oct 16 16:01:39 2011 +0100 matthew Tidy layout of Dialog boxes on Windows trunk
Sat Oct 15 20:32:51 2011 +0100 matthew Make updating the CD-ROM drive menu with host drives work again trunk
Sat Oct 15 20:03:03 2011 +0100 matthew Fix off-by-one error of window size on Windows. Change starting window size to 640x480. trunk
Sat Oct 08 18:52:58 2011 +0100 matthew Big-endian changes for 32bpp host display trunk
Sat Oct 08 18:16:35 2011 +0100 matthew Big-endian changes for HostfS trunk