cracyc
86cadf5f71
(mess) pc9801: fix egc shifter (nw)
2015-02-05 12:18:12 -06:00
Ivan Vangelista
62ecdbcbf9
toki.c: don't know what happened with this, but thanks Haze for fixing compile (nw)
2015-02-05 18:23:32 +01:00
Oliver Stöneberg
e1469ee855
re-enabled some C++11 compiler warnings (nw)
2015-02-05 17:52:09 +01:00
Oliver Stöneberg
37f2f2e5be
fixed some more C++11 compiler warnings (nw)
2015-02-05 17:27:51 +01:00
Oliver Stöneberg
593e3c33a8
fixed some C++11 compiler warnings (nw)
2015-02-05 16:57:45 +01:00
Oliver Stöneberg
56f03a8f8f
fixed -Wunused-local-typedefs warnings with ATTR_UNUSED and enabled it again (nw)
2015-02-05 16:41:05 +01:00
Oliver Stöneberg
a4c8ca2c25
fixed makefile (nw)
2015-02-05 15:40:53 +01:00
Oliver Stöneberg
f303a5c155
disable a GCC warning with CPP11=1 (nw)
...
also moved clang C++11 warning supression into CPP11 define
2015-02-05 15:38:41 +01:00
Oliver Stöneberg
6790ff2ebd
flags_clang.mak: additions for clang 3.6 and cleanups (nw)
...
also enabled some warning by default again. they were disabled because
of bugs in clang which have been fixed by now. unfortunately the
disabling predates the proper version handling, so it's not clear for
which versions they should be ignored. so if they come up again we just
need to re-add them by checking for the proper version
2015-02-05 14:49:05 +01:00
Oliver Stöneberg
af64bda24d
added makefile define CPP11 to compile C++ code as C++11 [Oliver Stöneberg]
2015-02-05 14:40:19 +01:00
Guru
af6aff4307
segas16b.c: small documentation update (nw)
2015-02-05 19:46:50 +08:00
Robbbert
53805cc7e0
Merge branch 'master' of https://github.com/mamedev/mame
2015-02-05 22:35:25 +11:00
Robbbert
569bd73138
(MESS) kaypro: kayproii, kaypro4, omni2 can boot from floppy, marked as working.
...
Kaypro4p88 and kaypro10 can also boot from floppy but have other issues.
2015-02-05 22:33:07 +11:00
jbu
ccfd07b539
Report core file position in case of a CHD hunk read error (nw)
2015-02-05 11:01:43 +01:00
etabeta78
d87d0bcf6e
minor naming fixes. nw.
2015-02-05 09:32:04 +01:00
couriersud
f9ab852d6d
Fix compile on windows (sdl). (nw)
2015-02-05 02:11:49 +01:00
couriersud
5d33de6aab
Remove some passing around of running_machine where it is not needed.
...
(nw)
2015-02-05 01:58:55 +01:00
couriersud
0c7b5ff66e
Too many #defines and #ifdefs. Missed this one on drawgbfx. (nw)
2015-02-05 01:10:32 +01:00
couriersud
dabb6b1799
Moved all window related code to window.c. (nw)
2015-02-05 01:06:37 +01:00
couriersud
ccf953911f
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-02-05 00:33:10 +01:00
Angelo Salese
f29c5872c1
Merge branch 'master' of https://github.com/mamedev/mame
2015-02-04 22:49:49 +01:00
Angelo Salese
11064eca6d
Basic KB hookup, thinks that GRAPH is always on for whatever reason ...
2015-02-04 22:49:31 +01:00
mamehaze
f0a29fad3b
toki.h wasn't in sync with the toki.c files? fixes compile (nw)
2015-02-04 21:02:24 +00:00
Angelo Salese
df0645b7d1
Merge branch 'master' of https://github.com/mamedev/mame
2015-02-04 21:42:51 +01:00
Angelo Salese
5dd60b8d7e
Added bread-and-butter IRQ support. VIC3 blinks, CIA cries too.
2015-02-04 21:42:22 +01:00
Angelo Salese
2828f55c15
Hooked up CIAs
2015-02-04 21:19:05 +01:00
Peter Ferrie
d012171d50
another compile fix for MSVC 2012 (nw)
2015-02-04 11:26:43 -08:00
Ivan Vangelista
61e7efde1b
toki.c: added save state support (nw)
2015-02-04 19:31:41 +01:00
couriersud
d8add6d940
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-02-04 19:03:30 +01:00
couriersud
a5707267cc
Window creation now is done in windows.c. (nw)
2015-02-04 19:03:20 +01:00
Ivan Vangelista
bdc1f8b93d
goodejan.c, sengokmj.c: added save state support (nw)
2015-02-04 18:36:27 +01:00
MetalliC
4c9ad2fe43
naomi.c add Derby Owners Club IO board dump [Mr. CAST, Smitdogg, The Dumping Union]
...
add key PIC for DIMM Firmware Update for CF-BOX (GDS-0042A)
misc notes and fixes (nw)
2015-02-04 19:21:10 +02:00
MetalliC
128ba6317b
(MESS) spectrum.c partial screen updates
...
note: for now hooked only at 128k screen page flip
2015-02-04 19:20:43 +02:00
couriersud
b6fe4b5e10
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-02-04 18:17:50 +01:00
Ivan Vangelista
ffa3b0299f
dcon.c: added save state support (nw)
2015-02-04 18:16:48 +01:00
couriersud
07bae39a05
Some more code alignment. (nw)
2015-02-04 18:16:42 +01:00
Ivan Vangelista
af3895e1a5
bloodbro.c: added save state support (nw)
2015-02-04 18:02:55 +01:00
couriersud
2ef1f9aed0
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-02-04 15:16:36 +01:00
Olivier Galibert
644a4c5875
lindbergh: Add the CF card dump [soyandroid]
2015-02-04 15:03:36 +01:00
couriersud
f240e21b22
Merge branch 'master' of https://github.com/mamedev/mame.git
...
Conflicts:
src/osd/sdl/drawsdl.c
2015-02-04 14:37:41 +01:00
couriersud
fba518ef0c
Safety commit before pull. More code alignment. (nw)
2015-02-04 14:24:05 +01:00
Miodrag Milanovic
bcf7756f8f
Fix debug=1, symbols=1, will send upstream (nw)
2015-02-04 11:16:51 +01:00
Robbbert
0f602ba86a
(MESS) improvements to mbee256. Thanks to RedSkullDC for dumping the bankswitching prom, and ubee512-author for advice.
2015-02-04 19:20:14 +11:00
peterferrie
aa0ffdc153
fix compile on MSVC 2012 (nw)
2015-02-03 23:03:32 -08:00
arbee
ca1434d52f
dirtypig: fixed ROM load order, game seems to run fine now. [R. Belmont]
2015-02-03 20:15:26 -05:00
arbee
228980b852
SDL: fix GCC 4.9 + Clang compiles (nw)
2015-02-03 20:04:49 -05:00
briantro
abff2df161
silvmil.c: Minor info update on the Game Level for PuzzLove - NW
2015-02-03 17:36:44 -06:00
briantro
de58762e56
silvmil.c: Fill in some dipswitches for Puzzlove and add dipswitch locations. [Brian Troha]
2015-02-03 17:26:26 -06:00
Robbbert
1fb84ad0e3
Merge branch 'master' of https://github.com/mamedev/mame
2015-02-04 08:22:18 +11:00
Robbbert
5eb31c78f9
Replaced corrupt dump for mtetrisc with fresh and verified good redump [brizzo, Zoinkity]
2015-02-04 08:19:53 +11:00