summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* New machines marked NOT_WORKING therealmogminer@gmail.com2016-10-253-12/+24
* srcclean (nw) Vas Crabb2016-10-236-93/+93
* Improvements to rgb_t (nw) AJR2016-10-222-4/+4
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-2221-86/+86
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-22556-7105/+7105
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-223-7/+7
* Improved Tx handling with fifo including special case with 1 slot fifo Joakim Larsson Edstrom2016-10-222-54/+141
* Cleanup, TIMER_CALLBACK was only in unused parts (nw) Miodrag Milanovic2016-10-212-788/+0
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-2112-15/+15
* - Added iack by reading rr2 Joakim Larsson Edstrom2016-10-181-101/+44
* Merge pull request #1527 from JoakimLarsson/scc Vas Crabb2016-10-182-15/+24
|\
| * Fixed vector modification Joakim Larsson Edstrom2016-10-172-15/+24
* | 8042kbdc: fix stuff (nw) cracyc2016-10-172-41/+19
* | DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-176-9/+5
|/
* Merge pull request #1524 from JoakimLarsson/scc8530_1 Vas Crabb2016-10-172-93/+297
|\
| * - zbus interface functions zbus_r and zbus_w added supporting shift left/righ... Joakim Larsson Edstrom2016-10-172-93/+297
* | hiscore.dat: Updates [Leezer] cracyc2016-10-161-13/+0
* | amusco: Minor changes (nw) AJR2016-10-151-9/+11
* | Merge pull request #1514 from ajrhacker/hallelujiah Vas Crabb2016-10-161-14/+14
|\ \
| * | amusco: Major improvements; promoted to WORKING AJR2016-10-151-14/+14
* | | -Added: Dallas DS1386-8K and DS1386-32K timekeepers (largely untested). [Ryan... therealmogminer@gmail.com2016-10-165-65/+883
* | | Update 8530scc.cpp CharlesJS2016-10-151-1/+1
|/ /
* | -Added skeleton driver and basic hookups for VeriFone Tranz 330 point of sale... therealmogminer@gmail.com2016-10-132-10/+34
* | missed these in previous commit. (nw) smf-2016-10-122-0/+2
* | unbreak build (nw) smf-2016-10-1210-0/+10
* | Fix clock regression with RP5C01 (nw) AJR2016-10-112-15/+6
* | Soft resets no longer turn back clocks on devices AJR2016-10-0929-133/+86
|/
* Intel documentation is conflicting, which prompted osdev to claim that 128k d... smf-2016-10-062-4/+4
* Applied IBM AT 16-bit DMA wrap round fix to other implementations. (nw) smf-2016-10-061-2/+2
* Drop the upper bit of the address when shifting left, as described http://wik... smf-2016-10-061-2/+2
* Change 6840ptm to use an array of devcb_write_line, nw therealmogminer@gmail.com2016-10-032-79/+32
* -6840ptm: Changed WRITE8 to WRITE_LINE for single-bit outputs. [Ryan Holtz] therealmogminer@gmail.com2016-10-032-15/+15
* Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-021-0/+1
* Fix various spelling fixes. Jordi Mallach2016-09-291-2/+2
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-2/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+2
* srcclean (nw) Vas Crabb2016-09-267-204/+204
* -cmi2x: Fix 6809 interrupt vectoring. [Ryan Holtz] therealmogminer@gmail.com2016-09-252-26/+35
* ti99: State save capability. Not yet fully stable, but basically working. Michael Zapf2016-09-232-2/+11
* Swap non playable primal rage 2 for playable judge dredd for now. Fixes mamet... smf-2016-09-191-3/+1
* ti99: Improve performance by stopping GROM clock in idle state Michael Zapf2016-09-192-1/+4
* 6840: Load the counter when held in reset [O. Galibert] Olivier Galibert2016-09-161-1/+1
* -cmi2x: Fixed channel card memory tests. [Ryan Holtz] therealmogminer@gmail.com2016-09-162-35/+62
* Merge pull request #1395 from ajrhacker/m68340_get_cs Miodrag Milanović2016-09-132-5/+5
|\
| * Memberize public non-member function of m68340cpu_device (nw) AJR2016-09-132-5/+5
* | pcipc: sandbox for emulating a modern-ish pc (nw) Olivier Galibert2016-09-125-33/+860
|/
* 16-bit hook-up for the Sharp LH28F016S flash memory Luca Elia2016-09-102-0/+21
* fix for "warning C4390: ';': empty controlled statement found; is this the in... smf-2016-09-101-1/+1
* Merge pull request #1373 from JoakimLarsson/fccpu30_10 R. Belmont2016-09-085-164/+726
|\