Commit Graph

45750 Commits

Author SHA1 Message Date
Jezze
0e799e0b98 - updated shader binaries which have changed after the last BGFX update (nw) 2016-08-13 20:30:55 +02:00
Jezze
161a08dd4a - intscalex, intscaley and unevenstretchx now consider the system orientation and screen rotation 2016-08-13 20:30:54 +02:00
David Haywood
0deba4d476 new clones
Super Hang-On (Hang-On conversion, Japan, FD1094 317-0039) [Charles MacDonald, ShouTime]
2016-08-13 18:42:10 +01:00
David Haywood
81263abebe more mpu4 descriptions (nw) 2016-08-13 18:17:04 +01:00
hap
0df3c1d099 Revert "microvsn: get rid of homebrews"
This reverts commit 1eec7fd171.
2016-08-13 18:13:31 +02:00
hap
1eec7fd171 microvsn: get rid of homebrews 2016-08-13 17:23:34 +02:00
Robbbert
78f38a549f Merge branch 'master' of https://github.com/mamedev/mame 2016-08-14 00:39:09 +10:00
Robbbert
15fcefa4d5 Playmatic Pinballs : WIP 2016-08-14 00:38:28 +10:00
Juergen Buchmueller
52b801717f alto2: oops - disable a2ram printfs 2016-08-13 16:14:04 +02:00
Juergen Buchmueller
de6745296b alto2: refactor display and CROM/RAM config (nw)
Refactor the display to use a buffer of the size of the total margins.
Remove the deprecated MCFG_SCREEN_REFRESH_RATE().
Try to synchronize the CPU on the vertical sync generated by mame
calling the screen_update() function.

Instead of a fixed CROM/CRAM configuration defined through macros,
make this a machine configuration parameter. You can now choose
between the 3 setups:
1 = 1K CROM, 1K CRAM, 1 S register bank
2 = 2K CROM, 1K CRAM, 1 S register bank
3 = 1K CROM, 3K CRAM, 8 S register banks

