Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed stack-buffer-overflow in device_gfx_interface::decode_gfx() with ↵ | 2014-05-09 | 1 | -8/+2 | |
| | | | | extended offsets [Alex Jackson] | ||||
* | ptm6840_device: converted to devcb2 (nw) | 2014-05-09 | 4 | -80/+99 | |
| | |||||
* | no need for this it's in main class now (nw) | 2014-05-09 | 1 | -2/+0 | |
| | |||||
* | Placed parsing properly so warnings are displayed, was bug for a longer ↵ | 2014-05-09 | 1 | -8/+11 | |
| | | | | period (nw) | ||||
* | fix Error in command line not being visible due to buffering, also cleaned ↵ | 2014-05-09 | 1 | -7/+7 | |
| | | | | some other (nw) | ||||
* | MSVC fix. (nw) | 2014-05-09 | 1 | -1/+1 | |
| | |||||
* | Created WD7600 chipset device. | 2014-05-09 | 3 | -0/+801 | |
| | | | | | megapc: Made into a separate driver class, hooked up WD7600. [Barry Rodewald] | ||||
* | fixed usage of uninitialized member and heap-buffer-overflow in ↵ | 2014-05-08 | 1 | -0/+1 | |
| | | | | cosmac_device (nw) | ||||
* | fixed stack-buffer-overflow in tms9995_device::state_string_export() and ↵ | 2014-05-08 | 2 | -4/+4 | |
| | | | | tms99xx_device::state_string_export() (nw) | ||||
* | tms9900: removed spaces in state names, setting register value now possible (nw) | 2014-05-08 | 1 | -5/+5 | |
| | |||||
* | delete empty folder (nw) | 2014-05-08 | 2 | -1494/+0 | |
| | |||||
* | -Reorganized OSD, handling more sound output systems and debuggers, defaults ↵ | 2014-05-08 | 8 | -32/+13 | |
| | | | | | | left same as before [Miodrag Milanovic] -Created osd_options as base option class for non-system specific options | ||||
* | fixed viper regression (nw) | 2014-05-08 | 2 | -2/+8 | |
| | |||||
* | AY8910 uses this constructor (nw) | 2014-05-08 | 1 | -1/+1 | |
| | |||||
* | For AY891X emulate vol-0 resistor as infinite. | 2014-05-07 | 1 | -2/+2 | |
| | |||||
* | ins8250: fix regression (nw) | 2014-05-07 | 1 | -4/+4 | |
| | |||||
* | ins8250_device: converted to devcb2 (nw) | 2014-05-07 | 4 | -160/+106 | |
| | |||||
* | enabled rgbsse.h for Visual Studio 64-bit builds as well and use rgbgen.h ↵ | 2014-05-07 | 2 | -2/+2 | |
| | | | | for all DEBUG builds since this is the fastest combination [Oliver Stöneberg] | ||||
* | Fixed compile. (nw) | 2014-05-07 | 1 | -1/+2 | |
| | |||||
* | Silence ~1MB/second printf spam (nw) | 2014-05-07 | 1 | -1/+1 | |
| | |||||
* | ay8910.c: Provide chip-specific details (number of outputs, number of usable ↵ | 2014-05-06 | 5 | -81/+65 | |
| | | | | IO ports) in constructor for each variant (nw) | ||||
* | Added first draft of 74123 to netlist code. | 2014-05-06 | 5 | -0/+188 | |
| | |||||
* | Allow connecting a net to itself, fixed typo and be more explicit on error. | 2014-05-06 | 1 | -1/+7 | |
| | |||||
* | ym2203, ym2608 and ym2610: initialize things properly. Thanks Micko! (nw) | 2014-05-06 | 3 | -0/+10 | |
| | |||||
* | ay8910.c: AY8912 and AY8913 are AY8910-based, not YM2149-based (nw) | 2014-05-06 | 1 | -1/+1 | |
| | |||||
* | ay8910_device and extended family: converted to devcb2 (nw) | 2014-05-06 | 11 | -180/+70 | |
| | | | 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. | ||||
* | sharc: DMA internal index registers are only 17 bits long. (nw) | 2014-05-06 | 3 | -13/+13 | |
| | |||||
* | avoid even more unnecessary rgb_t<->UINT32 conversions (nw) | 2014-05-06 | 2 | -9/+9 | |
| | |||||
* | avoid some more unnecessary rgb_t <-> UINT32 conversions (nw) | 2014-05-06 | 1 | -8/+8 | |
| | |||||
* | emupal.c: Support palette RAM less than the full width of the data bus it's on, | 2014-05-06 | 4 | -9/+50 | |
| | | | | | | | | without the need for per-driver trampolines. Started removing said trampolines. [Alex Jackson] (nw) This fixes generic_paletteram regressions in simpl156.c and tmnt.c. Just a couple left now. | ||||
* | shortname fix (nw) | 2014-05-06 | 1 | -1/+1 | |
| | |||||
* | i960.c: Save some additional state [Phil Bennett] | 2014-05-05 | 1 | -0/+5 | |
| | |||||
* | Netlist: | 2014-05-05 | 5 | -21/+39 | |
| | | | | | | | | | | | | | | - Pong Doubles now working Thanks a lot to Adam Bousley for dual licensing DICE netlists. Hooked up player inputs - Minor performance tweaks - Separated game netlists from driver. Dice is making extensive use of macros which may conflict if these are in one source file. - Added some rescap.h macros to netlist New games added or promoted from NOT_WORKING status --------------------------------------------------- Pong Doubles [DICE Team, Couriersud] | ||||
* | 16 buttons is plenty thanks (nw) | 2014-05-05 | 1 | -14/+0 | |
| | |||||
* | sc4dnd / sc4dndtp / sc4dnddw layout fun - backup of WIP (nw) | 2014-05-05 | 1 | -0/+14 | |
| | |||||
* | Finished s3c24xx conversion to devcb2 (nw) | 2014-05-05 | 7 | -110/+27 | |
| | |||||
* | mc6847 : avoid one-time buffer underflow when fc100 is starting up. | 2014-05-05 | 1 | -14/+12 | |
| | |||||
* | removed lot of legacy code in memory system and removed corresponding macros ↵ | 2014-05-05 | 6 | -893/+94 | |
| | | | | (nw) | ||||
* | Ah, and this one (nw) | 2014-05-05 | 2 | -79/+11 | |
| | |||||
* | Dirty modernization (nw) | 2014-05-05 | 2 | -95/+99 | |
| | | | ATTN:Aaron, please ignore this change, to prevent merge issues | ||||
* | More work on pong doubles. Working again (if enabled). | 2014-05-04 | 4 | -22/+29 | |
| | |||||
* | (MESS) Apple II: enforce read twice requirement for language card. [R. Belmont] | 2014-05-04 | 2 | -0/+21 | |
| | |||||
* | Fixed a timing bug in netlist 7474 | 2014-05-04 | 1 | -2/+4 | |
| | |||||
* | fix some warnings on older GCCs (e.g. OSX PPC) (nw) | 2014-05-04 | 2 | -1/+4 | |
| | |||||
* | New games added or promoted from NOT_WORKING status | 2014-05-03 | 2 | -3/+429 | |
| | | | | | | | | --------------------------------------------------- Fireball [ANY] eepromser: added support for X24C44 [ANY] | ||||
* | svga_dm: prevent writing past the end of VRAM, should fix XF86_SVGA ↵ | 2014-05-03 | 1 | -4/+4 | |
| | | | | crashing. (no whatsnew) | ||||
* | finished comment in previous commit (nw) | 2014-05-03 | 1 | -1/+1 | |
| | |||||
* | disable logging of unmapped memory accesses when neither -log nor -debug is ↵ | 2014-05-03 | 1 | -10/+21 | |
| | | | | specified (nw) | ||||
* | small optimization to device_execute_interface::local_time() (nw) | 2014-05-02 | 1 | -3/+2 | |
| | |||||
* | (mess) rmnimbus: extract keyboard and use z80dart and wd_fdc (nw) | 2014-05-02 | 1 | -2/+3 | |
| |