Commit Graph

35014 Commits

Author SHA1 Message Date
Vas Crabb
d8254403dc Headers are in lua files now :/ 2015-04-11 22:40:07 +10:00
Vas Crabb
38c6213665 Replace simple_set with std::set 2015-04-11 22:30:44 +10:00
Robbbert
f5e58796f0 Merge branch 'master' of https://github.com/mamedev/mame 2015-04-11 22:23:13 +10:00
Robbbert
bf77826994 (MESS) sorcererd : fixed loading of carts (nw) 2015-04-11 22:19:33 +10:00
Miodrag Milanovic
c334fda9a9 Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) 2015-04-11 14:17:02 +02:00
Vas Crabb
edda146aa2 Fix the fix - you can't comment out calls with side effects even if the return value is unused 2015-04-11 17:22:40 +10:00
etabeta78
46d1592c64 fixed compiling with old Apple GCC. nw. 2015-04-11 09:18:42 +02:00
etabeta78
fa66b1dcab (MESS) added a few new dumps, and performed some consistency fix. nw. 2015-04-11 09:18:03 +02:00
etabeta78
a4b45efad3 (MESS) softlist: Added new software lists for MSX2 tapes, MSX2+ disks
and MSX Turbo-R disks [Riley110, Fabio Priuli]

(MESS) msx1_cart: added several new dumps of Korean games [Fabio
Priuli]

(MESS) msx1_cass: added hundreds of tapes from existing collections
[Riley110, Fabio Priuli]

out of whatsnew: the work on msx1 disks is still ongoing and it will be ready hopefully soon.
2015-04-11 09:16:35 +02:00
Miodrag Milanovic
59e60e47df Added SHADOW_CHECK parameter so we can work on shadowing issues in our code (nw) 2015-04-11 08:46:02 +02:00
Miodrag Milanovic
7950ff092e Make it work on VS2010 (nw) 2015-04-11 07:29:41 +02:00
Ivan Vangelista
1f98da4cd4 Compile fix (nw) 2015-04-11 07:25:48 +02:00
mahlemiut
ac1598dfa0 pc_vga: made a start on the Cirrus hardware pointer, fixed reading of the lock register (bonanza works again) 2015-04-11 14:24:00 +12:00
Ivan Vangelista
ac614bf9e4 quizdna.c: added save state support, switched to configured banking (nw) 2015-04-10 19:15:24 +02:00
Ivan Vangelista
dd7e9196e0 rotaryf.c, roul.c, sauro.c: added save state support (nw) 2015-04-10 19:06:23 +02:00
Robbbert
abb24174ff Merge branch 'master' of https://github.com/mamedev/mame 2015-04-11 00:56:48 +10:00
Robbbert
b1cc665cbe (MESS) pegasus : modernised code (nw) 2015-04-11 00:51:25 +10:00
Miodrag Milanovic
9458659b71 VS2015 compile works (nw) 2015-04-10 15:34:16 +02:00
Miodrag Milanovic
5e79b9c0e1 Fixes for solaris 11 build (nw) 2015-04-10 13:56:33 +02:00
Miodrag Milanovic
ab9c8c2678 Merge branch 'master' of https://github.com/mamedev/mame 2015-04-10 12:38:00 +02:00
Miodrag Milanovic
32dc24420c Some changes for FreeBSD and Solaris, will be sent upstream as well (nw) 2015-04-10 12:37:34 +02:00
Vas Crabb
28e37aeed8 Merge branch 'master' of https://github.com/mamedev/mame 2015-04-10 18:29:29 +10:00
Vas Crabb
e42b2099b1 Merge branch 'master' of https://github.com/ZoeB/mame
Conflicts:
	src/mess/drivers/elecbowl.c
	src/mess/drivers/hh_hmcs40.c
	src/mess/drivers/hh_tms1k.c
