summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) Fixed video memory paging (no whatsnew) mahlemiut2012-09-131-3/+11
|
* (MESS) gfxultra: added extended bits for display start and cursor start. ↵ mahlemiut2012-09-131-1/+9
| | | | Expanded cursor_start to UINT32 to accomodate. (no whatsnew)
* sharc: Rewrote DMA handling to use timers. Ville Linde2012-09-122-106/+124
|
* Fix pong crash in debug build. No wn. Couriersud2012-09-121-0/+1
|
* Fix compile - no need for this include (no whatsnew) Miodrag Milanovic2012-09-121-1/+0
|
* HC11 core: fixed N flag in 16-bit operations. (nw) Sandro Ronco2012-09-121-1/+1
|
* (MESS) Death to palettes. (nw) Curt Coder2012-09-1214-39/+75
|
* AM_BASE_LEGACY breathes its last. Aaron Giles2012-09-121-3/+0
|
* Checkpoint Angelo Salese2012-09-122-5/+66
|
* (MESS) Added preliminary ATi Graphics Ultra support mahlemiut2012-09-122-249/+1068
| | | | (MESS) svga_s3/gfxultra: Added vector line drawing and short stroke vectors.
* Get rid of devtag_reset macro. Aaron Giles2012-09-121-3/+0
|
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-1221-175/+35
|
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-123-11/+6
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Place-holder Angelo Salese2012-09-123-0/+171
|
* 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
| | | | | | | device_execute/memory_interfaces respectively in order to catch unnecessary usage of the corresponding device_t methods. Removed all existing redundant usage. [Aaron Giles]
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-1111-37/+36
| | | | | | | | | | | | | | | and set_state() to set_state_int() for consistency. Update all callers. Also add set_pc() helper and updated all callers to use that instead of set_state_int(STATE_GENPC) [Aaron Giles] Added device_t::state() method to get the state interface. Added redundant device_state_interface::state() method to catch redundant use of it. [Aaron Giles] Removed cpu_get_reg() and cpu_set_reg() macros in favor of using the above methods. [Aaron Giles]
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-114-3/+8
| | | | | | resolved device_state_interface. Added redundant methods to device_state_interface to generate errors when this is done.
* Generalized the PLS100 into a PLA device of variable amounts of ↵ Curt Coder2012-09-113-44/+81
| | | | inputs/outputs/terms. [Curt Coder]
* (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
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* 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
| | | | | (MESS) mos6581: Improved interface. (nw) mos6526: Improved interface. (nw)
* (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
| | | | element raw objects used in offbeat drivers like metro.c.
* 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 ↵ Oliver Stöneberg2012-09-082-5/+0
| | | | whatsnew)
* 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 ↵ Curt Coder2012-09-082-1/+427
| | | | as an MC6845 variant. The VIC-IIe and VDC now have their own screens. Not fully working yet, WIP. (nw)
* 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 ↵ Oliver Stöneberg2012-09-073-3/+11
| | | | termination (no whatsnew)
* 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
| | | | Belmont]