summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lib7z/XzEnc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/lib7z/XzEnc.c')
0 files changed, 0 insertions, 0 deletions
76376e2687cfad964b3f3580a81724'>Fix compiler error. Aaron Giles2008-05-211-2/+3 * Minor cleanup. Aaron Giles2008-05-212-14/+0 * 1991 spikes (Italian bootleg): fix offsets and promoted to working Roberto Zandona2008-05-212-2/+2 * Fix World Rally MCU comms on big-endian. R. Belmont2008-05-211-2/+17 * Reverts the Readme addition to dgpix.c Andrew Gardner2008-05-211-63/+1 * 01814: YM2608 games (tail2nos, sformula, wc90, mechatt): Only basic music, no... Couriersud2008-05-204-4/+4 * Added proper interpolation sub-cycles ('PC' cycles and A/B subcycles of each)... Jonathan Gevaryahu2008-05-202-31/+87 * Adds Guru Readme to DGPix driver. Andrew Gardner2008-05-201-0/+61 * Added proper interpolation sub-cycles ('PC' cycles and A/B subcycles of each)... Jonathan Gevaryahu2008-05-201-25/+84 * Fix crasher in drcfe.c. Aaron Giles2008-05-201-3/+4 * Implemented IDT instructions. All invalid instruction asserts are now runtime... Aaron Giles2008-05-201-37/+19 * Fixed 80286 databus widths. Wilbert Pol2008-05-191-2/+2 * 64-bit GCC compile fix. R. Belmont2008-05-191-1/+1 * Numerous MIPS3 DRC updates: Aaron Giles2008-05-196-221/+382 * Fixed CDP1869 character memory access, and Cidelsa sprite flashing. Curt Coder2008-05-192-23/+31 * Fix N64 rendering on big-endian targets. R. Belmont2008-05-191-1/+1 * Fixed compiler warning for Apple GCC. R. Belmont2008-05-191-1/+1 * Added back-end validation mechanism, and a handful of tests as examples. Aaron Giles2008-05-199-195/+1108 * adds Beauty Block, non-working. I had it displaying something at one point, ... davidhay2008-05-182-0/+104 * undo accidental change, we can't enable the full bios on suprnova yet, it's s... davidhay2008-05-181-1/+1 * spikes91 sprite colours.. without resorting to hacks. davidhay2008-05-182-3/+3 * adds Gals Panic SU (Korea) (credit The Guru) davidhay2008-05-182-0/+49 * Fixed crash when reading ports by tag, when some ports don't have tags. Aaron Giles2008-05-181-1/+1 * Passing running_machine* parameter Nathan Woods2008-05-171-2/+2 * Fixed a couple of obvious errors in the TLB implementation. Aaron Giles2008-05-171-3/+3 * Added some instrumentation for the MMU. To enable it, turn on PRINTF_MMU at t... Aaron Giles2008-05-171-6/+46 * Mirko Mattioli input changes have been verified. Manuel Abadia2008-05-171-2/+3 * fixed copy paste error in the latest commit Manuel Abadia2008-05-171-2/+0 * Added wheel support by Mirko Mattioli. However what he calls shift gear is th... Manuel Abadia2008-05-171-2/+16 * Cleaned up operand sizing in the C core. Should be closer to working Aaron Giles2008-05-172-21/+37 * New clones added Brian Troha2008-05-172-1/+20 * use parent rom names as clone had no labels as per the Guru Brian Troha2008-05-171-3/+3 * Added support for ROUNDSS and ROUNDSD on Penryn architectures.