2015-04-10 18:28:57 +10:00
Zoë Blade
cbe827d44e Tidy tidying
Vas correctly points out that I'm a bit overzealous with blank line
deletions when they're there for perfectly good reasons.
2015-04-10 08:54:37 +01:00
Curt Coder
a43d6473de (MESS) pet: Refactored the Commodore 8050/8250/SFD-1001 to use the new floppy system. [Curt Coder] 2015-04-10 10:20:26 +03:00
Vas Crabb
3d71f6ab19 Merge pull request #158 from JoakimLarsson/master
Fixed compilation error due to out of bounds strcpy in teh support for c...
2015-04-10 12:20:21 +10:00
Lord-Nightmare
5b04eea5ec hexion.c: Document chip locations and xtal based on PCB pictures of Konami PCB and bootleg PCB [Lord Nightmare] 2015-04-09 19:02:22 -04:00
Lord-Nightmare
fc7b27b036 Merge branch 'master' of https://github.com/mamedev/mame 2015-04-09 18:34:17 -04:00
Lord-Nightmare
c63221b4d3 Merge branch 'master' of https://github.com/mamedev/mame 2015-04-09 18:27:09 -04:00
Vas Crabb
511c2462aa More Leopard fun (nw) 2015-04-10 08:27:00 +10:00
Lord-Nightmare
8214b1049b Rearrange hmcs40 chips in comment to note that hd38800 A and B revisions appear to have separate sets of die/mask IDs (n/w) 2015-04-09 18:19:51 -04:00
Angelo Salese
03c8be0555 Improved sample format courtesy of OG.
Realized that XRally uses 66150 Hz as music tempo for Network BGM. Sounds reasonable, but urgh because the thing uses *something* for BPM.
2015-04-09 23:06:16 +02:00
Angelo Salese
a3b40995ce left-over test 2015-04-09 21:55:34 +02:00
Angelo Salese
19aabb8609 Looping, adds a lot of noise of course because we don't yet know how to keyoff 2015-04-09 21:52:57 +02:00
Angelo Salese
13ab889729 Fix PIT timers, makes BGMs to sound better. 2015-04-09 21:14:43 +02:00
Angelo Salese
cd8d1e3f2e Merge branch 'master' of https://github.com/mamedev/mame 2015-04-09 21:00:52 +02:00
Angelo Salese
5780034d3e Some minor mods 2015-04-09 21:00:41 +02:00
Ivan Vangelista
a214550373 jackie.c, lwings.c, pitnrun.c, splash.c, spoker.c, ssfindo.c: added / completed save state support (nw) 2015-04-09 18:05:23 +02:00
Vas Crabb
768fbd1b64 Honour -debugger_font and -debugger_font_size in Cocoa debugger.
Not perfect yet - text fields and popup menus aren't sized to fit
2015-04-09 22:01:16 +10:00
Vas Crabb
e973a403a0 Honour debugger font choice with Qt debugger 2015-04-09 21:19:41 +10:00
Miodrag Milanovic
ec2d6ac086 removed two more unused files (nw) 2015-04-09 13:16:40 +02:00
Miodrag Milanovic
73dfafaa95 removed vconv, updated warnings/error for vs and icl (nw) 2015-04-09 13:05:10 +02:00
Robbbert
ae39d8b6d8 Merge branch 'master' of https://github.com/mamedev/mame 2015-04-09 19:05:50 +10:00
Robbbert
e02dc16bc5 hng64: fix for Kale (nw) 2015-04-09 19:01:28 +10:00
hap
b5dcd729f4 (MESS)New working game added
-----------------
Entex Space Invader [hap, Sean Riddle]
2015-04-09 10:59:07 +02:00
Vas Crabb
5523e7fffe Small cleanup 2015-04-09 18:32:00 +10:00
Vas Crabb
94149cd5a6 Proper C++ for DirectSound module, get rid of all static variables, some encapsulation 2015-04-09 18:05:44 +10:00
Vas Crabb
9deeec3f9c Attempt Leopard compatibility 2015-04-09 09:46:24 +10:00
Angelo Salese
958de40950 Added end address, amongst other minor things. 2015-04-09 01:21:15 +02:00
Ivan Vangelista
9f6c59b711 invqix.c: added save state support (nw) 2015-04-08 22:30:01 +02:00