summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
...
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-22/+0
* Always call send_complete_cb, even if no adapter is present (nw) (#4477) tedgreen992019-01-061-4/+7
* remove some MCFG macros that were barely used any more (nw) Vas Crabb2019-01-061-12/+3
* diserial: Make is_receiver_register_full and is_transmit_register_empty const... AJR2019-01-042-12/+2
* wd33x9c: Checkpoint commit for co-debugging Olivier Galibert2019-01-031-0/+1
* (nw) So we're back to MSVC blowing up on non-trivial templates. Lovely. Vas Crabb2018-12-301-7/+8
* seems to get bind errors in some cases without this (nw) Vas Crabb2018-12-292-16/+16
* Start cleaning up palette configuration: Vas Crabb2018-12-298-245/+577
* diserial: Actually check parity of received bytes in modes other than PARITY_... AJR2018-12-281-30/+22
* xtal.cpp: PAL SMS schematics suggest Sega did intend this to be an exact mult... AJR2018-12-271-1/+1
* Eliminate custom_port_read and use ioport finders instead (nw) AJR2018-12-262-22/+0
* New WORKING clone (#4408) ClawGrip2018-12-211-0/+1
* emumem: remove m_baseptr, may fix the save state issues [O. Galibert] Olivier Galibert2018-12-202-11/+2
* -arcadia, binbug, cd2650, cvs, dm7000, dolphunk, galaxia, hp48, instruct, kon... mooglyguy2018-12-151-6/+6
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-146-8/+8
* clean up and improve option descriptions Vas Crabb2018-12-131-31/+31
* dec8.cpp: Fix regression with ghostb, srdarwin (nw) Scott Stone2018-12-091-1/+1
* mu100: Add missing roms, also some wip [Guru, O. Galibert] Olivier Galibert2018-12-061-3/+3
* watchpoint: prevent recursive multiple installs [O. Galibert] Olivier Galibert2018-12-062-6/+14
* hp95lx: new NOT_WORKING machine -- Hewlett-Packard 95LX palmtop Sergey Svishchev2018-12-021-0/+1
* New machines marked as NOT_WORKING AJR2018-12-011-1/+2
* New driver : HP 3478A Digital Multimeter (#4342) fenugrec2018-11-291-0/+1
* Merge tag 'mame0204' Vas Crabb2018-11-281-3/+3
|\
| * (nw) more adjustments: Vas Crabb2018-11-261-3/+3
* | dimemory: Reimplement aa0d17757d9e5857bb99887841133045cc530655 correctly; rea... AJR2018-11-281-2/+3
* | Revert "diemory: Still should be validating all configured address spaces, wh... AJR2018-11-281-2/+1
* | diemory: Still should be validating all configured address spaces, whether or... AJR2018-11-281-1/+2
* | dimemory: Make validity checker warn about configured maps for nonexistent sp... AJR2018-11-281-1/+3
* | New machines marked as NOT_WORKING AJR2018-11-241-0/+1
|/
* srcclean and fixup (nw) Vas Crabb2018-11-251-1/+1
* screen: don't assert on update_partial with scanline<0, plenty drivers do upd... hap2018-11-241-3/+0
* ts1: Add XTAL definition; configure more appropriate devices for this hardwar... AJR2018-11-231-1/+2
* hp9122: add layout (nw) Sven Schnelle2018-11-231-0/+33
* dinetwork: avoid crashing (nw) Patrick Mackinlay2018-11-201-2/+4
* add HP98550 high-res color graphic card Sven Schnelle2018-11-181-0/+1
* -screen.cpp: Added a devcb for easier hooking of the scanline timer. [Ryan Ho... mooglyguy2018-11-172-5/+13
* debugger: add %c to logerror Sven Schnelle2018-11-171-0/+12
* attotime::from_ticks: on 0hz return attotime::never instead of crashing (nw) hap2018-11-111-6/+11
* ncd17c: Add screen raw parameters; improve documentation (nw) AJR2018-11-101-0/+1
* Merge pull request #4264 from hp9k/go_privilege ajrhacker2018-11-105-2/+74
|\
| * debugger: add 'gp' command Sven Schnelle2018-11-065-2/+74
* | attotime from_hz(double): simpler calculation if more than 1Hz (nw) hap2018-11-071-1/+12
* | attotime: as_hz optimization (nw) AJR2018-11-071-1/+1
* | attotime: redo fix from_hz(XTAL) recent regression, sorry for hitting emu.h a... hap2018-11-071-1/+1
* | attotime: fix from_hz(XTAL) recent regression (nw) hap2018-11-071-1/+1
* | attotime: simpler from_hz (nw) hap2018-11-061-4/+4
* | Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-2/+2
|/
* attotime: Add as_hz (nw) AJR2018-11-051-0/+1
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-3/+3
* mbee.cpp: Move XTAL definition to xtal.cpp (nw) AJR2018-11-051-0/+1