Commit Graph

34460 Commits

Author SHA1 Message Date
mamehaze
0b7956b2c1 improve further (nw) 2015-03-21 23:55:21 +00:00
mamehaze
842aa014df oops (nw) 2015-03-21 23:30:34 +00:00
mamehaze
52e378aa5b yeah.. the blitter seems to watch the entire bus... (nw) 2015-03-21 23:23:22 +00:00
mamehaze
52c7bf8e5b there's some kind of perverted madness going on here (nw) 2015-03-21 22:59:24 +00:00
mamehaze
97af9b117f button2 is also used (nw) 2015-03-21 21:37:44 +00:00
mamehaze
e7fd6f7f6d cdracula: left/right are needed for high score entry (only shows when you complete the game??) (nw) 2015-03-21 21:22:28 +00:00
Vas Crabb
04dd059a79 Save NVRAM for unkch sets 2015-03-22 07:48:19 +11:00
hap
52db3c565e (MESS)New working games added
-----------------
Coleco Alien Attack [hap, Kevin Horton]
Entex Galaxian 2 [hap, Kevin Horton]
Entex Pacman 2 [hap, Kevin Horton]
2015-03-21 20:55:33 +01:00
hap
1990de612a fix uninitialized display at start 2015-03-21 20:41:41 +01:00
hap
7d74f0117c nw 2015-03-21 20:38:18 +01:00
Luca Elia
202cc2f7ec New games added or promoted from NOT_WORKING status
---------------------------------------------------
Castle Of Dracula [Caius, The Dumping Union, Luca Elia]
2015-03-21 20:30:14 +01:00
hap
033c15f969 fix REDD/SEDD opcodes 2015-03-21 20:28:06 +01:00
mamehaze
f31a7d3811 use ramdac for palette on twinsa set, improve colours in spider.. not really sure how the 'sprites' work yet, appears to be the same as ttchamp and I never figured that out either 2015-03-21 17:52:27 +00:00
Vas Crabb
5b7e188980 Hook up ticket dispenser in unkch sets, add notes, figure out a couple more DIPs 2015-03-22 03:24:45 +11:00
Ivan Vangelista
8b6fea68c2 cocoloco.c: added save state support (nw) 2015-03-21 14:02:26 +01:00
Miodrag Milanovic
f2ae129d35 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-21 12:00:10 +01:00
Miodrag Milanovic
bfa68aef31 MAX_CLOCKS is defined in Android sdk (nw) 2015-03-21 11:59:28 +01:00
Miodrag Milanovic
489bfb979e Some compilers have issue with ! signs (nw) 2015-03-21 11:58:52 +01:00
mamehaze
84a5fadd43 chelnov: simulate some protection instead of patching rom [iq_132] 2015-03-21 10:57:15 +00:00
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