couriersud
381d3dd572
Fixed superbug explosion overlay. [SoltanGris42, Couriersud]
2015-06-03 20:08:40 +02:00
couriersud
ca8338d5a5
Found some cycles by removing static declarations in some functions.
...
(nw)
2015-06-03 20:08:39 +02:00
Dirk Best
49168ace92
svi318: add some floppy disk images to the softlist
2015-06-03 19:47:24 +02:00
Dirk Best
8afcf3f9ce
svi318: updated to use the new wd fdc. floppy support has been restored,
...
which was broken for a long time.
2015-06-03 18:56:17 +02:00
hap
25a8f0715d
reverted this commit
2015-06-03 17:03:50 +02:00
David Haywood
a37a2b6664
Merge branch 'master' of https://github.com/mamedev/mame
2015-06-03 12:46:29 +01:00
David Haywood
527e70ca40
apparently the ones listed as 'for MESS' are actually the ones that work on real hardware, and the others are hacked for prosystem emulator? (nw)
2015-06-03 12:46:16 +01:00
Robbbert
3aa840c8ed
Merge branch 'master' of https://github.com/mamedev/mame
2015-06-03 20:50:17 +10:00
Robbbert
e0fdf4c2a6
Commented out corrupted set to stop msx2 machines from crashing.
2015-06-03 20:47:27 +10:00
David Haywood
d8f3c86b98
new WORKING game
...
Monkey Magic [Hau, Chack'n]
(politics aside, this is the correct procedure and credit, everything has been submitted for inclusion)
2015-06-03 11:42:12 +01:00
David Haywood
f7fd6b95f5
ok, this is how you load the dev board version (nw)
2015-06-03 11:31:52 +01:00
David Haywood
d3bf4d4125
added the newer a7800 donkey kong XM enhanced demo files to the softlist.
...
i've added the 'emulator compatible' images too, pokey sound doesn't seem to work with the regular ones, might be useful for debugging.
eta seems to indicate it did at the point he removed the emulator compatible images for the older version, so when did it break?
(nw)
2015-06-03 11:03:41 +01:00
Olivier Galibert
d92b8d522a
Solved the great Sherwood Forest mystery. DOS 3.3 inserts a short
...
(3-4 cycles, roughly equivalent to one bit) delay between writing the
header and the data bytes in the sector data block. [Peter Ferrie,
Olivier Galibert, Richter Belmont]
2015-06-03 08:41:33 +02:00
Miodrag Milanovic
66fec3db63
fix for OG :) (nw)
2015-06-03 08:02:20 +02:00
David Haywood
dc729a9828
add some custom RASTERIZER_ENTRY lines for gtfore series, seems to help with performance when lots of transparencies are used (nw)
2015-06-02 23:44:51 +01:00
etabeta78
06cc1e484d
audit.c: fixed a crash occurring when trying to mount
...
a CHD from the internal UI. [Fabio Priuli]
out of whatsnew: this is the correct fix which replaces the hacky workaround that I had submitted earlier today...
2015-06-03 00:37:29 +02:00
balr0g
8923954751
Minor license tag fix (nw)
2015-06-02 14:38:39 -04:00
hap
c9f1843c45
forgot to actually hook up port K here
2015-06-02 20:31:53 +02:00
hap
78f313bce9
woops, wrong port
2015-06-02 20:07:18 +02:00
hap
c5891758cb
changed mn10200 fake i/o memmap to callbacks
2015-06-02 19:49:45 +02:00
hap
c325f48069
correct zsg2 internal clock
2015-06-02 18:24:18 +02:00
Dirk Best
0ebc3e5033
vector06: updated to use the new wd fdc. system appears to be broken but
...
loads some sectors from disk.
2015-06-02 17:16:36 +02:00
hap
3e7cb13148
made branch condition and add/sub carry param optional
2015-06-02 16:29:23 +02:00
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