Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-30 | fixed compile (nw) | 2 | -4/+4 | ||
2015-08-30 | New skeleton: dvk_kcgd (colour graphics display controller for DVK series) | 3 | -0/+386 | ||
2015-08-30 | Add skeleton support for K1801VM2 (as clone of T11), change relevant drivers ↵ | 5 | -8/+67 | ||
to use it. | |||||
2015-08-30 | at, at_keybc: hook up Display Switch | 3 | -46/+20 | ||
2015-08-29 | fix snmath decimal point | 1 | -3/+4 | ||
2015-08-30 | besta: hook up 68230 | 1 | -11/+21 | ||
2015-08-30 | 68230: handle Port C Data Direction Register (register 4) | 1 | -0/+8 | ||
2015-08-29 | c64_flop.xml: Added Elektra Glide and KoalaPainter. [Curt Coder] | 1 | -0/+28 | ||
2015-08-28 | groundfx.c: fix accelerator [baritonomarchetto] | 1 | -1/+1 | ||
2015-08-28 | a800_flop.xml: Added Elektra Glide and KoalaPainter. [Curt Coder] | 1 | -0/+27 | ||
2015-08-28 | Comment LOG lines which are causing "error: unknown conversion type ↵ | 1 | -5/+5 | ||
character 'l' in format [-Werror=format=]" and stopping successful compile (nw) | |||||
2015-08-28 | Commented MCFG_QUANTUM_TIME() entries in zaccaria.c driver and tested each ↵ | 1 | -3/+3 | ||
game and noticed no ill effects. Money Money and Jack Rabbit now run over two times faster than before, overall. (nw) | |||||
2015-08-28 | sf2m9: improved the picture | 1 | -1/+1 | ||
2015-08-28 | Fixed machgjoe title formatting | 1 | -1/+1 | ||
2015-08-28 | xbox.c: add values for pic challenge handshake (nw) | 1 | -4/+7 | ||
2015-08-28 | chihiro.c: under the hood 3d accelerator changes [Samuele Zannoli] | 2 | -40/+221 | ||
-correct some errors -add more primitives to some graphic methods -add color mask support -method 0x100 (NOP) generates correct interrupt -some method parameters are readable from mmio registers | |||||
2015-08-28 | TMS5110: Purge process() of gotos to hopefully make the compiler's optimizer ↵ | 1 | -241/+229 | ||
happier. [Lord Nightmare] | |||||
2015-08-28 | Fixed user expansion socket cart support through very ugly byteswap in read ↵ | 3 | -241/+40 | ||
handler, must be fixed better later | |||||
2015-08-28 | Added VME local address mapping to dummy access methods | 1 | -24/+122 | ||
2015-08-28 | Started LO command support, to be able to upload S-records to fccpu1 over ↵ | 3 | -13/+234 | ||
serial host port |