summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) Rainbow 100 updates: [Bavarese] R. Belmont2013-12-201-0/+1
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-2015-231/+73
* Pong update: Couriersud2013-12-1915-111/+136
* Removed support for static config from slots and converted the two devices us... smf-2013-12-193-12/+0
* removed MCFG_DEVICE_CONFIG_CLEAR as it's legacy but not used anymore (nw) smf-2013-12-181-2/+0
* MCFG_MODIFY_DEVICE(DEVICE_SELF) is no longer required in machine configs used... smf-2013-12-183-3/+1
* removed unused structure (nw) smf-2013-12-181-8/+0
* k005289.c: refactored, removed redundant state variables and unneccessary flo... Alex W. Jackson2013-12-182-94/+54
* Fixfreq: Don't process hsyncs while we are vsyncing. Fixes video jitter/jumps. Couriersud2013-12-181-7/+5
* uses device_mconfig_additions() to add ata slots, which allows you to just ad... smf-2013-12-174-19/+43
* Improved netlist parser Couriersud2013-12-172-44/+78
* Netlist: Couriersud2013-12-1720-172/+407
* Following a recommendation by smf removing files with capitals in them. These... Couriersud2013-12-172-129/+0
* Discrete audio: No more dynamic allocations in static constructors. Couriersud2013-12-172-3/+12
* m68k: add ability for externally-thrown bus errors to have proper details [R.... R. Belmont2013-12-172-3/+11
* Netlist & pong: Couriersud2013-12-1614-48/+157
* Slot options can now be configured inline without creating an array. Legacy s... smf-2013-12-1612-294/+272
* Netlist: Couriersud2013-12-1612-101/+213
* Reinstated functionality in pstring. This should now be compatible with MSVC. Couriersud2013-12-162-5/+10
* wicat: Hooked up CRTC and DMA on terminal board. There is now a basic displa... mahlemiut2013-12-161-1/+1
* fix for following errors when compiling with visual studio (nw) smf-2013-12-162-10/+10
* fix linking with visual studio (nw) smf-2013-12-161-1/+1
* oops, remove stray printf from testing Robbbert2013-12-151-1/+1
* Fix for MT 05296 Robbbert2013-12-151-2/+3
* safety Michaël Banaan Ananas2013-12-141-0/+1
* amm, move the 0-size test (nw) Olivier Galibert2013-12-141-4/+2
* basically an update to r26433 Michaël Banaan Ananas2013-12-141-3/+3
* r26603 update Michaël Banaan Ananas2013-12-143-5/+12
* finish block before stopping channel playback Michaël Banaan Ananas2013-12-142-86/+89
* wicat: Got the main board to start sending data to the terminal board. mahlemiut2013-12-142-5/+107
* Netlist: Couriersud2013-12-1421-501/+602
* stop channel decoder when stopping playback (needs to be added to mpeg_audio) Michaël Banaan Ananas2013-12-141-2/+11
* Netlist: Couriersud2013-12-1223-1086/+1415
* Netlist: Couriersud2013-12-117-22/+251
* Netlist: Couriersud2013-12-106-55/+108
* made dismips build again, need to move functionality to unidasm (nw) smf-2013-12-092-4/+3
* Added a core for uPD4992 RTC, used by Othello Derby and Power Kick [Angelo Sa... Angelo Salese2013-12-083-0/+239
* improved logging (nw) smf-2013-12-081-2/+10
* Netlist: First steps at taking advantage of sparse matrix properties. Couriersud2013-12-083-94/+240
* Netlist: Math helps ... In the end the solution of the analog subsystem boils... Couriersud2013-12-085-86/+80
* Partial revert of r26391 to avoid regression. (nw) Ivan Vangelista2013-12-084-7/+7
* Fix netlist issues. Forgot to commit pstring.[ch] in previous commit. Couriersud2013-12-083-3/+17
* Patched netlist so we can compile. Robbbert2013-12-081-2/+2
* Netlist: added a simplified BJT Switch Model. This should be sufficient for a... Couriersud2013-12-078-76/+362
* Created DS1204 device & switched megatouch to use it instead of it's own loca... smf-2013-12-063-0/+469
* Netlist: Documented 7493 Couriersud2013-12-035-181/+149
* Netlist: Fix a memory leak Couriersud2013-12-032-0/+18
* i386: permit more msrs for the pentium bios (nw) cracyc2013-12-032-14/+138
* Netlist: Class factory is now initialized dynamically. Couriersud2013-12-0212-75/+156
* Added a work round so that CR589 firmware updating works again, either from t... smf-2013-12-021-43/+53