Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | devcv2 -> devcb (nw) | 2014-05-14 | 50 | -716/+716 | |
| | |||||
* | sega8_slot: fixed terebioe (and some other games) trying to load more bytes ↵ | 2014-05-13 | 1 | -1/+1 | |
| | | | | than available. nw. | ||||
* | Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of | 2014-05-13 | 9 | -0/+1596 | |
| | | | | work still to do. All basic Amiga models are now supported to varying degrees. | ||||
* | removed not needed includes (nw) | 2014-05-13 | 1 | -1/+0 | |
| | |||||
* | cococart to devcb2 (nw) | 2014-05-13 | 3 | -49/+51 | |
| | |||||
* | wd17xx: Cleanup. (nw) | 2014-05-12 | 3 | -20/+4 | |
| | |||||
* | wd17xx: devcb2. (nw) | 2014-05-12 | 4 | -4/+0 | |
| | |||||
* | Cleanup. (nw) | 2014-05-12 | 6 | -28/+0 | |
| | |||||
* | wd17xx: devcb2. (nw) | 2014-05-12 | 4 | -8/+7 | |
| | |||||
* | (MESS) sega8_slot.c: Small improvement to prevent false positives on ↵ | 2014-05-10 | 1 | -1/+1 | |
| | | | | detecting zemina mapper. (nw) | ||||
* | ptm6840_device: converted to devcb2 (nw) | 2014-05-09 | 2 | -19/+8 | |
| | |||||
* | ins8250_device: converted to devcb2 (nw) | 2014-05-07 | 2 | -93/+55 | |
| | |||||
* | ay8910_device and extended family: converted to devcb2 (nw) | 2014-05-06 | 3 | -35/+0 | |
| | | | This is easily the commit I ever did that touches the most drivers. I payed extra attention while doing it, stared at the diff really hard to find any errors and did some testing. Obviously I can't test every single game / system, so please report any regression you might find. | ||||
* | (MESS) Apple II: enforce read twice requirement for language card. [R. Belmont] | 2014-05-04 | 2 | -0/+21 | |
| | |||||
* | cassette config moved inline (nw) | 2014-05-02 | 3 | -39/+18 | |
| | |||||
* | Cleanup of image device interfaces (nw) | 2014-05-02 | 16 | -79/+97 | |
| | |||||
* | image.c: Added support for loading a default battery, instead of a fixed ↵ | 2014-05-02 | 1 | -1/+14 | |
| | | | | | | | | fill value, when no battery is found. This allows for loading factory formatted sram/nvram from softlist. [Fabio Priuli] (MESS) nes.c: Fixed Silva Saga, which relies on SRAM not being 0x00 filled from factory, with many thanks to naruko for investigating the problem. [Fabio Priuli] | ||||
* | cleaned up. nw. | 2014-05-02 | 2 | -16/+6 | |
| | |||||
* | (MESS) saturn: replaced auto_allocs with dynamic_arrays, and | 2014-05-01 | 7 | -51/+41 | |
| | | | reduced BRAM & DRAM allocation to actual RAM size. nw. | ||||
* | macpds: removed unused config. nw. | 2014-05-01 | 2 | -32/+5 | |
| | |||||
* | mc6845: converted to devcb2, delegates and inline configs. nw. | 2014-05-01 | 20 | -560/+528 | |
| | | | | | | | | | while at it, cleaned up the args of the mc6845 delegates as well (no need to pass back and forth pieces of the driver class, now that delegates belong to it as well) even if I tested the changes extensively, I might have missed something among the 177 source files using this, so please report any regressions you see :) | ||||
* | mc6854_device: converted to devcb2 and delegates (nw) | 2014-04-30 | 1 | -11/+3 | |
| | |||||
* | this got actually moved to mapper 31. nw. | 2014-04-30 | 1 | -2/+2 | |
| | |||||
* | 6532riot: updated to use devcb2. nw. | 2014-04-30 | 5 | -115/+89 | |
| | |||||
* | am9517a_device: converted to devcb2 (nw) | 2014-04-29 | 2 | -51/+33 | |
| | |||||
* | mos6530: updated to use devcb2. nw. | 2014-04-29 | 2 | -26/+30 | |
| | |||||
* | z80dart: converted to use devcb2. nw. | 2014-04-29 | 5 | -168/+12 | |
| | |||||
* | z80dma: converted to use devcb2. nw. | 2014-04-29 | 2 | -26/+17 | |
| | | | | + fixed a couple of regressions caused by wrong tags in rev. 30091. | ||||
* | (MESS) nes: added support the new homebrew PCB used by | 2014-04-29 | 8 | -2/+148 | |
| | | | | 2A03 Puritans Album. [Fabio Priuli] | ||||
* | z80pio: converted to use devcb2. nw. | 2014-04-29 | 4 | -87/+38 | |
| | |||||
* | z80ctc: converted to use devcb2. nw. | 2014-04-28 | 5 | -77/+22 | |
| | | | | | | | | | | Notes: - for whatever reason the tlcs_z80 internal CTC fails to recognize/find its owner tag, does anyone know how to fix this? it's probably trivial, but I need an helping hand or pve500 cannot be launched anymore... - @Haze: can you check your inder_sb.c code? your CTC interface was wrong, judging from the comments in the source (the first cb was for the interrupt, and no callback was present by default for the ZC/TO3...) and I'm not sure what the code is intended to actually do | ||||
* | For Luca (nw) | 2014-04-28 | 1 | -1/+3 | |
| | |||||
* | sblaster: fix irqs and 16bit dma (nw) | 2014-04-26 | 1 | -1/+1 | |
| | |||||
* | (MESS) Fixed doubled tag definition. (nw) | 2014-04-26 | 1 | -1/+1 | |
| | |||||
* | s3: added Diamond Stealth 3D 2000 Pro card. [Malice, Barry Rodewald] | 2014-04-26 | 5 | -2/+160 | |
| | |||||
* | s3,s3virge: Set power-on strapping bits on reset, and allow them to be ↵ | 2014-04-26 | 2 | -5/+51 | |
| | | | | written (if unlocked). | ||||
* | fixed usage of uninitialized member in c2040_fdc_t (nw) | 2014-04-25 | 1 | -0/+1 | |
| | |||||
* | fixed usage of uninitialized member in microsoft_mouse_device (nw) | 2014-04-24 | 1 | -0/+1 | |
| | |||||
* | fixed usage of uninitialized member in c8050_device (nw) | 2014-04-24 | 1 | -0/+2 | |
| | |||||
* | amstrad: added preliminary Amstrad/Pace RS232C interface. The terminal | 2014-04-24 | 3 | -0/+198 | |
| | | | | | | | | | software included with the original Amstrad interface works, but not much else does at this stage. [Barry Rodewald] Out of whatsnew: HoneyTerm (part of the later Pace interface) expects bit 6 of RR0 on the Z80DART to be set (seems to unsupported in the current z80dart device). Not sure on why other software doesn't work as yet. | ||||
* | pic8259: remove trampolines (nw) | 2014-04-23 | 2 | -7/+1 | |
| | |||||
* | fixed usage of uninitialized member in centronics_printer_device (nw) | 2014-04-23 | 1 | -0/+1 | |
| | |||||
* | fixed usage of uninitialized member in abcbus_slot_device (nw) | 2014-04-23 | 1 | -1/+2 | |
| | |||||
* | Did remaining, those that left are in CPU devices, and one case that need ↵ | 2014-04-23 | 1 | -3/+0 | |
| | | | | confirmation after but thing is it's overwriting one from i186 core (nw) | ||||
* | Replaced set_irq_acknowledge_callback with proper ↵ | 2014-04-23 | 1 | -2/+1 | |
| | | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw) | ||||
* | tms9902_device: converted to devcb2 (nw) | 2014-04-21 | 1 | -18/+10 | |
| | |||||
* | (mess) x68k: remove trampolines and fix keyboard (nw) | 2014-04-21 | 1 | -0/+1 | |
| | |||||
* | (MESS) Apple I: Support CFFA1 Compact Flash/IDE adaptor [R. Belmont, based ↵ | 2014-04-19 | 3 | -0/+208 | |
| | | | | on a patch by Christopher Bachmann] | ||||
* | (MESS) pet: Added user port diagnostic connector. [Curt Coder] | 2014-04-19 | 5 | -0/+132 | |
| | |||||
* | (MESS) Apple 1: Added support for expansion slot, moved cassette interface ↵ | 2014-04-19 | 5 | -0/+621 | |
| | | | | to a card to match reality. [R. Belmont] |