summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | micro3d.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-143-11/+29
| | |
* | | gaelco2.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-143-35/+72
| | |
* | | Forgot to update the interpolation tables to use the "IP" (0,1,2,3,4,5,6,7) ↵ Lord-Nightmare2015-08-142-22/+16
| | | | | | | | | | | | instead of logical (1,2,3,4,5,6,7,0) order, since the new code imported to tms5110.c needs the former. (nw)
* | | Aussie Byte: changed default screens Robbbert2015-08-141-1/+1
| | |
* | | Replaced the frame parse and speech generation code from tms5110.c with the ↵ Lord-Nightmare2015-08-133-366/+668
| | | | | | | | | | | | | | | | | | | | | code from tms5220.c, should be significantly more accurate and allow the cores to be much more easily merged in the future. This also allowed finally getting rid of the COEFF_ENERGY_SENTINEL hack in tms5110r.inc [Lord Nightmare]
* | | Add support for M58819 'VSM-emulator', fixes speech in Radar Scope TRS01 ↵ Lord-Nightmare2015-08-132-8/+18
| | | | | | | | | | | | set. [Lord Nightmare]
* | | New Americana Poker (Merit) clone briantro2015-08-132-5/+18
| | | | | | | | | | | | | | | New Clone Added --------------------------------------------- Americana (9131-01) [Brian Troha, The Dumping Union]
* | | Changed UINT16 .. UINT64 to generic types in pformat. couriersud2015-08-132-31/+133
| | | | | | | | | | | | | | | | | | @MSVC Users: I checked the MSVC++ documentation prior to committing this. I also checked on a MSVC2010 installation that "long long" and "%lld" actually work at least in MSVC2010. Please let me know if this now works. (nw)
* | | Make more use of pformat. (nw) couriersud2015-08-137-29/+24
| | |
* | | More konami cleanups (nw) Alex W. Jackson2015-08-1326-292/+176
| | |
* | | minor cleanups to tms5220 so savestate and member variables are in the same ↵ Lord-Nightmare2015-08-132-13/+16
| | | | | | | | | | | | order, and add a missing savestate entry (nw)
* | | on second thought, remove that function entirely (nw) Lord-Nightmare2015-08-131-9/+0
| | |
* | | fix missing character in comment (nw) Lord-Nightmare2015-08-131-1/+1
| | |
* | | fix build (nw) Lord-Nightmare2015-08-131-2/+2
| | |
* | | blockhl: more cleanups, COIN3 is actually SERVICE1, properly reflect the Dirk Best2015-08-131-151/+163
| | | | | | | | | | | | controller configuration, add notes and issues
* | | Merge pull request #283 from mamesick/patch-1 David Haywood2015-08-131-1/+1
|\ \ \ | | | | | | | | \video\aerofgt.c - fixed priorities in bootlegs
| * | | \video\aerofgt.c - fixed priorities in bootlegs Mamesick2015-08-091-1/+1
| | | | | | | | | | | | This was skipped/forgotten when I pulled my request #251. There are some bootlegs of pspikes that use its drawing sprites method, so they have to be fixed in the same way.
* | | | nw, add skeleton and disassembler for DEC PDP-8 CPU therealmogminer@gmail.com2015-08-133-0/+545
| | | |
* | | | reduce tagmap lookups and read_safe usage in a few drivers (nw) Wilbert Pol2015-08-138-40/+52
| | | |
* | | | amiga.c: reduce tagmap lookups, reduce read_safe usage, minor cleanups (nw) Wilbert Pol2015-08-133-37/+40
| | | |
* | | | tnzs.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-134-25/+53
| | | |
* | | | minor vk100 comment update (nw) Lord-Nightmare2015-08-131-1/+2
| | | |
* | | | Various K051960-based drivers: convert to single-pass drawing, make const ↵ Alex W. Jackson2015-08-1314-170/+94
| | | | | | | | | | | | | | | | things const (nw)
* | | | blockhl: use bankdev, clean up driver Dirk Best2015-08-133-165/+113
| | | |
* | | | bionicc: update palette handling Dirk Best2015-08-133-25/+21
| | | |
* | | | the 1.2 blitz99 set can be updated to 1.30 in a similar way (enter Test mode ↵ David Haywood2015-08-131-0/+42
| | | | | | | | | | | | | | | | with the upgrade ROM installed in this case)
* | | | recompressed the gauntl12 CHD with -chs 4969,16,63 which are valid params ↵ David Haywood2015-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | for a Quantum Fireball 2.5GB (which based on what I can find online is the original drive type) this allows the updater program I just added to work, so if you desire you can run it on the set and update the set to 1.6 as you would be able to do on original hardware.
* | | | add the gauntleg 1.2 -> 1.6 update roms Smit / rtw dumped a while back, and ↵ David Haywood2015-08-131-1/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow the driver to see them. note, this is a 3 stage process, you boot the system with a different rom in the additional slot each time. for some reason in MAME only the first stage (doesn't matter which one) actually works, then subsequent stages hang on the disk check for a while then report bad sectors, I wonder if it doesn't like the geometry of our CHD. note, i've used the bios options for this mame64 gauntleg12 -bios up16_1 mame64 gauntleg12 -bios up16_2 mame64 gauntleg12 -bios up16_3 load in each of the upadate roms. My gut feeling is this might be better for a software list tho, it's purely optional stuff but is worth documenting in some capacity.
* | | | new clones David Haywood2015-08-124-9/+83
| | | | | | | | | | | | | | | | Hissatsu Buraiken (Japan, bootleg?)
* | | | atarisy2: use standard palette device ram Dirk Best2015-08-123-21/+16
| | | |
* | | | Fix emscripten compile (nw) Justin Kerk2015-08-122-1/+2
| | | |
* | | | move rgbi formats out of emupal.h Dirk Best2015-08-1214-40/+57
| | | |
* | | | system1: use standard palette device ram Dirk Best2015-08-123-39/+21
| | | |
* | | | senjyo: use standard palette ram, seperate standard palette and radar Dirk Best2015-08-123-66/+55
| | | | | | | | | | | | | | | | palette
* | | | emupal: add support for the IIBBGGRR format, only apply intensity bit if Dirk Best2015-08-122-5/+15
| | | | | | | | | | | | | | | | there is a color defined
* | | | get rid of active_safe (nw) Wilbert Pol2015-08-123-17/+33
| | | |
* | | | minor Fighter's History submission clean up - NW briantro2015-08-112-11/+7
| | | | | | | | | | | | We known the Fighter's History set is PCB DE-0380 as it uses that machines init and not the init for the DE-0395. Plus the region code letters match the DE-0380 set. Also add in the PCB location.
* | | | Remove vsscanf from netlist. Change default format for double to "g". couriersud2015-08-116-18/+7
| | | | | | | | | | | | (nw)
* | | | rmnimbus.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-112-6/+16
| | | |
* | | | no longer using read_safe from code under src/mess (nw) Wilbert Pol2015-08-119-56/+54
| | | |
* | | | cybiko.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-113-30/+31
| | | |
* | | | mboard.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-114-221/+50
| | | |
* | | | sorcerer.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-113-21/+20
| | | |
* | | | pce.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-115-25/+30
| | | |
* | | | vector06.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-113-55/+73
| | | |
* | | | alesis.c: Reduce tagmap lookups (nw) Wilbert Pol2015-08-112-7/+22
| | | |
* | | | Fix mingw compiles (both 32 and 64). These seem to have a different couriersud2015-08-111-2/+3
| | | | | | | | | | | | understanding of size_t than *nix compilers. (nw)
* | | | new clones David Haywood2015-08-112-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | Fighter's History (World ver 43-05) [??] just an old set that was sitting around, there's also a very old dump (from 1999?) by Guru with KX01-3.rom labels, but the dump is bad.
* | | | Declare as HighDPI aware - application natively scales and doesn't require ↵ Paul Priest2015-08-112-2/+12
| | | | | | | | | | | | | | | | special support, except for OSD dialogs/debugger windows. The default debugger _is_ highdpi aware already.
* | | | note hap2015-08-111-2/+3
| | | |