Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | devcv2 -> devcb (nw) | 2014-05-14 | 314 | -4072/+4072 | |
| | |||||
* | arm7: Added Thumb version of BLX. [R. Belmont] | 2014-05-14 | 2 | -1/+23 | |
| | |||||
* | fixed usage of uninitialized members in amiga_sound_device (nw) | 2014-05-13 | 1 | -0/+3 | |
| | |||||
* | Minor changes to proxy. | 2014-05-13 | 2 | -8/+6 | |
| | |||||
* | Analog output is always immediate. | 2014-05-13 | 10 | -41/+52 | |
| | |||||
* | tmp95c063: added int6. (nw) | 2014-05-13 | 1 | -0/+12 | |
| | |||||
* | Fix assert in netlist. | 2014-05-13 | 1 | -2/+1 | |
| | |||||
* | sega8_slot: fixed terebioe (and some other games) trying to load more bytes ↵ | 2014-05-13 | 1 | -1/+1 | |
| | | | | than available. nw. | ||||
* | farewell devcb (nw) | 2014-05-13 | 4 | -2082/+0 | |
| | |||||
* | mc6847: converted to use devcb2, delegates and inline configs. nw. | 2014-05-13 | 2 | -77/+65 | |
| | |||||
* | Fix for snk.c buzzing sound on startup. To be verified during the next ↵ | 2014-05-13 | 1 | -2/+1 | |
| | | | | regression test. (nw) | ||||
* | debug build fix compile (nw) | 2014-05-13 | 1 | -3/+3 | |
| | |||||
* | clang build fix. (nw) | 2014-05-13 | 2 | -3/+3 | |
| | |||||
* | fixed MT05515 (fixed usage of uninitialized member in huc6260_device) (nw) | 2014-05-13 | 1 | -0/+1 | |
| | |||||
* | fixed usage of uninitialized member in tms5220_device (nw) | 2014-05-13 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' of ssh://mess.org/mame | 2014-05-13 | 24 | -4/+4203 | |
|\ | |||||
| * | Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of | 2014-05-13 | 24 | -4/+4203 | |
| | | | | | | | | work still to do. All basic Amiga models are now supported to varying degrees. | ||||
* | | fixed usage of uninitialized member in tms7000_device (nw) | 2014-05-13 | 1 | -0/+1 | |
|/ | |||||
* | Fixed MT05510 (fixed usage of uninitialized member in tms3556_device) (nw) | 2014-05-13 | 1 | -1/+2 | |
| | |||||
* | removed not needed includes (nw) | 2014-05-13 | 1 | -1/+0 | |
| | |||||
* | cococart to devcb2 (nw) | 2014-05-13 | 3 | -49/+51 | |
| | |||||
* | fixed MT05506 (fixed usage of uninitialized member in hd63484_device) (nw) | 2014-05-13 | 1 | -3/+2 | |
| | |||||
* | voodoo: Removed unused config struct. (nw) | 2014-05-13 | 1 | -16/+0 | |
| | |||||
* | z80sio: devcb2'd so we can get rid of devcb1, refactoring dlair.c to use ↵ | 2014-05-13 | 2 | -51/+44 | |
| | | | | z80dart is not trivial. (nw) | ||||
* | voodoo converted to devcb2, Aaron ignore this one :) (nw) | 2014-05-13 | 3 | -66/+91 | |
| | |||||
* | moved rsp to use devcb2 (nw) | 2014-05-13 | 3 | -56/+104 | |
| | |||||
* | z80dart: Cleanup. (nw) | 2014-05-12 | 1 | -1/+0 | |
| | |||||
* | added asserts for known index out-of-bounds accesses in i8279_device (nw) | 2014-05-12 | 1 | -0/+2 | |
| | |||||
* | Bunch of TGP opcodes used by VF2. | 2014-05-12 | 1 | -0/+15 | |
| | |||||
* | pokey_device: converted to devcb2 (nw) | 2014-05-12 | 2 | -79/+259 | |
| | |||||
* | wd17xx: Cleanup. (nw) | 2014-05-12 | 5 | -20/+10 | |
| | |||||
* | wd17xx: devcb2. (nw) | 2014-05-12 | 6 | -11/+12 | |
| | |||||
* | Cleanup. (nw) | 2014-05-12 | 6 | -28/+0 | |
| | |||||
* | wd17xx: devcb2. (nw) | 2014-05-12 | 6 | -18/+28 | |
| | |||||
* | Fixed typos | 2014-05-11 | 1 | -1/+1 | |
| | |||||
* | Change core_device constructor. | 2014-05-11 | 2 | -14/+9 | |
| | |||||
* | Added 7408, 7411, 7432 and 7437 to netlist. | 2014-05-11 | 11 | -0/+424 | |
| | |||||
* | Fixed gate timing. | 2014-05-11 | 1 | -3/+3 | |
| | |||||
* | (MESS) kb3600: More sensible multi-key handling, now actually behaves like ↵ | 2014-05-11 | 2 | -38/+13 | |
| | | | | h/w. [R. Belmont] | ||||
* | Fix copy/paste mistake in validate error text (nw) | 2014-05-11 | 1 | -1/+1 | |
| | |||||
* | digfx.c, drawgfx.c: don't do unneeded processing or allocate unneeded memory ↵ | 2014-05-11 | 3 | -35/+43 | |
| | | | | for RAW gfx layouts; add -valid check that extxoffs/extyoffs info are present when the layout size demands them [Alex Jackson] | ||||
* | i86: Add 0x6x instruction shadows, used by DEC Rainbow MS-DOS 2.01. [R. ↵ | 2014-05-10 | 1 | -2/+20 | |
| | | | | Belmont, based on a patch by Bavarese] | ||||
* | misc comment fix (nw) | 2014-05-10 | 1 | -1/+1 | |
| | |||||
* | wd7600: extended range of some registers (based on datasheet) (no whatsnew) | 2014-05-10 | 2 | -6/+7 | |
| | |||||
* | (MESS) sega8_slot.c: Small improvement to prevent false positives on ↵ | 2014-05-10 | 1 | -1/+1 | |
| | | | | detecting zemina mapper. (nw) | ||||
* | added asserts in device_gfx_interface::decode_gfx() to detect ↵ | 2014-05-10 | 1 | -0/+2 | |
| | | | | stack-buffer-overflows (nw) | ||||
* | 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) |