TODO: Some games which used to work in Salto do no longer work with
this driver, e.g. pacman7 from the allgames.chd
2016-08-13 16:11:44 +02:00
John Parker
f356837886 Partially fix lamps in Maygay M1A/B hardware 2016-08-13 14:42:27 +01:00
hap
32acbb190b removed printf 2016-08-13 15:10:33 +02:00
therealmogminer@gmail.com
b405496ab6 Fix detection of auto option in submenu.cpp, nw 2016-08-13 14:19:03 +02:00
David Haywood
8ff79b4f78 more mpu4 (nw) 2016-08-13 11:55:51 +01:00
therealmogminer@gmail.com
c9c7a0d946 More cmi2x rom updating, nw 2016-08-13 12:48:05 +02:00
therealmogminer@gmail.com
79c31ec94a Update cmi2x roms, nw 2016-08-13 12:14:01 +02:00
Vas Crabb
bcda4f80f7 Merge pull request #1239 from einstein95/patch-8
Minor fixes (nw)
2016-08-13 16:09:40 +10:00
Logan B
0a9924d036 Minor fixes (nw)
ys3 wants to load the intro disk first, but fails after loading the IPL. ys2 wants you to insert disk A (flop2) into the first drive (drive 0) at that screen, then press Enter.
2016-08-13 18:04:33 +12:00
Robbbert
8d5c5edbc5 Fixed MESS-only build (nw) 2016-08-13 14:27:32 +10:00
Shideravan
582c8fc95d It's time to add Animal Crossing Series 2
in the e-reader software-list
2016-08-12 22:40:25 -03:00
Scott Stone
5d11295b35 Compile fix from René (nw) 2016-08-12 20:09:02 -04:00
David Haywood
531057bafa new clones
Air Gallet (older) [Artemio Urbina]
2016-08-12 20:47:28 +01:00
therealmogminer@gmail.com
cf1aaa8111 Fix up ROM loading in cmi driver, nw 2016-08-12 21:12:04 +02:00
therealmogminer@gmail.com
be807d81ea Merge branch 'master' of https://github.com/mamedev/mame 2016-08-12 21:10:27 +02:00
David Haywood
b74455c006 more hack ID 2016-08-12 19:25:36 +01:00
Curt Coder
6dece8ff4f mc6852: WIP (nw). 2016-08-12 21:01:26 +03:00
David Haywood
566b5a2542 identified some hacks (nw) 2016-08-12 18:52:41 +01:00
Curt Coder
9cefabebcd victor9k: Implemented hires graphics. [Curt Coder] 2016-08-12 20:17:29 +03:00
fulivi
3a002822d9 hp9845: correct character generator ROMs added 2016-08-12 19:12:20 +02:00
David Haywood
2b12063838 more mpu4 descriptions (nw) 2016-08-12 17:50:26 +01:00
Miodrag Milanovic
49cd219651 made common_op for wip tool (nw) 2016-08-12 18:36:16 +02:00
Miodrag Milanovic
4f84793a05 made proper formats compiled only if needed (nw) 2016-08-12 18:27:54 +02:00
Vas Crabb
41e4133d0b Merge pull request #1222 from npwoods/move_software_name_parsing
device_image_interface::software_name_split() ==> softlist.cpp:software_name_parse()
2016-08-13 01:00:52 +10:00
therealmogminer@gmail.com
1339c06320 Skeleton driver for Fairlight CMI IIx [MooglyGuy] 2016-08-12 15:15:47 +02:00
Miodrag Milanovic
b966180061 Compile netlist and lua only if used (nw) 2016-08-12 15:03:45 +02:00
Vas Crabb
b64b470c32 Merge pull request #1233 from npwoods/fix_romentry_copy_with_expressions
Changed how ROM_COPY and ROM_FILL are represented in tiny_rom_entry to be more how they were in the past
2016-08-12 22:32:20 +10:00
Curt Coder
20127228a0 victor9k: Set floppy RPM after track step. Boots to CP/M now. [Curt Coder] 2016-08-12 15:15:14 +03:00
Nathan Woods
defb9a0aff Adding parentheses around some (but not all) ROM_* macro parameters 2016-08-12 07:19:58 -04:00
James Wallace
666a03377d Merge pull request #1224 from mamehaze/mpu4test
more mpu4 sorting
2016-08-12 12:14:27 +01:00
MetalliC
97e80d5b22 cv1k.cpp: found and corrected bad bits in Pink Sweets U2 graphics roms based on comparison 4 dumped versions [MetalliC, rtw]
notes: pinkswtsb (2006/04/06 MASTER VER.) and pinkswtsx (2006/xx/xx MASTER VER.) uses same U2 graphics content with 1 bad bit difference in pnkswtsb_u2.
normally after manual changes in roms BAD_DUMP flag must be raised, but here we have 4 dumps with almost identical contents (only two 128kb files different/changed from oldest to latest version), so 99.9% with these changes we have full good Pink Sweets U2 nand dumps now.
sad stats: 4 dumps, 2 of them was a bit bad, i.e. 50% cases - so bad quality components was used by Cave in theirs 'expensive' SH3 PCBs...
2016-08-12 13:33:55 +03:00
David Haywood
bb930869fa more mpu4 description improvements (nw) 2016-08-12 09:48:59 +01:00
David Haywood
da9e05d6e6 fill in some more descriptons 2016-08-12 00:59:13 +01:00
MetalliC
dc5afe1352 new clones added as NOT_WORKING
-------------------------------
Virtua Cop 3 (Rev B) [ShouTime, rtw]
2016-08-12 02:48:41 +03:00
Nathan Woods
75f5be77b0 Changed how ROM_COPY and ROM_FILL are represented in tiny_rom_entry to be more how they were in the past
Turbosub had a ROM_COPY declaration with an expression ('ROM_COPY( "main_code", 0x18000 + 0x2000,...) and this simply did not work with the new model.  This required changing ROM_* declarations to more resemble how they used to be and to perform the conversion on load.
2016-08-11 17:16:35 -04:00
Vas Crabb
5689fe16bf Merge pull request #1230 from antonioginer/master
Fix audio distortion with -refreshspeed and -sound xaudio2 (MT 06199)
2016-08-12 03:48:57 +10:00
Vas Crabb
fd7093db6c Merge pull request #1229 from npwoods/fix_bios_menu
Fixes a regression in the bios menu that caused all devices to be displayed
2016-08-11 22:51:54 +10:00
Nathan Woods
f18f094fdc Fixes a regression in the bios menu that caused all devices to be displayed 2016-08-11 08:14:37 -04:00
Vas Crabb
c0b51e99f1 Merge pull request #1228 from npwoods/fix_softlist_device_description
Fixed an issue that caused softlist device descriptions to be blank
2016-08-11 22:13:20 +10:00
Antonio Giner
30cf980dd6 Fix audio distortion with -refreshspeed and -sound xaudio2 (MT 06199) 2016-08-11 14:07:51 +02:00
Nathan Woods
549df5e6b0 Fixed an issue that caused softlist device descriptions to be blank
This also fixes a likely undiscovered issue where the filename in softlist XML parse error messages was also blank
2016-08-11 07:40:20 -04:00