Commit Graph

48407 Commits

Author SHA1 Message Date
Olivier Galibert
898090ffe9 tms32051: That's an elaborate way to do a nop (nw) 2016-12-10 12:27:19 +01:00
Olivier Galibert
ab27807d72 tms32025: Use the standard memory interfaces [O. Galibert] 2016-12-10 12:20:06 +01:00
darq
3bee09d534 sidepcktj: Forgot save_item for m_scroll_y (nw) 2016-12-10 20:27:26 +11:00
Vas Crabb
d12904d9a7 Merge pull request #1818 from ajrhacker/mustache_flip
mustache.cpp: Flip screen improvements
2016-12-10 15:41:55 +11:00
AJR
29fa1c19f2 mustache.cpp: Flip screen improvements
- Fix Y positions of flipped sprites
- Add and implement flip screen "Hard SW" as in Irem games
- Correct polarity of all DIP switches
2016-12-09 23:30:11 -05:00
Vas Crabb
ed8f0a91d4 Merge pull request #1817 from einstein95/master
[apple2] captckoo is cracked ("THE DRAGON LORD CRACKED THIS!") (nw)
2016-12-10 15:24:14 +11:00
Vas Crabb
d44a1ac1fa Merge pull request #1804 from bradhugh/autorepeat_fix
Double-check key state before UI autorepeat. Fixes #1169
2016-12-10 14:49:49 +11:00
darq
bbfd052dd8 sidepcktj: Added a TODO node about possible unimplemented MCU simulation for "cocktail mode" 2016-12-10 14:47:57 +11:00
darq
eddf8e3a91 draw_sprites: small clean-up 2016-12-10 14:47:57 +11:00
darq
aa93055456 Fixed cocktail mode, added a note about the 'cooperative mode', implemented y scroll, added vram and cram mirrors 2016-12-10 14:47:57 +11:00
arbee
da6f3e3722 aristmk5: redumped topbana, passes checksum [Heihachi_73] 2016-12-09 22:31:25 -05:00
arbee
ecf0ca1497 aristmk5: redumped chickna5u, now passes checksum. [Heihachi_73] 2016-12-09 22:25:47 -05:00
cracyc
8e8ddfee98 hiscore.dat: Updates [Leezer] 2016-12-09 21:22:19 -06:00
arbee
61de6b4f6f aristmk5: added default NVRAM to cuckoou, dolphntru, incasunu, magimask, magimaska, partygrs, qnileu, and wcougaru so the games come up in a playable state. [Heihachi_73, R. Belmont] 2016-12-09 22:10:57 -05:00
einstein95
4bc2d06c64 captckoo is cracked ("THE DRAGON LORD CRACKED THIS!") (nw) 2016-12-10 15:48:36 +13:00
Justin Kerk
ecad2559f8 magnum: Fix aspect ratio. (nw) 2016-12-09 18:46:20 -08:00
therealmogminer@gmail.com
b043dc7a18 -tnzs: Added Taito M-Chip M-001 dump for extrmatn. Also works for drtoppel and plumppop. [Caps0ff] 2016-12-10 00:59:04 +01:00
Robbbert
091b93238d MT 06449 2016-12-10 10:13:49 +11:00
hap
dcca025d27 notes (nw) 2016-12-09 23:54:22 +01:00
R. Belmont
31987ea228 Merge pull request #1812 from darq-/shootout
shootout: Fixed missing title screen music, fixed coin counter and simplified rom loading
2016-12-09 14:38:36 -05:00
Olivier Galibert
7f0ba30ec5 sharc: Use standard memory maps [O. Galibert] 2016-12-09 20:11:33 +01:00
darq
00f449c0ab Skipping hex values is not so strange for a BCD counter (that would be invalid for a decoder IC); clarified the coincounter_w comment 2016-12-09 19:57:47 +01:00
darq
98ab24199d Removed m_bFlicker variable and used screen.frame_number instead 2016-12-09 19:28:17 +01:00
darq
de1b4f51a7 Corrected an engRish comment (nw) 2016-12-09 19:05:50 +01:00
darq
3640db6ad4 Added a note that the PCB has only one 12 MHz XTAL, derived all clocks by this value; replaced 'old style' screen parameters with
MCFG_SCREEN_RAW_PARAMS
2016-12-09 19:00:37 +01:00
darq
1b29fe0a3d Merge remote-tracking branch 'refs/remotes/mamedev/master' into shootout 2016-12-09 18:51:55 +01:00
Olivier Galibert
962fda50bc delegates: Don't crash on late binding if no object is actually needed [O. Galibert]
pci9050: Fix the mappings [O. Galibert]
2016-12-09 17:23:03 +01:00
Robbbert
c1a77cedcb pulsarlb: fixed a few more mistakes (nw) 2016-12-10 00:46:49 +11:00
Olivier Galibert
3801181ced Merge pull request #1814 from mamehaze/071216
new skeleton driver 'pgm3.cpp' [XingXing]
2016-12-09 13:17:27 +01:00
Miodrag Milanovic
a877c987fb detect if SOURCES file do not exist (nw) 2016-12-09 13:00:51 +01:00
David Haywood
ae95c1e307 new skeleton driver 'pgm3.cpp' [XingXing] 2016-12-09 10:30:44 +00:00
Ivan Vangelista
33aa3d1a62 mmodular.cpp, s7.cpp: Removed double MNW flag (nw) 2016-12-09 11:15:00 +01:00
Robbbert
5ed3d6756d pulsarlb: changed drive to HD confirmed on real hardware.(nw) 2016-12-09 17:08:41 +11:00
briantro
12cea7b7e3 minor doc updates / corrections - NW 2016-12-08 21:53:46 -06:00
darq
9911222efc shootouj and shootoutb, like the parent set, also have ram mapped at 0x1004-0x17FF, added a note about unmapped r/w 2016-12-09 03:19:35 +01:00
darq
aa2f62ceb7 Simplified rom loading; added a note about bootleg decryption 2016-12-09 01:40:49 +01:00
darq
09a411be86 Save state: Forgot save_item for m_ccnt_old_val, also initialized m_bFlicker variable 2016-12-09 00:51:37 +01:00
darq
cc1b8a5fb0 Fixed the coin counter; added a note about it, corrected bit 6 of DSW2 (this allows both coins to be recognized), also vblank is active low 2016-12-08 23:59:51 +01:00
darq
d73825f393 Fixed missing title screen music (parent set), normalized YM volumes 2016-12-08 23:02:45 +01:00
R. Belmont
8daa648671 Merge pull request #1809 from darq-/vaportra
vaportra: Fixed missing game over animation, corrected 'P3 coin' and implemented irq6_ack
2016-12-08 14:08:07 -05:00
R. Belmont
8c8566c69f Merge pull request #1810 from darq-/yunsung8
yunsung8: Fixed MSM sounds, simplified inputs and changed incorrect cannballv manufacturer
2016-12-08 14:07:17 -05:00
R. Belmont
cb31a97687 Merge pull request #1808 from JoakimLarsson/pit68230_2
68230: added initial support for timer interrupts and embryonic suppo…
2016-12-08 14:06:18 -05:00
darq
49e035c887 Better names for tilemap vars 2016-12-08 18:28:20 +01:00
darq
733524e425 Implemented main irq_ack, removed old TODO note 2016-12-08 18:07:55 +01:00
darq
13ffad436c cannballv: Fixed manufacturer (was "J" not "T"); also added 'Production' suffix 2016-12-08 18:02:27 +01:00
darq
d90130d7b1 Inputs clean up 2016-12-08 17:52:41 +01:00
darq
129b9d7b99 Simplified ADPCM write: No need for nibble swap 2016-12-08 17:31:06 +01:00
darq
34474bf869 Fixed MSM sounds 2016-12-08 17:25:22 +01:00
darq
4146ff7e70 Merge remote-tracking branch 'refs/remotes/mamedev/master' 2016-12-08 16:52:46 +01:00
darq
6ea1e4af89 Note about the service mode DSW + game alignment 2016-12-08 16:15:38 +01:00