summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* fixing scripts for building with new names (nw) Miodrag Milanovic2015-09-302-9/+9
|
* rename of driver files to make names unique (nw) Miodrag Milanovic2015-09-3010-3/+3
|
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-30117-2803/+2786
|
* Merge pull request #352 from kazblox/master R. Belmont2015-09-293-8/+10
|\ | | | | minor sound fixes
| * gblaster/sblaster: minor corrections kazblox2015-09-292-7/+9
| |
| * x1_010: this sample rate value seems closer kazblox2015-09-291-1/+1
| |
* | Merge pull request #353 from Happy-yappH/master R. Belmont2015-09-291-1/+1
|\ \ | | | | | | Reduce quantum frequency. Optimal value still undetermined and likel…
| * | Reduce quantum frequency. Optimal value still undetermined and likely to ↵ Happy2015-09-291-1/+1
|/ / | | | | | | change if RDP emulation speed changes.
* | Merge branch 'master' of https://github.com/mamedev/mame Scott Stone2015-09-294-0/+143
|\ \
| * \ Merge pull request #351 from ramiropolla/nec_p72 David Haywood2015-09-294-0/+143
| |\ \ | | |/ | |/| nec_p72: add skeleton driver for NEC PinWriter P72 dot-matrix printer
| | * nec_p72: add skeleton driver for NEC PinWriter P72 dot-matrix printer Ramiro Polla2015-09-294-0/+143
| | |
* | | tutor.xml - added rescue3d, tripcomm [Ryan Holtz, TeamEurope] Scott Stone2015-09-291-0/+26
|/ /
* | fix c+p error (nw) David Haywood2015-09-291-2/+2
| |
* | the rest (nw) David Haywood2015-09-294-8/+860
| |
* | s16a boots (nw) David Haywood2015-09-293-7/+234
| |
* | s16b boots (nw) David Haywood2015-09-292-18/+724
|/
* remaining s18 boots (nw) David Haywood2015-09-292-6/+391
|
* this stuff was being sold as 'universal Sega repair kit' David Haywood2015-09-296-110/+1404
| | | | it is in fact just a collection of decrypted roms, so not very universal at all.
* hush pedantic Cowering2015-09-291-3/+3
|
* at: let's do it like this instead (nw) cracyc2015-09-293-9/+15
|
* Fix for regression /fatalerror) in k286i (nw) Scott Stone2015-09-291-1/+1
|
* a7800 - More accurate representation of the Activision cart hardware for ↵ Scott Stone2015-09-291-1/+1
| | | | utilized hotspots. Rampage no longer crashes when P1 selects Lizzy. [Mike Saarna]
* add an update rom to the HyperDrive set, unfortunately we can't use it ↵ David Haywood2015-09-291-2/+14
| | | | because it seems to be for updating an older drive TO 1.40, and the only dumped drive we have is already 1.40, keep your eyes out for older drive revisions please.
* make this bootleg run (nw) David Haywood2015-09-292-1/+12
|
* pstream: fix the compile for MSVC (nw) Peter Ferrie2015-09-282-5/+5
|
* device shortname duplication fix (nw) Scott Stone2015-09-281-1/+1
|
* (nw) David Haywood2015-09-293-4/+16
|
* i8271: oops (nw) cracyc2015-09-281-2/+2
|
* process MASH / siftware submisisons, attempted to make a little less hacky (nw) David Haywood2015-09-288-26/+176
|
* i8271: modernize [Carl] cracyc2015-09-2812-1409/+1787
|
* xbox.c: add support for harddisk and cdrom (nw) yz70s2015-09-281-1/+27
| | | | With this it will load the defalut.xbe from an iso image and jump on it
* add method identify_device_buffer() to atapicdr like in idehd (nw) yz70s2015-09-281-0/+2
|
* fixed tms1980 TDO opcode hap2015-09-282-2/+10
| | | | | | | ----------- New games added or marked as working: TI DataMan [hap, Sean Riddle]
* Same (nw) arbee2015-09-281-4/+2
|
* z80scc: use MAME standard 64-bit int workaround (nw) arbee2015-09-281-14/+12
|
* Merge pull request #349 from Happy-yappH/master R. Belmont2015-09-284-12/+42
|\ | | | | Added overlooked factor of 2 to VI timing to account for vertical res…
| * Added overlooked factor of 2 to VI timing to account for vertical resolution ↵ Happy2015-09-284-12/+42
|/ | | | | | | | being set in half-lines. Changed rsp disassembly to use MIPS ABI names for registers. Implemented 'start valid' bit in RDP status register. Increased scheduler quantum time to allow for better r4300 <-> RSP signaling.
* Merge pull request #348 from JoakimLarsson/scc8530_3 R. Belmont2015-09-284-173/+415
|\ | | | | - Added correct reset values
| * - Added correct reset values Joakim Larsson Edstrom2015-09-284-173/+415
| | | | | | | | | | | | | | - Added correct read FIFO depths for the different SCC variants - Started work on interrupt system, not verified/debugged due to lack of software - Added conditonal compile for MVC and GCC LOG messages to sort out differences - Cleaned up LOG messages
* | Merge pull request #347 from felipesanches/wacky_gator R. Belmont2015-09-283-0/+181
|\ \ | | | | | | Skeleton driver for Wacky Gator (Data East - 1990)
| * | Skeleton driver for Wacky Gator (Data East - 1990) whack-a-mole style game ↵ Felipe Corrêa da Silva Sanches2015-09-273-0/+181
| | | | | | | | | | | | with alligators.
* | | driver lib filenames are lowercase hap2015-09-281-2/+2
| | |
* | | TI DataMan WIP hap2015-09-284-4/+213
|/ /
* | namcops2.c: doc update (nw) Guru2015-09-281-18/+29
| |
* | namcops2.c: doc update (nw) Guru2015-09-281-30/+90
| |
* | Merge pull request #345 from felipesanches/zap_computer R. Belmont2015-09-275-0/+239
|\ \ | | | | | | new driver: ZAP - Z80 Applications Processor (by Steve Ciarcia - 1981)
| * | new driver: ZAP - Z80 Applications Processor - based on the book "Build Your ↵ Felipe Corrêa da Silva Sanches2015-09-275-0/+239
| | | | | | | | | | | | Own Z80 Microcomputer" by Steve Ciarcia (1981)
* | | Skeleton driver: Miodrag Milanovic2015-09-273-0/+101
| | | | | | | | | | | | -Squale [Miodrag Milanovic, thanks to Olivier Aichelbaum]
* | | br8641: Added a little meat to the bones. Robbbert2015-09-271-11/+147
| | |
* | | namconb1.c: Documentation update - NW briantro2015-09-271-3/+4
| | | | | | | | | Also make set 2 of Point Blank a clone of set 1 as pointed out by MASH.