summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
...
* Unbreak SCU (nw) angelosa2018-04-201-2/+2
* MT #06843 (nw) angelosa2018-04-201-0/+8
* maps: Finish map.m() (nw) Olivier Galibert2018-04-1914-224/+252
* vp415 skeleton updates, nw mooglyguy2018-04-182-0/+261
* tidy (nw) Vas Crabb2018-04-183-3/+3
* Use device_post_load instead of callbacks. (nw) Ted Green2018-04-156-9/+6
* smc91c9x: Use device_pre_save and device_post_load instead of pre/post callba... Ted Green2018-04-152-7/+6
* smc91c9x: Correct data types. (nw) Ted Green2018-04-152-4/+4
* smc91c9x: Add separate transmit fifo and fix irq handling. (nw) Ted Green2018-04-152-51/+124
* vp415 updates, now actually starts proper testing loop, nw mooglyguy2018-04-151-2/+3
* z80ctc: Make channels into subdevices AJR2018-04-142-165/+165
* saa1043.cpp: parenthesized initialization of a member array is a GNU extensio... AJR2018-04-131-2/+2
* Added skeleton SAA1403 device, nw Ryan Holtz2018-04-132-0/+262
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-135-23/+23
* ins8250.cpp: Notes on Intel variants (nw) AJR2018-04-111-0/+10
* Not by me (nw) angelosa2018-04-102-1/+2
* gdfs: Flip-flop is probably not needed here (nw) AJR2018-04-071-4/+7
* fix for building with Visual Studio (nw) smf-2018-04-072-2/+2
* Why isn't gcc bitching on that one? (nw) Olivier Galibert2018-04-051-1/+0
* Clang is being annoying (nw) Olivier Galibert2018-04-051-3/+3
* mb86233/4 rewrite [O. Galibert] Olivier Galibert2018-04-052-0/+423
* bankdev: Allow for an address shift [O. Galibert] Olivier Galibert2018-04-052-8/+14
* restore RAM default fill (nw) Vas Crabb2018-04-031-1/+1
* adc0808: Allow polling of EOC line (nw) AJR2018-04-022-1/+11
* lockon.cpp, vertigo.cpp: Correct ADC clocks (nw) AJR2018-04-022-7/+7
* adc0808: Destaticify Dirk Best2018-04-021-16/+16
* adc0808: Rewrite and make it work Dirk Best2018-04-022-217/+236
* Some logmacro updates. (nw) Michael Zapf2018-04-023-355/+362
* neogeo: Split into real models: Vas Crabb2018-03-291-0/+4
* Merge pull request #3407 from shattered/_e3e67e8 ajrhacker2018-03-281-0/+4
|\
| * i8214: check pending interrupts when ETLG and INTE lines change (nw) Sergey Svishchev2018-03-281-0/+4
* | Reshuffle some stuff: Vas Crabb2018-03-287-8/+8
|/
* minimaws: expose RAM size Vas Crabb2018-03-271-5/+20
* Always show default RAM size in XML output Vas Crabb2018-03-262-54/+61
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-255-50/+50
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* M1COMM: Add preliminary MB89374 emulation (#3378) Ariane Fugmann2018-03-242-0/+787
* ay31015: Fix receiver synchronization at start bit AJR2018-03-231-2/+3
* New working machine added hap2018-03-231-1/+1
* ay31015: Fix receiver desync when next start bit arrives early AJR2018-03-162-15/+51
* er2055: Separate CLK writes to make emulation usable for cit101 (nw) AJR2018-03-152-22/+50
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-147-89/+101
* 68230pit.cpp: Not fully implemented, but worth adding (nw) AJR2018-03-131-1/+3
* (nw) Fixed the build (variables set but not used) Robbbert2018-03-131-8/+8
* 68230pit.cpp: Subtle but helpful internal improvements (nw) AJR2018-03-132-27/+19
* Fix build (nw) AJR2018-03-111-1/+1
* ins8250: Add hack to reset transmitter when baud rate is changed AJR2018-03-112-2/+15
* Merge pull request #3319 from fulivi/hp64k_dev4 R. Belmont2018-03-112-253/+393
|\
| * hp64k: added support for HPIB bus. Extensive improvement of PHI emulation. fulivi2018-03-112-253/+393
* | vt100.cpp: Add XMIT FLAG polling using new i8251 line read handler; correct v... AJR2018-03-112-0/+7
|/