Commit Graph

33490 Commits

Author SHA1 Message Date
hap
b1ac74aa02 added some i/o opcodes 2015-01-30 22:11:55 +01:00
Stiletto
fcb2d59e4e minor comment changes (nw)
minor comment changes (nw)
2015-01-30 15:58:49 -05:00
couriersud
4b4625109c Missed one file. (nw) 2015-01-30 21:26:27 +01:00
couriersud
403b27d615 Merge branch 'master' of https://github.com/mamedev/mame.git 2015-01-30 21:10:42 +01:00
couriersud
ae4dddb9c1 Converted pcap and taptun network code into modules. (nw) 2015-01-30 21:10:32 +01:00
hap
d094328b4d added jump opcodes 2015-01-30 20:40:00 +01:00
peterferrie
9afc7cdb5b fix compile on MSVC 2012 (nw) 2015-01-30 11:36:06 -08:00
couriersud
723823ce11 Update sdl.mak 2015-01-30 20:29:17 +01:00
hap
409448ef65 added most straightforward opcodes 2015-01-30 19:28:31 +01:00
Oliver Stöneberg
e94979bac5 sync CPUS in mame.mak with mess.mak (nw)
also fixes unidasm linking
2015-01-30 17:40:02 +01:00
hap
c3b7f60acc s2000 skeleton opcode handlers 2015-01-30 17:05:57 +01:00
MetalliC
5e29701746 naomi.c: M1 keys endian fix & docs, mark unpopulated 5881 keys as -1 because 0 is valid (capsnk) key (nw) 2015-01-30 16:56:16 +02:00
hap
f111864a90 uploaded the romset 2015-01-30 11:11:22 +01:00
Stiletto
07e89e1e6f Old Time Basketball is screenless electromechanical (nw)
Old Time Basketball is screenless electromechanical (nw)
2015-01-30 03:12:00 -05:00
briantro
c509a82d59 model3.c: Various changes - NW
Add country / region were possible (as shown by game).
Changed Dirt Devils from set 1 & 2 to Export & Australia.
Made the Export of Emergency Call Ambulance the parent set.
Fixed the dirtdvlsa key which wasn't updated.
removed the harleya init which isn't need any more.
2015-01-29 22:37:15 -06:00
Oliver Stöneberg
e918f185b3 (MESS) fixed missing file details [Oliver Stöneberg]
also aligned all .rc files
2015-01-30 01:53:17 +01:00
Oliver Stöneberg
e93a559587 [MT05835] show correct version number in file datils [Oliver Stöneberg]
adjusted verinfo code for new version.c format / also added more
errorhandling and removed some unnecessary code
2015-01-30 01:46:36 +01:00
Oliver Stöneberg
e0f37807b1 added missing generation of MESS resources (nw)
still doesn't fix the missing details
2015-01-30 01:30:01 +01:00
Oliver Stöneberg
79f34e6b02 fixed MESS linking (nw) 2015-01-30 01:20:16 +01:00
hap
67ec6b9e6c added parker bros Wildfire skeleton driver 2015-01-30 00:39:30 +01:00
hap
feb75d8ef5 added AMI S2000 cpu skeleton and disasm 2015-01-29 23:50:57 +01:00
couriersud
5e9193ed5c Converted osd/sdl/nedev_pcap.c to dynamic library loading. (nw) 2015-01-29 23:44:06 +01:00
couriersud
3192bf3e76 Merge branch 'master' of https://github.com/mamedev/mame.git 2015-01-29 23:25:46 +01:00
couriersud
fe4698fbd6 Merge pull request #124 from 0-wiz-0/master
Define network API to use on NetBSD.
2015-01-29 23:25:01 +01:00
couriersud
f952a4a3ba Converted sdl_monitor_info into a proper object. (nw) 2015-01-29 23:19:27 +01:00
Thomas Klausner
7d1fe0cc62 Define network API to use on NetBSD.
Fixes build on NetBSD.

Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
2015-01-29 22:51:10 +01:00
couriersud
f8de24c1e5 Merge branch 'master' of https://github.com/mamedev/mame.git 2015-01-29 21:14:23 +01:00
couriersud
8fb02ea6b7 Some fixes for multimonitor fullscreen on linux and windows. In
virtualbox, even switchres now works for two monitors. That doesn't
imply it will work on real hardware. The probability is higher :-)
On windows, default render driver now is "opengl" since direct3d
wouldn't work reliably.
This functionality currently is limited to to the "-video accel" driver.
More userspace blitting enhancements. [Couriersud]
2015-01-29 21:14:00 +01:00
hap
537326b282 mnemonics to uppercase 2015-01-29 19:00:02 +01:00
Ivan Vangelista
e3f6b06fdd limenko.c, lordgun.c: added save state support (nw) 2015-01-29 18:07:41 +01:00
Oliver Stöneberg
b55b45a5a9 Merge pull request #122 from wallyweek/cfalco
*nix: Fixed linking tools against system libraries
2015-01-29 13:39:56 +01:00
Cesare Falco
a49eee8559 *nix: Fixed linking tools against system libraries 2015-01-29 12:55:14 +01:00
arbee
916aaee5b6 (MESS) nes: MIDI In support for Miracle Piano [R. Belmont] 2015-01-28 23:53:51 -05:00
Angelo Salese
433756326f Merge branch 'master' of https://github.com/mamedev/mame 2015-01-29 00:47:15 +01:00
Angelo Salese
cc6559a2d1 Re-added old version drivers for reference. Added debug for vram attribute & 0xf0, which eventually hides blinking .... 2015-01-29 00:46:51 +01:00
couriersud
0ef3771202 Converted blit13.h to templates and fixed a number of bugs around
different ycc formats. (nw)
2015-01-29 00:29:17 +01:00
couriersud
86819fa913 Merge remote-tracking branch 'origin/master' 2015-01-29 00:26:01 +01:00
andreasnaive
b321bc6a8e Updates to 315-5881 encryption based on Daytona2 Power Edition's analysis [Andreas Naive] 2015-01-28 23:15:38 +01:00
Olivier Galibert
543b88729d Sometimes it's not a cpu core bug ;-) (nw) 2015-01-28 22:41:12 +01:00
Angelo Salese
4426bb21d6 Added border color, and almost sure there's a CPU core bug. 2015-01-28 21:43:57 +01:00
Angelo Salese
26eceda93f Experimental scanline-based drawing function, and added color attribute. 2015-01-28 21:18:10 +01:00
Angelo Salese
a8f1140de0 Merge branch 'master' of https://github.com/mamedev/mame 2015-01-28 20:00:24 +01:00
Angelo Salese
90a7c108aa Fixed video params and flipped dummy CIA, C=65 now has initial boot screen shown. 2015-01-28 19:59:48 +01:00
couriersud
48a36e5241 Merge remote-tracking branch 'origin/master' 2015-01-28 19:37:34 +01:00
R. Belmont
53f8ccdf06 Merge pull request #121 from p1pkin/jvs
jvs host: fix packet encoding, similar to previous [MetalliC]
2015-01-28 13:28:42 -05:00
MetalliC
6bccc57b7c jvs host: fix packet encoding, similar to previous 2015-01-28 19:11:08 +02:00
Justin Kerk
f56e1f309e More JSMESS breakage (nw) 2015-01-28 15:47:03 +00:00
Ivan Vangelista
8317717dd5 silkroad,c: enabled save state support (nw) 2015-01-28 16:10:36 +01:00
arbee
fc3a4001e6 (MESS) nes: Working MIDI output for Miracle Piano [R. Belmont] 2015-01-28 09:20:23 -05:00
Ivan Vangelista
1541b22136 h8.c: added some more state saving, fixes lastfght and puzzlet saving problems (nw) 2015-01-28 15:17:05 +01:00