summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* Fix MT05813, memory trashing by z8536 device therealmogminer@gmail.com2016-08-292-6/+6
* srcclean and translation regeneration Vas Crabb2016-08-294-36/+36
* Another round of these Vas Crabb2016-08-2710-18/+18
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-272-12/+13
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-3/+3
* * Doxyfy a significant chunk of devfind.h Vas Crabb2016-08-252-7/+11
* Less errorlog spam. (nw) Curt Coder2016-08-161-49/+51
* replace BITSWAP8/16/24/32 macros with constexpr function that works for any n... Vas Crabb2016-08-162-2/+0
* upd765: drop redundant tag() in logerror calls (nw) Sergey Svishchev2016-08-151-49/+39
* hdc92x4: Added 9224 emulation; ti99_dsk: Fixed issue with deleted data marks ... Michael Zapf2016-08-142-293/+455
* Compile fix from René (nw) Scott Stone2016-08-121-2/+2
* mc6852: WIP (nw). Curt Coder2016-08-122-52/+89
* wangpc: Fixed keyboard error on POST. [Curt Coder] Curt Coder2016-08-111-0/+3
* add override qualifier Vas Crabb2016-08-111-2/+2
* Added PC-AT mode (still untested), some preparations for 9224 emulation Michael Zapf2016-08-112-71/+284
* abc1600: WIP. (nw) Curt Coder2016-08-101-1/+1
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-0/+1
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+1
* | c64: Optimized the 1541 bit read/write function slightly without noticable ef... Curt Coder2016-08-071-53/+53
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0620-22/+22
* | Fixed the build. Robbbert2016-08-061-1/+1
* | fix ASCII keyboard home row (nw) Vas Crabb2016-08-061-9/+9
* | Devfind revision phase 2 (nw) AJR2016-08-051-9/+9
* | Separation of the LDP-1450 laserdisc player to its own device. James Wallace2016-08-044-26/+459
* | Improved logging; fixed missed CTS signal, outgoing RTS, incoming DTR Michael Zapf2016-08-041-9/+12
|/
* Let's give the new srcclean a spin... Vas Crabb2016-08-022-9/+9
* default auto CR on LF for generic terminal (nw) Vas Crabb2016-08-021-1/+1
* ti99: Fixed stuck INT line in TMS9902; improve logging Michael Zapf2016-08-021-35/+40
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-016-155/+155
* fix after pass through the diff Vas Crabb2016-08-011-3/+3
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-6/+6
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-315-20/+20
* Merge branch 'master' into remove_public_has_been_created Nathan Woods2016-07-301-1/+2
|\
| * Added workaround for MSVC warning Nathan Woods2016-07-301-0/+5
* | Removed device_image_interface::has_been_created() Nathan Woods2016-07-303-6/+15
|/
* Fixed validation error with teletypewriter. Robbbert2016-07-291-1/+1
* Whoops (nt) Vas Crabb2016-07-271-1/+1
* keyboard improvements: [Vas Crabb: Vas Crabb2016-07-273-8/+24
* Keyboard/terminal improvements: [Vas Crabb] Vas Crabb2016-07-275-448/+687
* Cleanups and version bump Miodrag Milanovic2016-07-2711-639/+635
* ins8250: be a bit more careful (nw) cracyc2016-07-261-1/+1
* atapicdr: unbreak firebeat (nw) cracyc2016-07-263-1/+24
* feversoc: More inputs figured out AJR2016-07-241-1/+1
* input_merger: Change license to BSD-3 Dirk Best2016-07-232-2/+2
* Add a device as proof of concept which merges several input lines into a comm... Dirk Best2016-07-232-0/+229
* Merge pull request #1131 from npwoods/consolidate_call_softlist_load Vas Crabb2016-07-231-1/+1
|\
| * Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
| * device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-211-1/+1
* | Make ACIA write initial line state in reset to avoid crash (nw) Vas Crabb2016-07-222-0/+4
* | Get sun4_40 happy with SCSI therealmogminer@gmail.com2016-07-222-0/+27