summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Hacked in the dsp56156's "Long Interrupts." Added SUB opcode. [Andrew Gardner] Andrew Gardner2009-09-262-7/+54
* DISCRETE_566 - started making a more accurate simulation based on testing of ... Derrick Renaud2009-09-252-97/+95
* DISCRETE_74LS624 - optimized for some more speed Derrick Renaud2009-09-241-1/+8
* discrete_sound_r now can inquiry any node Couriersud2009-09-241-7/+2
* Cleanups and version bump.mame0134u1 Aaron Giles2009-09-2415-189/+189
* > From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-09-241-2/+7
* > -----Original Message----- Aaron Giles2009-09-246-122/+87
* i8085: Curt Coder2009-09-231-4/+2
* Removed enable line from DISCRETE_DAC_R1, DISCRETE_566, DISCRETE_74LS624, DIS... Derrick Renaud2009-09-233-237/+193
* Tweaked last DISCRETE_74LS624 update. NOT worth mentioning. Derrick Renaud2009-09-231-6/+3
* Optimized DISCRETE_74LS624 making dkongjr and mario faster. Derrick Renaud2009-09-232-5/+21
* Corrected incorrect XTAL value for XTAL_32_768kHz [ArcadeNUT] Scott Stone2009-09-221-1/+1
* Converted 6532riot to devcb interfaces Couriersud2009-09-223-25/+27
* Discrete Updates: Derrick Renaud2009-09-214-10/+158
* Added TMS5220C variant to tms5220.c [Credit: Lord Nightmare] Couriersud2009-09-212-6/+133
* Added comment that looping has tms5220 hooked up to cpu. Couriersud2009-09-211-0/+4
* Changed irq callback to be of type devcb_write_line Couriersud2009-09-212-9/+13
* Changed all tms5220 lines to (READ|WRITE)_LINE_DEVICE_HANDLER Couriersud2009-09-212-17/+23
* [z80dma]: Fixed ready flag when the DMA disabled/enabled commands are used Angelo Salese2009-09-211-0/+6
* z80dma: added preliminary search mode support and fixed a bug with WR3 mask b... Angelo Salese2009-09-211-8/+21
* Now allow for banks to take up half of the available slots. Aaron Giles2009-09-212-4/+4
* > -----Original Message----- Aaron Giles2009-09-212-58/+57
* From: Pugsy [pugsy@gmx.net] Aaron Giles2009-09-211-1/+1
* Made INI file order explicit via priorities. Aaron Giles2009-09-213-17/+25
* Implemented a RS and WS line interface for tms5220 Couriersud2009-09-202-27/+178
* z80dma: added decrement step mode and fixed a conceptual bug with portA writes Angelo Salese2009-09-201-5/+8
* Support external baud rates in the MC68681 DUART R. Belmont2009-09-202-1/+27
* Move fake I/O ports into enum Couriersud2009-09-191-14/+9
* Verified irq handling (please credit Quench) Couriersud2009-09-191-6/+11
* Fix bugs introduced in last commit Couriersud2009-09-191-41/+54
* z80dma: implemented fixed port transfer behaviour. Angelo Salese2009-09-191-4/+7
* - Added S2650_FO_PORT fake port for flag output line. Couriersud2009-09-192-81/+95
* tms5110 now exhibits Rom Clock signal Couriersud2009-09-192-1/+32
* Fixed disassembly of NEG Rd,Rs instruction in ARM7TDMI Thumb mode [Harmony] Ryan Holtz2009-09-182-1/+6
* z80dma: Implemented reset command Angelo Salese2009-09-181-1/+29
* Fixed various issues with the dsp56156 disassembler. [Andrew Gardner] Andrew Gardner2009-09-182-193/+242
* ym2612/3834: updates to track latest knowledge [Eke-Eke, Nemesis] R. Belmont2009-09-181-23/+24
* CVS & tms5110 Couriersud2009-09-182-12/+53
* Partially implemented TMS5110_CMD_TEST_TALK Couriersud2009-09-171-0/+15
* "=A" inline assembly seems to be only supported on 32bit gcc. Provide a 64bit... Couriersud2009-09-161-0/+16
* z80dma: Fixed Initiate read command Angelo Salese2009-09-161-6/+9
* z80dma: Added enable/disable irq, force ready and reinitialize status byte co... Angelo Salese2009-09-161-6/+32
* z80dma: Added continue and reset port A/B timing commands Angelo Salese2009-09-161-7/+17
* z80dma: Added Initiate read sequence command and hooked up basic status reading Angelo Salese2009-09-161-4/+25
* m68k: don't save signal contexts on *BSD and Mac OS X [scarlet, R. Belmont] R. Belmont2009-09-161-1/+28
* lr35902: do not clear the interrupt flag when the cpu is halted and no interr... Wilbert Pol2009-09-151-1/+0
* lr35902 cpu core: Improved handling of the DI+HALT bug. Wilbert Pol2009-09-142-6/+1
* i386: improved handling of override prefixes after a rep instruction [Gabriel... Michaël Banaan Ananas2009-09-141-18/+49
* Added device_find_child_by_tag helper function. Curt Coder2009-09-142-0/+24
* removed confusing double variable name Michaël Banaan Ananas2009-09-121-4/+2