Commit Graph

36255 Commits

Author SHA1 Message Date
briantro
4d81025ab6 snowbros.c: Have CPU speeds be based off of actual OSC clocks. - NW
Use OSC as listed in the driver and use reasonable clock and divider where clocks are unknown.  Cross reference with PCB pics for example on Ball Boys MC68000P10 isn't really clocked at 16MHz, it's either 12MHz or 8MHz (16MHz/2) and note in driver.  IE: 16MHz/4 vs 12MHz/3 for 4MHz and 16MHz/16 vs 12MHz/12 for 1MHz OKI clock.
2015-05-31 21:02:18 -05:00
briantro
b95d7f3491 segaybd.c - Spelling - NW 2015-05-31 20:10:47 -05:00
couriersud
872ca80ac5 Converted netlist into a library. Moved most code from nl_convert.h to
nl_convert.c. Targets using netlist must now specify this explicitly
with MACHINES["NETLIST"] = true
Added subtarget "nl" which only contains games with netlist elements.
(nw)
2015-06-01 00:54:45 +02:00
couriersud
7500669a19 Fix save states in netlist. (nw) 2015-06-01 00:53:25 +02:00
David Haywood
8c109dc6b1 new clones
Mr. Kicker (F-E1-16-010 PCB) [system11]

(I'll work out the speedup in a bit)
2015-05-31 22:46:20 +01:00
MetalliC
70b15d1ce6 fix c/p (nw) 2015-06-01 00:02:48 +03:00
MetalliC
9f74d5fd7b wd_fdc: separate soviet FD179x clone 2015-05-31 23:03:24 +03:00
arbee
14a019da20 mac: Image card now accepts paths starting with '$' for your $HOME needs. Also fixed a crash if the path is invalid. [R. Belmont] 2015-05-31 15:55:57 -04:00
Dirk Best
bf4f1beaa2 cgenie: fix plain sector disk images 2015-05-31 21:50:55 +02:00
Dirk Best
d68270a157 wd177x_dsk: add support to mark tracks as deleted data 2015-05-31 21:50:51 +02:00
Dirk Best
22ee342634 flopimg: save all possible data sectors in fm mode 2015-05-31 21:50:47 +02:00
briantro
9ad081a916 New G-Loc clone
New Clone Added
-----------------------------------
G-LOC Air Battle (World) [Arzeno Fabrice, The Dumping Union]
2015-05-31 13:20:51 -05:00
hap
8c828a727f added i/o ports+opcodes 2015-05-31 19:44:05 +02:00
Dirk Best
b2d2d4de2d remove it here too (nw) 2015-05-31 18:28:09 +02:00
Dirk Best
75b15886e3 pk8020: updated to use the new wd fdc. fixes regression booting cp/m. 2015-05-31 18:11:26 +02:00
couriersud
b7a823de3f Code maintenance. Remove commented out directives. (nw) 2015-05-31 18:02:01 +02:00
couriersud
a3806ce7a1 delegate.h now supports mingw 32 bit builds with INTERNAL configuration.
Member functions are called in this case using __thiscall ABI.
[Couriersud]
2015-05-31 18:02:00 +02:00
arbee
ad0d9f9341 mac: fix crashiness in NuBus "image" card host access [R. Belmont] 2015-05-31 08:48:53 -04:00
Olivier Galibert
511762fa2d Allow compiling with shared libraries [O. Galibert]
Put SHLIB=1 in the main makefile, or on the command line.

The idea is to get a *way* faster link with symbols.  It works at
least on linux, with one annoying caveat: you have to be in the
build/projects/sdl/mame/gmake-linux directory to start mame
afterwards.  We're going to move some things around to be able to use
LD_LIBRARY_PATH or have it start as-is from the root.
2015-05-31 13:25:17 +02:00
Dirk Best
3a9d6f4b4b mbc200: updated to use the new wd fdc and make it boot. 2015-05-31 13:08:57 +02:00
Miodrag Milanovic
f23ff0f6f0 fix compile on GCC 4.4 on old Ubuntu (nw) 2015-05-31 12:37:01 +02:00
Miodrag Milanovic
2923224b51 remove text (nw) 2015-05-31 11:50:06 +02:00
Dirk Best
3a896dae5e excali64: remove support for the old wd fdc since the new one works
fine.
2015-05-31 11:37:49 +02:00
Dirk Best
cf876483c0 dgn_beta: updated to use the new wd fdc. can't test the system since it
appears to be completely non-working.
2015-05-31 11:29:41 +02:00
Robbbert
bb25ed907e Merge branch 'master' of https://github.com/mamedev/mame 2015-05-31 19:12:23 +10:00
Robbbert
ff076425e7 ui: Fix corruption when a game status and a pop message appear at the same time. 2015-05-31 19:09:51 +10:00
Miodrag Milanovic
6bd3dff96f removed duplicated compile option (nw) 2015-05-31 10:58:50 +02:00
Dirk Best
2f7882fbff x1/x1twin: updated to use the new wd fdc. bonus: formatting disks now
works in hubasic.
2015-05-31 10:40:46 +02:00
Miodrag Milanovic
0c45c0f1f6 fix for clang (nw) 2015-05-31 08:59:21 +02:00
Miodrag Milanovic
02751b71e6 Fix for osx 10.6.x build (nw) 2015-05-31 08:53:12 +02:00
Miodrag Milanovic
2c34deb09a fix compile on latest clang (nw) 2015-05-31 08:07:05 +02:00
RobertoFresca
b339e78fbe Fix some spacing... 2015-05-31 02:36:32 -03:00
RobertoFresca
493527173f Typo found... 2015-05-31 02:22:47 -03:00
Miodrag Milanovic
c1624e7512 fixed license, there was driver beta so wrong owners assigned (nw) 2015-05-31 07:06:00 +02:00
Miodrag Milanovic
b1c1b6979a removed dumper (nw) 2015-05-31 06:52:52 +02:00
Miodrag Milanovic
81ee2e603e Removed -Wno-unused-variable for mingw/gcc (nw) 2015-05-31 00:15:46 -04:00
Robbbert
16ed4aae36 camplynx: added a popmessage to tell user how to load the tape. 2015-05-31 14:11:06 +10:00
balr0g
810f82fee2 Corrections (nw) 2015-05-30 21:06:18 -04:00
Peter Ferrie
3a1d3b2b22 idehd.c: increase IDE fill-time to avoid missed interrupts [Peter Ferrie] 2015-05-30 17:04:22 -07:00
couriersud
6e4bbb1224 Fixed clang compile. (nw) 2015-05-31 01:35:14 +02:00
couriersud
3a455f75a5 Netlist now uses the same approach as delegate.h to derive member
function pointers. If the platform doesn't support this approach,
virtual function calls will be used. In addition, this commit contains
modifications for standalone compile. (nw)
2015-05-31 00:49:40 +02:00
couriersud
2f13be3ec5 Fix OpenMP by using spinlocks in push_to_queue. However no observable
performance improvement. Without OpenMP, locks will not be compiled. 
Removed a couple of inlines and added consts were appropriate. (nw)
2015-05-31 00:36:40 +02:00
David Haywood
02630ff4b2 Merge pull request #195 from system11b/S11fantasia2
Added 1998 copyright Fantasia 2 version, single ROM difference
2015-05-30 21:54:49 +01:00
David Haywood
77c8882e63 Merge pull request #194 from system11b/S11tship
S11tship - new Turtle Ship variants, Gradius 3 JP split, Mad Motor label corrections
2015-05-30 21:54:36 +01:00
hap
1e170b1336 added branch/call/return opcodes 2015-05-30 22:51:54 +02:00
system11b
50bd352f0b Added 1998 copyright Fantasia 2 version, single ROM difference
taken from board with 961210 model number same as the others.
2015-05-30 21:30:57 +01:00
MetalliC
99855c456f wd_fdc: fixes to get BetaDisk work without patches 2015-05-30 18:16:17 +03:00
Dirk Best
0afa682456 dgnalpha: updated to use the new wd fdc 2015-05-30 15:07:48 +02:00
Dirk Best
51709eef04 wd_fdc: clear head load after 3 disk revolutions, fixes z80netf format
command
2015-05-30 11:10:11 +02:00
Alex W. Jackson
bafa89c8a8 Fix the damage (nw) 2015-05-30 05:03:58 -04:00