summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-17437-17765/+17649
|
* Some useful fatalerrors Angelo Salese2013-09-164-1/+11
|
* 05284: exprraid and clones: YM3526 has incorrect frequency [Phil Bennett] Phil Bennett2013-09-162-65/+97
| | | | | | | exprraid.c - Cleanups from schematics [Phil Bennett] - Corrected CPU and YM3526 frequencies - Improved protection simulation - Added interrupt acks - Added service coin input
* mos6560: Fixed warning. (nw) Curt Coder2013-09-161-1/+1
|
* (MESS) c128: Added support for double-sided Commodore GCR images to be used ↵ Curt Coder2013-09-165-47/+94
| | | | with the 1571 disk drive. Images can be created with e.g. "copy /b side0.g64+side1.g64 disk.g71" [Curt Coder]
* fixed uninitialized member in cquestsnd_cpu_device (fixes potential cubeqst ↵ Oliver Stöneberg2013-09-161-0/+1
| | | | crash) (nw)
* fix compiler warning Michaël Banaan Ananas2013-09-161-4/+2
|
* fixed unnecessary checks of unsigned variable and endless loop/array ↵ Oliver Stöneberg2013-09-161-2/+4
| | | | out-of-bounds access in src/mess/tools/imgtool/modules/bml3.c (nw)
* removed useless unsigned variable checks in src/lib/formats/ap_dsk35.c (nw) Oliver Stöneberg2013-09-161-1/+1
|
* joystick is 4-way Michaël Banaan Ananas2013-09-161-15/+13
|
* (MESS) lola8a : added cassette Robbbert2013-09-161-6/+27
|
* unico.c: Use actual OCS clocks in the machine config. - NW Brian Troha2013-09-161-10/+10
|
* peplus.c: More minor info - NW Brian Troha2013-09-161-1/+1
|
* peplus.c: More minor info - NW Brian Troha2013-09-161-7/+14
|
* Fixed fb out-of-bounds writes Angelo Salese2013-09-152-30/+67
|
* (MESS) c900 : Added notes, extra rom. Robbbert2013-09-151-30/+61
|
* yunsung8.c: Magix PCB is nearly identical to Cannon Ball PCB except for ↵ Brian Troha2013-09-151-4/+29
| | | | swapping the Cypress FPGA chip for a QuickLogic chip. - NW
* peplus.c: Minor corrections and documentation updates including known payout ↵ Brian Troha2013-09-151-43/+60
| | | | tables for some sets. [Brian Troha]
* (MESS) Software list update [ReadOnly] Wilbert Pol2013-09-143-10/+65
| | | | | | | | -new softlist : snes_vkun.xml (Voice-Kun audio compact discs) first Voice-Kun public dump from King Mike added -snes.xml : new prototype public dump from SNES Central
* 03908 - ddragon2, ddragon2u: [possible] Missing graphics when starting ↵ Phil Bennett2013-09-133-174/+191
| | | | | | | | 2-Player [Phil Bennett] 00416 - ddragonw1: When finishing the game its reset and so go to check rom screen again and freezes! [Phil Bennett] 02106 - ddragon2, ddragon2u: [possible] The game slows down in the first level, after the helicopter appears [Phil Bennett] ddragon.c - Cleanup based on Double Dragon schematics [Phil Bennett]
* fox palette out of bounds access Michaël Banaan Ananas2013-09-132-14/+11
|
* (MESS) Updated comments. (nw) Curt Coder2013-09-132-4/+5
|
* i386: use correct PL and stack address size in call gates (nw) cracyc2013-09-131-2/+5
| | | | --- fixes win95 hw detection
* (MESS) tandy200 : fixed crash at start Robbbert2013-09-132-2/+14
|
* yunsung8.c: Added PCB layout for Cannon Ball (Vertical). [Brian Troha] Brian Troha2013-09-131-35/+60
|
* (mess) at: find a compromise between the at486 and 5170. cracyc2013-09-124-5/+38
| | | | --- at486 floppies work again and 5170 bios 1 still boots, at586 still fails it's floppy tests
* Fix for MT #05287: sgunner2, sgunner2j: Player 2 Start missing (nw) Scott Stone2013-09-121-1/+1
|
* (MESS) sms.c: Improved I/O handling for Japanese and Korean drivers (Pause ↵ Wilbert Pol2013-09-125-61/+86
| | | | button for sg1000m3, TH input for sg1000m3 and smsj, and output via controller ports for Japanese and Korean drivers) [Enik Land]
* a7800.c: Stored data for 26.7 & 27.7 phase shifts with corrections and ↵ Scott Stone2013-09-125-80/+591
| | | | | label for 25.7 values. Made 26.7 (medium) default. Phase shifting falls outside the realm of video controls and hope to implement a selectable toggle hardware option similar to Donkey Kong TKG02/TKG04. [Robert Tuccitto] rainbow.c: RAM OPTION (up to 896K) now emulated; DIP switch enhancements; cold / warm boot OK now. [Bavarese]
* Preliminary startx/starty support, display is repeated on left-right edges, ↵ Angelo Salese2013-09-123-23/+33
| | | | to be improved
* Updated some leftovers from the konamiic modernizations that are behing a ↵ Ivan Vangelista2013-09-126-45/+44
| | | | debug if. (nw)
* i386: int 0 when aam has a 0 radix (nw) cracyc2013-09-122-1/+6
|
* improved regs initialization in src/mame/video/k054156_k054157_k056832.c (nw) Oliver Stöneberg2013-09-121-3/+3
|
* [MT5241] fixed uninitialized memory in src/mame/video/k053251.c (fixes moo.c ↵ Oliver Stöneberg2013-09-121-0/+2
| | | | out of bounds accesses) [Oliver Stöneberg]
* avoid usage of uninitialized memory in ↵ Oliver Stöneberg2013-09-121-11/+2
| | | | src/mame/video/k054156_k054157_k056832.c (nw)
* added missing initialization in src/emu/memarray.c (nw) Oliver Stöneberg2013-09-121-1/+4
|
* (MESS) New skeleton [Robbbert] Robbbert2013-09-125-9/+166
| | | | | ------------------------------------------------- Jonos Escort
* removed unused AM_DEVWRITE8_LEGACY macro (nw) Oliver Stöneberg2013-09-121-2/+0
|
* (MESS) New skeleton [Robbbert] Robbbert2013-09-124-0/+124
| | | | | ------------------------------------------------- Jade JGZ80
* (MESS) imsai : added devices (nw) Robbbert2013-09-121-4/+60
|
* nw Michaël Banaan Ananas2013-09-121-2/+2
|
* remove unused .lay file Jonathan Gevaryahu2013-09-123-18/+0
|
* let's use XTAL consts when we know them (nw) Alex W. Jackson2013-09-122-3/+3
|
* cave.c: correct hotdogst oki clock, for real this time (nw) Alex W. Jackson2013-09-121-1/+1
|
* New games added or promoted from NOT_WORKING status Phil Bennett2013-09-111-230/+398
| | | | | --------------------------------------------------- Tap a Tune [Phil Bennett, Mariusz Wojcieszek]
* (MESS) New skeleton [Robbbert] Robbbert2013-09-114-0/+110
| | | | | ------------------------------------------------- Imsai MPU-B
* esq5505: Sorted out BIOSes for the SD-1 family: newly dumped 3.0 for ↵ R. Belmont2013-09-111-6/+14
| | | | 21-voice, allow selecting 4.02 or 4.10 for 32-voice. [Christian Brunschen, R. Belmont]
* Fixed scanline interrupt in mmc3 mapper in multigam.c (nw) mariuszw12013-09-101-1/+2
|
* (MESS) ibm5150: Fixed keyboard regression introduced in r24103. On the ↵ Wilbert Pol2013-09-102-6/+33
| | | | ibm5150 the PPI PB2 output cannot influence the mainboard keyboard data output. (nw)
* Preliminary SET FEATURES support. Only set transfer mode is currently ↵ smf-2013-09-1011-258/+357
| | | | supported, but this checks/sets flags in the identify device buffer. The buffer has been moved up into atahle and the idehd has been changed to work with words instead of bytes. [smf]