summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* cdp1852: Replace callback macros with devcb3 bindings; use line write handler... AJR2018-07-197-153/+198
* cosmac.cpp: Clarify some minor stuff (nw) AJR2018-07-191-1/+6
* vgmplay.cpp : Add RF5C68/RF5C164 support, Add PCM Write handler (#3756) cam9002018-07-192-10/+119
* Merge pull request #3759 from cam900/patch-39 ajrhacker2018-07-191-1/+1
|\
| * vgmplay.cpp : Fix nmk112 banked table mask cam9002018-07-191-1/+1
* | namcos2.cpp : Fix finallap boot cam9002018-07-193-1/+15
|/
* cosmac.cpp: Interface overhaul (nw) AJR2018-07-194-106/+167
* New working software list additions Justin Kerk2018-07-182-4/+199
* galaxold.cpp: correct coin counter for scramb3 set (nw) Ivan Vangelista2018-07-182-7/+28
* Damn this design is ridiculous, let's just make it a little less crash-prone ... Olivier Galibert2018-07-181-0/+3
* Not going to pretend I understand that code, but that reduces blowups (nw) Olivier Galibert2018-07-181-1/+2
* Scramble (bootleg, set 2) [hammy, The Dumping Union] Ivan Vangelista2018-07-172-1/+17
* peplus.cpp: output_finder, removed timer_set, save state support (nw) Ivan Vangelista2018-07-171-737/+761
* ps2sony: Checkpoint, nw mooglyguy2018-07-1718-226/+2815
* Avoid some unintended undefined behavior in devices/cpu/i386. Spotted by cppc... Melissa Goad2018-07-172-2/+2
* dragon devices: remove MCFG_ and machine().device (nw) Nigel Barnes2018-07-173-50/+32
* specpls3_flop.xml: correct softwarelist name (nw) Nigel Barnes2018-07-161-1/+1
* New working software list additions Nigel Barnes2018-07-162-48/+1029
* camplynx_cas: Added support for multiple files (concatenated) in TAP file. Nigel Barnes2018-07-161-42/+81
* remove lots of MCFG_ (nw) Vas Crabb2018-07-1753-1375/+1222
* vp122: Add attribute RAM and buffers (nw) AJR2018-07-161-16/+33
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-16347-976/+935
* decstation.cpp: added more devices, now runs enough to give an interactive PR... arbee2018-07-153-10/+189
* mc146818: support direct-access bus hookup method. [R. Belmont] arbee2018-07-152-59/+76
* galpani3.cpp : Implement/Fix some effects(Background color fading in intro, G... cam9002018-07-163-26/+33
* sknsspr.cpp : Add bitmap clearing disable bit cam9002018-07-154-21/+12
* 1942.cpp: More (MCFG_) macro cleanup. (nw) Vinicius Sa2018-07-151-18/+20
* hiscore.dat: Updates [Leezer] cracyc2018-07-152-100/+146
* neogeo: add edge connector pinouts (nw) Vas Crabb2018-07-151-0/+42
* (nw) Housekeeping Robbbert2018-07-151-0/+1
* Fix crash when running a DRC CPU core under Emscripten (#2794). [Justin Kerk] Justin Kerk2018-07-151-2/+2
* Update WebAssembly parameters for current Emscripten (nw) Justin Kerk2018-07-151-1/+4
* cit220p: DUART timer drives something (nw) AJR2018-07-141-2/+12
* cit220p: Add keyboard MCU (nw) AJR2018-07-141-1/+17
* cit220p: Add AVDC latch access and attribute RAM (nw) AJR2018-07-141-8/+16
* scn2674.cpp: Actually checking for the optional space helps (nw) AJR2018-07-141-2/+2
* v550: Fix stupid mistake (nw) AJR2018-07-141-1/+1
* New skeleton device: Western Digital WD1007A ESDI hard disk controller [Al Ko... AJR2018-07-146-0/+121
* New machines marked as NOT_WORKING: arbee2018-07-145-0/+242
* really should split up this class (nw) Vas Crabb2018-07-151-1/+1
* more cleanup and removal of mcfg (nw) Vas Crabb2018-07-1533-538/+470
* cosmac.cpp: More helper functions (nw) AJR2018-07-142-3/+25
* realbrk.cpp : Fix sprite priority, Add notes, Reduce runtime tag lookups (#3748) cam9002018-07-153-129/+121
* Wow. I can't believe I missed this. (nw) Melissa Goad2018-07-151-1/+1
* Add a driver for the original iPhone. (#3742) Melissa Goad2018-07-157-29/+188
* ps2sony: Checkpoint. Adds a bunch of vector and parallel ops to the EE core, ... mooglyguy2018-07-1422-378/+3711
* oops.. missed one (nw) Scott Stone2018-07-131-1/+1
* Merge branch 'master' of https://github.com/mamedev/mame Scott Stone2018-07-1355-1685/+1475
|\
| * cosmac: Fix disassembly; very minor cleanup (nw) AJR2018-07-133-14/+12
| * witness the power of devcb3 to tear through boilerplate (in Taito C-Chip), al... Vas Crabb2018-07-1428-386/+252