Dirk Best
b18021648e
cleanup (nw)
2015-06-01 16:44:06 +02:00
Dirk Best
3e82eead53
mbc55x: updated to use the new wd fdc
2015-06-01 16:39:11 +02:00
Dirk Best
64a8916420
smc777: updated to use the new wd fdc. fixed drive type & softlist.
2015-06-01 14:24:43 +02:00
Dirk Best
9a4e011f0c
small fix (nw)
2015-06-01 13:54:17 +02:00
Dirk Best
5a9f173f08
mz2500: updated to use the new wd fdc. note that some d88 format disks
...
don't load anymore since the new code verifies the track size, might be
bad dumps or protected disks.
2015-06-01 12:26:43 +02:00
Dirk Best
476d027582
mz2000: updated to use new wd fdc. fix softlist to use the correct
...
interface. change x1_dsk to 2d_dsk and use it for the mz2000 as well.
2015-06-01 10:14:37 +02:00
mahlemiut
508cceb599
clgd542x: fixed display of 16-bit video modes, added support for some acceleration features in 16-bit video modes.
2015-06-01 19:14:49 +12:00
RobertoFresca
0573fd994d
Chsuper.c driver. Added notes about the sound writes.
2015-06-01 02:48:52 -03:00
RobertoFresca
5fce1597df
Merge branch 'master' of https://github.com/mamedev/mame
2015-06-01 02:42:34 -03:00
RobertoFresca
dbed74ef60
some alignment, spacing, info, notes... (nw)
2015-06-01 02:40:54 -03:00
balr0g
5b609df8b1
Fix game blaster compatibility in sb1.0 [balrog]
2015-06-01 00:03:36 -04:00
balr0g
d6d92c2a5f
Fix Game Blaster emulation, now working [balrog]
2015-05-31 22:52:36 -04:00
briantro
9d45354044
snowbros.c: Better documentation for Honey Dolls - NW
2015-05-31 21:14:52 -05:00
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