Dirk Best
0f170cfe31
rm380z: updated to use the new wd fdc
2015-06-02 16:23:34 +02:00
Miodrag Milanovic
3aeb79cbc0
resolved some more (nw)
2015-06-02 16:21:11 +02:00
Miodrag Milanovic
04e8ae89d2
Put some licenses since authors all replied (nw)
2015-06-02 16:11:04 +02:00
etabeta78
358e90476a
not sure about other compilers, but old Apple GCC is very unhappy
...
with this (and m_floppy is also initialized to NULL a few lines above,
making this line not necessary from what I can tell). nw.
2015-06-02 15:08:57 +02:00
etabeta78
cdabf91b19
added some further sanity check. nw.
2015-06-02 15:06:46 +02:00
Dirk Best
ada45f655e
hec2mdhrx: updated to use the new wd fdc.
2015-06-02 13:36:47 +02:00
yz70s
67f292241d
chihiro.c: lets' start playing with usb. Also added two new chihiro debug commands dump_timer and dump_dpc to show the contents of the _KTIMER and _KDPC kernel structures. (nw)
...
Usb is disabled by default (to allow loading the game), uncomment the USB_ENABLED define to enable it.
2015-06-02 13:13:37 +02:00
etabeta78
bc445d85bf
audit.c: worked around a crash occurring when trying to
...
mount a CHD from the internal UI. nw.
I'll keep searching for a better fix, of course, but the current behavior
was really annoying (for instance it was impossible to change disk after
emulation had started, when loading from softlist)
2015-06-02 12:03:22 +02:00
etabeta78
8b1c126538
n64.xml: fixed some parent/clone relation. [Andrea Petrucci]
2015-06-02 11:59:06 +02:00
etabeta78
c78e60ed46
cheat: improved cheat support for games in softlist. XML cheats
...
for home systems should now be stored in a subfolder (or a
compressed archive), named after the software list, inside the
cheatpath. this allows for loading cheats for consoles / home
computers without interfering with arcade cheats when games have
identical shortnames.
For instance, loading Galaga in NES allows now to use its specific
cheats even if a galaga.xml is available in the arcade cheat.7z
(previously you'd get an error due to the arcade cheat referring
to a cpu not present in the NES). [Pugsy, Fabio Priuli]
2015-06-02 11:41:14 +02:00
etabeta78
85535e83fe
ui: when accessing the internal File Manager for a system
...
with available softlists, let the softlist item be highlighted by
default to make navigation faster [Fabio Priuli]
2015-06-02 11:32:11 +02:00
etabeta78
4138b3c871
nes.c: fixed the flip disk input not being recognized in
...
the fds driver. nw.
2015-06-02 11:29:19 +02:00
etabeta78
99b58a5c0c
gameboy.c: improved accuracy of the emulation for MBC2
...
games [Tauwasser]
out of whatsnew: also improved the name of some flags, clarifying their meaning.
2015-06-02 11:27:11 +02:00
Dirk Best
3ae2668e4f
swtpc09: updated to use the new wd fdc. flex_dsk.c currently doesn't
...
support the uniflex format and the flex disks i found don't seem to work
on this driver, but they at least load a sector from disk and try to
execute it. this driver really needs to use slot devices for each of its
controller cards.
2015-06-02 11:01:11 +02:00
hap
00026ec095
small correction
2015-06-02 00:05:38 +02:00
hap
7c45fecc12
added cfrogger i/o handlers
2015-06-01 22:50:36 +02:00
Ivan Vangelista
46bf05c2fd
namcos86.c: preparation for save state support, switched to configured banking. Not enabled because roishtar's mcu fails spectacularly on reload (nw)
2015-06-01 21:34:50 +02:00
Dirk Best
e35d859f8b
fm7: updated to use the new wd fdc
2015-06-01 20:32:45 +02:00
Dirk Best
875a901dc2
bml3mp1802: updated to use the new wd fdc. changes are untested, system
...
is not working.
2015-06-01 18:08:37 +02:00
Dirk Best
0b593e25ea
z100: updated to use the new wd fdc. changes can't be verified since the
...
system is non-working.
2015-06-01 17:24:56 +02:00
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