Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored Konami System 573 to use ATA_INTERFACE [smf] | 2013-08-29 | 6 | -64/+229 | |
| | |||||
* | SCSP: fixed DMA when SH-2 enables it [Angelo Salese] | 2013-08-28 | 2 | -6/+17 | |
| | |||||
* | AICA: Implemented DMA [Angelo Salese] | 2013-08-28 | 1 | -3/+126 | |
| | |||||
* | (MESS) tandy2k: Cleanup. (nw) | 2013-08-28 | 3 | -3/+3 | |
| | |||||
* | SCSP: hooked up DGATE functionality for DMA [Angelo Salese] | 2013-08-28 | 1 | -8/+32 | |
| | |||||
* | small simplification to src/emu/video/315_5124.c (nw) | 2013-08-27 | 1 | -2/+2 | |
| | |||||
* | 315_5124.c: Prevent writing outside the m_selected_sprite array. (nw) | 2013-08-27 | 1 | -2/+2 | |
| | |||||
* | mcs51.c: Modernized cpu core. | 2013-08-27 | 4 | -963/+1053 | |
| | |||||
* | Modernized video/hd63484.c. This should be merged with video/h63484.c. (nw) | 2013-08-27 | 2 | -475/+487 | |
| | |||||
* | Modernized 74153.c. This still needs updating to devcb/devcb2. (nw) | 2013-08-27 | 2 | -146/+129 | |
| | |||||
* | Added command line option to force DRC C backend [Miodrag Milanovic] | 2013-08-27 | 9 | -19/+4 | |
| | |||||
* | Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added ↵ | 2013-08-27 | 17 | -227/+252 | |
| | | | | option to enable/disable DRC from command line (-drc -nodrc by default it's on) [Miodrag Milanovic] | ||||
* | got rid of redundant read in src/emu/315_5124.c (nw) | 2013-08-26 | 1 | -4/+10 | |
| | |||||
* | Fixed H-Blank IN regression, made CH2 DMA to fire irq via CPU cycles, ↵ | 2013-08-25 | 1 | -1/+1 | |
| | | | | miscellanea | ||||
* | exclude a few more codebits with FASTDEBUG=1 (nw) | 2013-08-25 | 2 | -1/+10 | |
| | |||||
* | fixed Visual Studio compilation (nw) | 2013-08-25 | 2 | -0/+4 | |
| | |||||
* | refactored to use ATA_INTERFACE [smf] | 2013-08-25 | 1 | -0/+2 | |
| | |||||
* | added support to display dividers in the debugger state view | 2013-08-25 | 5 | -71/+149 | |
| | | | i8089: improved debugger view | ||||
* | Replaced ISA16_IDE_CD with ATAPI_CDROM, replaced ISA16_IDE & ISA16_IDE_CD in ↵ | 2013-08-24 | 12 | -976/+1487 | |
| | | | | southbridge_device with two BUS_MASTER_IDE_CONTROLLERs. [smf] | ||||
* | i8089: converted to a proper cpu core, added debugger support and disassembler | 2013-08-24 | 9 | -1247/+1621 | |
| | |||||
* | (mess) compis: doesn't appear to use text mode (nw) | 2013-08-23 | 1 | -1/+1 | |
| | | | i86: doh! (nw) | ||||
* | mc68hc11.c: Modernized cpu core (nw) | 2013-08-23 | 4 | -2188/+2457 | |
| | |||||
* | mcs48.c: Modernized cpu core (nw) | 2013-08-23 | 2 | -971/+1256 | |
| | |||||
* | setname and description changes to DRC devices to indicate such is being ↵ | 2013-08-23 | 3 | -38/+38 | |
| | | | | used (nw) | ||||
* | few more fixes (nw) | 2013-08-23 | 1 | -0/+1 | |
| | |||||
* | Fix invalid error message and copy/paste typo (nw) | 2013-08-23 | 1 | -1/+2 | |
| | |||||
* | added missing short names to legacy devices and added validation that short ↵ | 2013-08-23 | 54 | -33/+213 | |
| | | | | name is always mandatory (nw) | ||||
* | Fixed missing devices from XML (excluding legacy cpu) (nw) | 2013-08-23 | 3 | -1/+7 | |
| | |||||
* | Modernized ttl74148.c. This still needs updating to devcb/devcb2. (nw) | 2013-08-22 | 2 | -181/+156 | |
| | |||||
* | some 5 min slider work, to make it affect settings (nw) | 2013-08-22 | 1 | -0/+34 | |
| | |||||
* | removed some unused legacy functions / flagged a few more things as ↵ | 2013-08-22 | 4 | -10/+5 | |
| | | | | deprecated / reduced the DEPRECATED noise a bit for now nw) | ||||
* | removed DECL_NORETURN in favor of ATTR_NORETURN (nw) | 2013-08-22 | 1 | -2/+2 | |
| | |||||
* | added makefile define DEPRECATED to show warnings about deprecated code / ↵ | 2013-08-22 | 1 | -2/+2 | |
| | | | | added ATTR_DEPRECATED / flag some stuff in diexec.h as deprecated (nw) | ||||
* | mb88xx.c: Modernized cpu core (nw) | 2013-08-21 | 2 | -660/+610 | |
| | |||||
* | removed unused periodic interrupt legacy code (nw) | 2013-08-21 | 3 | -25/+3 | |
| | |||||
* | added MCFG_MACHINE_RESET_REMOVE / MCFG_*_RESET(0) cleanup (nw) | 2013-08-21 | 1 | -0/+2 | |
| | |||||
* | simpler implementation of MCFG_DEVICE_{VBLANK|PRIODIC}_INT_REMOVE (nw) | 2013-08-21 | 2 | -30/+2 | |
| | |||||
* | removed some unused device_irq_acknowledge_callback occurrances (nw) | 2013-08-21 | 6 | -6/+0 | |
| | |||||
* | fixed typo in comment (nw) | 2013-08-21 | 1 | -1/+1 | |
| | |||||
* | a regular 68000 processor will generate a read operation when using the ↵ | 2013-08-21 | 1 | -3/+24 | |
| | | | | | | | clr.b/.w/.l opcodes, this was fixed / changed on the 020. I'm not aware of any software explicitly requiring this right now, but it would be detectable if you have read-triggered hardware and various 68k documents advise caution when using the opcodes / porting code using said opcodes to a 020 based machine for that reason. There was some private discussion with Charles before doing this, apparently it is detectable on the Genesis where a read from the VDP port will increment the internal address counter. | ||||
* | More setname corrections to further expand XML device coverage (nw) | 2013-08-21 | 1 | -1/+1 | |
| | |||||
* | Fix duplicate shortnames to allow XML to show device (nw) | 2013-08-20 | 1 | -5/+5 | |
| | |||||
* | mb86233.c: Modernized cpu core (nw) | 2013-08-20 | 2 | -390/+345 | |
| | |||||
* | removed unused legacy VBLANK interrupt code | 2013-08-20 | 3 | -22/+2 | |
| | |||||
* | added MCFG_{CPU|DEVICE}_VBLANK_INT_REMOVE and ↵ | 2013-08-20 | 3 | -0/+41 | |
| | | | | MCFG_{CPU|DEVICE}_PERIODIC_INT_REMOVE to properly remove non-legacy VBLANK interrupts - the current code only reset the legacy interrupt which wasn't set anyways | ||||
* | (mess) compis: starts to read the floppies (nw) | 2013-08-20 | 1 | -1/+1 | |
| | |||||
* | m37710.c: Modernized cpu core (nw) | 2013-08-19 | 4 | -1261/+3063 | |
| | |||||
* | add sliders to settings page, and show current values (nw) | 2013-08-19 | 1 | -18/+29 | |
| | |||||
* | fixed faulty if-condition in src/emu/cpu/i86/i186.c (nw) | 2013-08-19 | 1 | -1/+1 | |
| | |||||
* | some legacy cleanups of comments (nw) | 2013-08-19 | 2 | -2/+0 | |
| |