summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* logerror is cool with std::string - don't use .c_str, some ostream flags stic... Vas Crabb2018-06-252-38/+38
* sonydriv: fixed long-standing disk-switch regression [R. Belmont] arbee2018-06-251-0/+6
* appease MSVC (nw) Vas Crabb2018-06-252-5/+2
* small cleanup (nw) Vas Crabb2018-06-243-7/+4
* srcclean and other cleanup (nw) Vas Crabb2018-06-2424-174/+168
* m5074x: added missing memory_space_config() (nw) arbee2018-06-231-0/+7
* mips3: Added VU0 macro-instructions to R5900 disassembler, pending split into... mooglyguy2018-06-234-38/+195
* mc146818: correct interrupt polarity (nw) (#3627) Patrick Mackinlay2018-06-235-17/+4
* nt7534: Add bounds checking to help prevent data corruption and segmentation ... AJR2018-06-231-15/+21
* Topcat improvements (#3663) Sven Schnelle2018-06-237-59/+121
* Merge pull request #3687 from sschnelle/6840_div8_fix ajrhacker2018-06-231-0/+4
|\
| * 6840ptm: fix divide by 8 mode Sven Schnelle2018-06-231-0/+4
* | im6402: UART, not USART (nw) AJR2018-06-231-1/+1
|/
* mips3: Added disassembler for Emotion Engine core opcodes. VU macro ops are s... mooglyguy2018-06-235-314/+706
* cidx628: Make this display something again AJR2018-06-222-0/+28
* bus/nes: Eliminate remaining machine().device usage the ugly way (nw) AJR2018-06-224-13/+31
* com8116: Standardize nibble-packed write handlers; disable FX4 timer if not n... AJR2018-06-222-5/+32
* hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw mooglyguy2018-06-225-41/+82
* -39in1: Split Intel XScale PXA255 peripherals into a separate device. [Ryan H... mooglyguy2018-06-213-0/+1854
* switch a2echoii to use logmacro.h (nw) Lord-Nightmare2018-06-211-23/+18
* -kbdc8042: Added rudimentary PS/2 mouse support. [Ryan Holtz] mooglyguy2018-06-192-183/+136
* Merge pull request #3673 from sschnelle/pack_fix R. Belmont2018-06-181-6/+6
|\
| * 68k: fix pack instructions Sven Schnelle2018-06-181-6/+6
* | Revert "floppy: Add an optional spinup delay to prevent unrealistic fast resp... Olivier Galibert2018-06-182-69/+14
* | upd765: Add HEAD_LOAD state, used as a spinup delay by some systems. Michael Zapf2018-06-182-8/+35
* | floppy: Add an optional spinup delay to prevent unrealistic fast responses. D... Michael Zapf2018-06-182-14/+69
|/
* clean up some excessively long comment lines, and made the capitalization of ... Lord-Nightmare2018-06-181-18/+46
* 68k: fix carry flag clear in divs instruction (#3670) Sven Schnelle2018-06-171-6/+4
* upd765: Improved logging; removed status flag ST1.ND on missing IDAM/DAM Michael Zapf2018-06-172-24/+98
* Add HP9122 floppy drive (#3657) Sven Schnelle2018-06-175-0/+2104
* tms9928a: Expose internal palette through device_palette_interface AJR2018-06-172-22/+25
* TMS5220 changes, bugfixes and updates (#3654) Jonathan Gevaryahu2018-06-172-262/+238
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-178-40/+39
* make it possible to set screen update functions without macros without syntax... Vas Crabb2018-06-161-4/+23
* fix build, misc cleanup (nw) Vas Crabb2018-06-161-7/+5
* i82371sb.cpp: isa does not use separate spaces since they cause problems (nw) yz70s2018-06-152-38/+18
* fdc37c93x.cpp: put memory mappings in remap routine (nw) yz70s2018-06-151-5/+16
* svga_tseng.cpp: move memory mappings to remap routine (nw) yz70s2018-06-152-2/+13
* x2212: Address sanity checking (nw) AJR2018-06-151-0/+2
* x2212: Remove memory interface and clean up code AJR2018-06-152-87/+29
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-1531-115/+112
* i8275: Clean up code slightly (nw) AJR2018-06-141-18/+15
* get rid of some overloaded names - a lot of these will become unnecessary aft... Vas Crabb2018-06-148-21/+21
* mcs51.cpp: Consolidate internal address maps; remove P0 from ROMless versions... AJR2018-06-132-24/+13
* Remove emupal.h from emu.h (nw) AJR2018-06-1334-0/+40
* kaneko16: eliminated machine().device usage, nw mooglyguy2018-06-131-0/+5
* ad1848, cem3394: More descriptive device names (nw) AJR2018-06-122-3/+3
* tms5220: Convert logging calls to logmacro.h standard (nw) AJR2018-06-122-333/+268
* Revert "tms5220: fix the READYQ callback to poll the fifo state with a timer ... Vas Crabb2018-06-122-288/+275
* tms5220: fix the READYQ callback to poll the fifo state with a timer loop ins... Lord-Nightmare2018-06-122-275/+288