summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* sharc: Changed delayed IOP writes to use timers. Ville Linde2012-09-121-33/+26
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-117-30/+24
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-1111-37/+36
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-114-3/+8
* Generalized the PLS100 into a PLA device of variable amounts of inputs/output... Curt Coder2012-09-113-44/+81
* (MESS) mos8563: Fixed attributes. (nw) Curt Coder2012-09-112-43/+125
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-1133-86/+107
* fixed RORA/RORB opcodes in HC11 core. (nw) Sandro Ronco2012-09-101-2/+2
* Added asl_ext, bclr_dir, bset_dir opcodes to the HC11 core. (nw) Sandro Ronco2012-09-102-3/+50
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-106-34/+87
* (UPD->uPD) Michaël Banaan Ananas2012-09-101-18/+19
* fix es5506 issue (no whatsnew) Miodrag Milanovic2012-09-101-1/+1
* Fix gfx_element behaviors for dynamically created single- Aaron Giles2012-09-102-3/+3
* update notes 2 Michaël Banaan Ananas2012-09-091-3/+12
* update notes Michaël Banaan Ananas2012-09-092-3/+23
* rommask makes more sense Michaël Banaan Ananas2012-09-091-5/+14
* add upd7756_device Michaël Banaan Ananas2012-09-092-4/+44
* add asserts to prevent array overflow or nullpointer access Michaël Banaan Ananas2012-09-091-2/+6
* uninitialized variable Michaël Banaan Ananas2012-09-091-0/+1
* (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] Olivier Galibert2012-09-082-13/+13
* removed test ready command as scsidev already handles it. (nw) smf-2012-09-082-11/+0
* sharc: Minor optimizations Ville Linde2012-09-082-45/+35
* added missing \n to even more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-0820-75/+75
* (MESS) support for writing to compressed hard drives using diff files. [smf] smf-2012-09-082-43/+83
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-0822-59/+59
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-082-5/+0
* pass some parameters in netlist.h by reference for consistency (no whatsnew) Oliver Stöneberg2012-09-081-12/+12
* mos6560: Refactored to use an rgb32 bitmap. (nw) Curt Coder2012-09-082-42/+23
* (MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC a... Curt Coder2012-09-082-1/+427
* fixed some printf format string warnings reported by cppcheck (no whatsnew) Oliver Stöneberg2012-09-082-3/+3
* es5503: Preserve phase when oscillators loop [R. Belmont] R. Belmont2012-09-082-8/+20
* removed some astring::stringbuffer() usage - fixes potential missing \0 termi... Oliver Stöneberg2012-09-073-3/+11
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-0766-360/+360
* (MESS) mos6566: Added VIC-IIe variants. (nw) Curt Coder2012-09-071-1/+1
* tilemap_create_device users modernized (no whatsnew) Miodrag Milanovic2012-09-071-11/+0
* PowerPC: 100% pass of integer portion of PPCTorture on all DRC backends. [R. ... R. Belmont2012-09-071-4/+37
* DRC: Give C backend x86/x64 shift=0 behavior for consistency [R. Belmont] R. Belmont2012-09-071-8/+21
* (MESS) svga_s3: Added Hardware Graphics Cursor. Works fine under Windows 95, ... mahlemiut2012-09-062-2/+321
* (MESS) vic20: Refactored VIC to a modern device. (nw) Curt Coder2012-09-062-595/+639
* tc009xlvc modernized tilemap (no whatsnew) Miodrag Milanovic2012-09-062-21/+22
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-065-66/+121
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-0610-659/+627
* made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... smf-2012-09-054-129/+12
* Converted Namco C40 road chip to a device. Updated users. Aaron Giles2012-09-052-0/+9
* Move the constants up where they should be. Aaron Giles2012-09-051-15/+14
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-053-36/+80
* mos6560: Refactored interface to use devcb. (nw) Curt Coder2012-09-052-46/+97
* Made core able to use bios selection per slot device [Miodrag Milanovic] Miodrag Milanovic2012-09-056-21/+73
* WIP Namco System 2/21/etc cleanup/modernization. Aaron Giles2012-09-051-0/+3
* (MESS) svga_s3: Added basic support for Bresenham lines. mahlemiut2012-09-051-14/+59