Commit Graph

34441 Commits

Author SHA1 Message Date
Miodrag Milanovic
8eb93098ed more Android fixes (nw) 2015-03-21 11:42:53 +01:00
Miodrag Milanovic
65a7e23b2d official proposal for Android fix (nw) 2015-03-21 11:42:10 +01:00
Miodrag Milanovic
9e0f59152f updated mongoose with some patches sent upstream (nw) 2015-03-21 11:41:40 +01:00
Olivier Galibert
f4a04ca8e5 Whatever, I'll keep what I need locally, as always (nw) 2015-03-21 10:46:40 +01:00
Ivan Vangelista
466ed7c259 Added / improved save state support to the devices used in seta2.c. Save state support in the driver isn't enabled for now. Need to figure out why x1 produced sound isn't reloaded properly (nw) 2015-03-21 09:43:43 +01:00
Ivan Vangelista
867188ab6e srmp2.c: added save state support (nw)
seta001.c: moved from old style callback to delegate
2015-03-21 08:20:12 +01:00
Vas Crabb
d1084eea02 unkch sets are good enough to accept bug reports
New games added or promoted from NOT_WORKING status
---------------------------------------------------
New Cherry Gold '99 (bootleg of Super Cherry Master) (set 1) [Vas Crabb]
Super Cherry Gold (bootleg of Super Cherry Master) [Vas Crabb]
New Cherry Gold '99 (bootleg of Super Cherry Master) (set 2) [Vas Crabb]
Grand Cherry Master (bootleg of Super Cherry Master) [Vas Crabb]
2015-03-21 16:48:43 +11:00
Vas Crabb
6e6a3ef1de Hook up VBLANK IRQ enable in unkch sets, fixes crash on second coin when Super Jackpot is enabled 2015-03-21 16:33:52 +11:00
hap
c5bfb8287f verfied anem, bnem, ayy.
entex pacman2 and galaxian2 are playable, coleco alien attack still seems glitchy
2015-03-21 01:13:57 +01:00
Olivier Galibert
ec7e08d074 Use the special asserts only for regression testing (nw) 2015-03-20 23:09:06 +01:00
Ivan Vangelista
d7d2628d60 suna16.c: added save state support (nw) 2015-03-20 19:26:03 +01:00
Oliver Stöneberg
bd4730b756 more emu.h cleanups in src/lib/formats (nw) 2015-03-20 19:13:26 +01:00
Oliver Stöneberg
151070e970 replaced off_st usage in src/lib/formats with UINT32 to reduce libemu dependencies (nw) 2015-03-20 19:08:03 +01:00
Peter Ferrie
f066c0aaa9 pinball2k: update notes (nw) 2015-03-20 10:43:24 -07:00
Ivan Vangelista
a32245c8dc Added the manufacturers of explorer and kosmokil [PaTrYcK]
Confirmed here: http://www.tilt.it/deb/
2015-03-20 18:02:19 +01:00
Vas Crabb
de1e50b354 Figure out a couple more unkch DIP switches, document what unkch sets are trying to do in the code that's patched out 2015-03-21 03:31:09 +11:00
Oliver Stöneberg
b41949161b assert_always is basically fatalerror() - so it should always bail out (nw) 2015-03-20 15:42:27 +01:00
Oliver Stöneberg
6308e9f2e0 moved assert replacement back to old location (nw)
also included the change from Vas to always include assert.h to protect
against later rogue includes after redefinition
2015-03-20 15:34:47 +01:00
Oliver Stöneberg
2442841071 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-20 15:04:46 +01:00
Vas Crabb
165e3c2ade FASTDEBUG should be a 'sub-option' of DEBUG 2015-03-21 00:18:58 +11:00
Oliver Stöneberg
902976c47b Revert "If you're planning to redefine something, you should #include the definition you plan to walk over"
This reverts commit 4282a7c9f2.
2015-03-20 14:10:58 +01:00
Oliver Stöneberg
29406b799d Revert "there is no way something called assert_always should ever be compiled out - people should be able to depend on side effects of something with 'always' in the name"
This reverts commit 5ffe5ce551.
2015-03-20 14:10:24 +01:00
Oliver Stöneberg
d5b0f5c30e Revert "Changing FASTDEBUG to be assert-free is too big a change to push through without public discussion"
This reverts commit ca94bb7905.
2015-03-20 14:10:06 +01:00
Oliver Stöneberg
0bdcbac42e cleaned up emu.h usage in src/lib/formats (nw) 2015-03-20 14:09:50 +01:00
Vas Crabb
ca94bb7905 Changing FASTDEBUG to be assert-free is too big a change to push through without public discussion 2015-03-20 23:56:45 +11:00
Vas Crabb
4282a7c9f2 If you're planning to redefine something, you should #include the definition you plan to walk over 2015-03-20 23:48:11 +11:00
Vas Crabb
5ffe5ce551 there is no way something called assert_always should ever be compiled out - people should be able to depend on side effects of something with 'always' in the name 2015-03-20 23:45:12 +11:00
Oliver Stöneberg
bff99e6130 disabled assert replacement for now since it doesn't compile anymore (nw)
emu_fatalerror is unknown to code in the includes / also assert_always()
does nothing in non-DEBUG builds
2015-03-20 13:15:46 +01:00
Vas Crabb
0c7e07d96b Fix build - come on guys, there's no way this could've possibly worked for anyone 2015-03-20 23:07:55 +11:00
Oliver Stöneberg
10385fe130 fixed several missing assert.h includes (nw) 2015-03-20 13:06:57 +01:00
Vas Crabb
e6773cf5df Couple more unkch DIP switches 2015-03-20 22:56:10 +11:00
Oliver Stöneberg
d716c757cb removed now obsolete modification for FASTDEBUG=1 (nw) 2015-03-20 12:37:24 +01:00
Oliver Stöneberg
1957bc420d removed last assert.h occurance in a header (nw) 2015-03-20 12:32:57 +01:00
Oliver Stöneberg
c61c31ee06 moved assert replacement inside emucore.h so it is actually used / removed assert.h include from some headers and added it to lots of source 2015-03-20 12:19:40 +01:00
Oliver Stöneberg
9f29fc0916 removed a few more unnecessary assert.h includes (nw) 2015-03-20 11:39:41 +01:00
Oliver Stöneberg
2849b81c5d removed unnecessary assert.h includes (nw)
including global one for Visual Studio
2015-03-20 11:36:49 +01:00
Vas Crabb
d214223b18 Lamps and clickable artwork for unkch sets 2015-03-20 21:19:14 +11:00
Vas Crabb
3b0d9821fb Hook up and document lamps for unkch1 2015-03-20 21:19:14 +11:00
Oliver Stöneberg
bf586d0bcc small windows.mak cleanup (nw) 2015-03-20 10:56:51 +01:00
Vas Crabb
88ce8a6844 Hook up AY on unkch hardware for sound and DSW1/DSW2 [Vas Crabb]
Document more DIP switches [Bad A. Billy, Vas Crabb]
2015-03-20 18:48:08 +11:00
Oliver Stöneberg
47d6c80bd9 added missing initialization in video_manager (nw) 2015-03-20 08:47:16 +01:00
Miodrag Milanovic
efc8fa579e updated genie (nw) 2015-03-20 08:27:31 +01:00
Alex W. Jackson
e9aaed8b86 Fix performance regression from -dummywrite addition (nw) 2015-03-20 03:06:17 -04:00
Peter Ferrie
e214162b02 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-19 20:03:44 -07:00
Peter Ferrie
633ab90d90 mediagx: implement missing opcodes
but no disassembly because I don't understand it.
swe1pb (at least) boots to CMOS checksum failure prompt now.  I didn't
trace further.
2015-03-19 20:03:31 -07:00
Peter Ferrie
019e37e938 pinball2k: correct notes, install port handlers
bridge positions taken from picture in MediaGX document from Carl.
2015-03-19 20:01:18 -07:00
Lord-Nightmare
2fa8b8d6fe tiny upd1771 comment update (n/w) 2015-03-19 21:15:27 -04:00
Lord-Nightmare
08fb7e3135 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-19 21:12:42 -04:00
Lord-Nightmare
8aa05b5375 tms6100.c: add the tms6125 4KiB VSM pinout [Lord Nightmare, plgdavid] 2015-03-19 21:11:07 -04:00
hap
5b4e178b8a fix egalaxn2 shoot button 2015-03-20 00:03:06 +01:00