Commit Graph

33147 Commits

Author SHA1 Message Date
Wilbert Pol
b3932b60cb Added skeleton for Atari 8bit SIO bus. This will not work until pokey learns to speak low level serial. (nw) 2015-01-01 20:49:20 +01:00
Oliver Stöneberg
6c0a4f47e3 a few more data race fixes / cleanups (nw) 2015-01-01 20:03:07 +01:00
Oliver Stöneberg
1c94c3f408 introduced BASELIBS to makefile to link smaller tools with less dependencies (nw) 2015-01-01 15:17:09 +01:00
Oliver Stöneberg
ab2876ab12 fixed yet another data race warning (nw) 2015-01-01 15:15:03 +01:00
Oliver Stöneberg
0c0260ec2d "fixed" uninitialized memory usage/data race in osd_work_item_wait (nw)
appears to be a Linux-only issue
2015-01-01 15:02:21 +01:00
Osso
5d5a89726c galaxold / scramble: Removed some unused code (nw) 2015-01-01 10:35:39 +01:00
arbee
b2288ca1b0 (MESS) New skeleton drivers: [R. Belmont, Al Kossow]
- HP9000/310
- HP9000/340
- HP9000/380
- HP9000/382
2014-12-31 23:57:29 -05:00
arbee
c971eca603 m68k: implement FTRAP instruction, add "68020 with FPU" CPU type. [R. Belmont] 2014-12-31 23:34:30 -05:00
Oliver Stöneberg
42838dabef fixed MemorySanitizer linking (nw) 2014-12-31 18:24:17 +01:00
Osso
d3f9c65946 z80dart.c: save diserial state too, fixes bw12.c sio test error after loading a state(nw) 2014-12-31 17:25:55 +01:00
Robert
a689741d55 (MESS) mbee : removed incorrect rom from the 256tc model. (nw)
Also some testing of floppy types (not finalised yet)
2015-01-01 01:07:29 +11:00
couriersud
705fd22c03 Merge branch 'master' of https://github.com/mamedev/mame.git 2014-12-31 14:51:45 +01:00
couriersud
e198be8555 Netlist update. Most prominent one is a "frontier" element which on a
low to high impedance node will - no other connections provided - let
the system create two matrices.
2014-12-31 14:51:20 +01:00
Oliver Stöneberg
b7189a8adb Merge branch 'master' of https://github.com/mamedev/mame 2014-12-31 14:18:57 +01:00
Oliver Stöneberg
a5d088839e chdman: bail out in chd_file::hunk_info() on unknown compression type (nw) 2014-12-31 14:18:52 +01:00
Osso
60dafd3414 wswan_video.c: added missing save state, fixes noted problem in cclimbr (nw) 2014-12-31 14:06:59 +01:00
Osso
be4b811eef gb_lcd.c: added missing save state, fixes supergb save state problem (nw) 2014-12-31 13:57:19 +01:00
Oliver Stöneberg
f563f3bbf2 more ThreadSanitizer data race warning "fixes" (nw) 2014-12-31 11:43:50 +01:00
Oliver Stöneberg
953acc0a69 fixed another ThreadSanitizer data race warning (nw) 2014-12-31 10:50:59 +01:00
Oliver Stöneberg
23d9d7a00b fixed ThreadSanitizer data race warnings in winwork.c/sdlwork.c (nw) 2014-12-31 10:24:17 +01:00
Oliver Stöneberg
a36d8f2fc0 fixed ThreadSanitizer warning about unlocking a non-locked mutex (nw) 2014-12-31 10:23:22 +01:00
Miodrag Milanovic
e6f78d5ed2 Cleanups and version bump 2014-12-31 07:53:27 +01:00
arbee
bfd87ef73a m68k: generate the correct kind of stack frame for 68010 bus errors. [R. Belmont] 2014-12-30 22:46:14 -05:00
Alex W. Jackson
32a25550fe asteroid.c: use configured bank entries instead of postload (nw) 2014-12-30 21:49:15 -05:00
Alex W. Jackson
eae8f42c64 (nw) 2014-12-30 21:24:49 -05:00
Alex W. Jackson
93bb9a37be zaccaria.c: kill some trampolines (nw) 2014-12-30 20:41:25 -05:00
Osso
b328aebce8 zaccaria.c, zac2650.c: added save state support (nw) 2014-12-30 20:09:54 +01:00
jbu
207718b436 Fix missing speaker levels for trs80 (level2) by initializing speaker_sound_device with custom 4 levels. 2014-12-30 19:55:48 +01:00
Oliver Stöneberg
a056bf3ffa fixed uninitialized member in a2_video_device (nw)
happened with e.g. apple2, apple2c0
2014-12-30 19:44:36 +01:00
mamehaze
0c89700862 new clones
Fantasy Zone (Time Attack, bootleg) [rtw]
2014-12-30 18:30:07 +00:00
Oliver Stöneberg
13ffe9965c final clarification of disabled UndefinedBehaviorSanitizer checks (nw) 2014-12-30 16:31:07 +01:00
Oliver Stöneberg
d9a6a2e914 more clarification on disabled UndefinedBehaviorSanitizer checks (nw) 2014-12-30 15:38:40 +01:00
Oliver Stöneberg
ace2339469 small clarification on disabled UndefinedBehaviorSanitizer checks (nw) 2014-12-30 15:17:16 +01:00
Oliver Stöneberg
c80ba44bbf fixed usage of uninitialized member in tms5110_device (nw)
happened with snspell
2014-12-30 14:51:09 +01:00
hap
5538105762 oh, R only goes up to 10 2014-12-30 14:11:39 +01:00
hap
6720b9f525 testdriver for an unknown late-70s TMS1100 electronic game. What game is it? 2014-12-30 13:28:17 +01:00
Wilbert Pol
dedb5c5d22 Move some includes around to fix compile errors on OSX; if this breaks any other environments then feel free to revert this. (nw) 2014-12-29 23:23:51 +01:00
Osso
912ce2ed9c c128.c: removed duplicate macros (nw) 2014-12-29 22:08:57 +01:00
Oliver Stöneberg
dfe67b4e7e fixed linking on FreeBSD (nw)
also simplified network part in sdl.mak a bit
2014-12-29 20:38:18 +01:00
Osso
0bd97a7c13 snes_ppu_device: removed unneeded running_machine parameter were it wasn't needed and removed some machine().first_screen() calls (nw) 2014-12-29 20:21:57 +01:00
etabeta78
c32c95a62d added a bunch of new dumps and removed a dupe. nw. 2014-12-29 19:50:53 +01:00
Oliver Stöneberg
81e4dde0c8 fixed SANITIZE=thread linking (nw) 2014-12-29 18:56:40 +01:00
hap
307ea7b399 (MESS)Game added or promoted to working
------------------
Amaze-A-Tron [hap, Sean Riddle]
2014-12-29 14:52:03 +01:00
Osso
3eb1292de8 snes.c: fixed save state problem (see smwu for example) (nw) 2014-12-29 12:19:43 +01:00
couriersud
42c969c07e Changed sdl_window_info to be closer to C++:
- Made some members private
- moved static functions into sdl_window_info
- extended work_param struct with constructors for better readability
2014-12-29 02:00:57 +01:00
yz70s
495fe0f2dd chihiro: add support for vblank wait NV2A accelarator method (nw)
It is disabled by default since is slows down too much.
There is a new debugger command "chihiro waitvblank" to enable and disable it.
2014-12-28 21:49:12 +01:00
couriersud
956f2a350e Merge branch 'master' of https://github.com/mamedev/mame.git 2014-12-28 18:40:13 +01:00
couriersud
587d5ff248 Fix "-mt" for SDLMAME windows build [Calamity, Couriersud]. 2014-12-28 18:36:45 +01:00
Dirk Best
4e92657190 Add a TEA1002 color encoder device and use it for the Aquarius. It might
make sense to make this a direct descendent of the palette_device
instead.

Color information based on TEA1002 datasheet.  [Dirk Best, nitrofurano,
Bruce Abbott]
2014-12-28 17:26:25 +01:00
hap
00e1352854 removed identical romsets 2014-12-28 17:08:09 +01:00