Michaël Banaan Ananas
fde0ff778d
ioport array for outrun and sega-yboard
2014-09-23 17:34:47 +00:00
Brian Troha
e2003e3f1f
peplus.c: Minor update - NW
...
Fix coin in cycles to eliminate the Coin-in Timeout errors. All current sets should be fully playable without issues.
2014-09-23 16:55:39 +00:00
Ivan Vangelista
ce2b6a3167
segas32.h: small cleanup (nw)
2014-09-23 15:48:51 +00:00
Michael Zapf
26ac0b02d0
Removed some debugging output; fixed FM value for Index AM. (nw)
2014-09-23 15:14:39 +00:00
Oliver Stöneberg
f59e293f6d
fixed clang warning in src/mess/drivers/rainbow.c as suggested (nw)
2014-09-23 14:49:23 +00:00
Dirk Best
11e2831405
Amiga: Add the latest version of EmuTOS to the Amiga 1000 softlist and
...
fix CIA interrupts getting lost in certain situations. This fixes the
EmuTOS keyboard and potentially more. Also fix a possible issue with
blitter delays.
2014-09-23 12:19:58 +00:00
David Haywood
a1aed6adf4
de-duplicate number conversion code (nw)
2014-09-23 11:35:29 +00:00
Oliver Stöneberg
7915ef329d
adjusted some software list descriptions (nw)
2014-09-23 11:18:59 +00:00
Oliver Stöneberg
0cf86be9a7
"properly fixed" clang -Wconstant-logical-operand warnings and enabled it (nw)
2014-09-23 10:13:12 +00:00
Oliver Stöneberg
d05fb42842
actually avoid clang warning in src/mame/video/jagblit.inc / avoid clang warning in src/emu/cpu/h8/h8_timer16.c (nw)
2014-09-23 10:02:18 +00:00
Oliver Stöneberg
2598d2a29b
fixed clang warning in src/mame/video/jagblit.inc (nw)
2014-09-23 09:47:40 +00:00
Oliver Stöneberg
7f72372098
documented more disabled clang compiler warnings (nw)
2014-09-23 09:40:59 +00:00
Oliver Stöneberg
da9ac3ce74
documented some disabled clang compiler warnings / re-enabled -Wformat-security for clang 3.5 (was disabled because of a bug in clang) / disabled c++11 warnings so it compiles out-of-the-box / added TODO (nw)
2014-09-23 08:46:14 +00:00
Curt Coder
0076fee96e
(MESS) riscpc: Added missing regions. (nw)
2014-09-23 08:13:07 +00:00
Curt Coder
cc965d23de
(MESS) a7000: Renamed to riscpc.c and added missing variants. (nw)
2014-09-23 08:09:56 +00:00
Curt Coder
53bb25aab2
(MESS) Fixed ROM name conflict. (nw)
2014-09-23 07:47:32 +00:00
mahlemiut
77621a9438
trident: added XOR drawing, added XNEG and YNEG reverse directions for mono pattern BitBLT.
2014-09-23 07:44:52 +00:00
Curt Coder
03a6c85577
Fixed build. (nw)
2014-09-23 07:29:44 +00:00
Fabio Priuli
69fdbd5872
fixed multisession crash when the new cart needed a dynamic buffer/array
...
larger than the original one. this got introduced when converting from
auto_alloc_array to dynamic buffers, because such buffers are not made
NULL at reset, but got unnoticed/unreported up to now. many thanks to
Trebor for catching it! nw.
2014-09-23 06:18:02 +00:00
Michaël Banaan Ananas
af251eb276
new clone added
...
---------------
Donkey Kong: Pauline Edition (hack, rev 5) [Clay Cowgill]
2014-09-22 22:48:08 +00:00
Angelo Salese
a4542f95f0
This one looks better the other way around ...
2014-09-22 22:26:22 +00:00
Angelo Salese
6ab46b2452
Either bad dump or there's something really weird going on with this. If any x86 guru wants to take a look be my guest.
2014-09-22 22:16:53 +00:00
Oliver Stöneberg
eea7952f4a
another workaround for XCode 6.0.1 out-of-the-box compilation (nw)
2014-09-22 20:55:29 +00:00
Brian Troha
28179045c2
new PE+ Poker clone
...
New Clone Added
------------------------------------------------
Player's Edge Plus (PP0158) 4 of a Kind Bonus Poker (set 1) [BrianT]
2014-09-22 20:16:42 +00:00
David Haywood
a6f010053f
legionna re-org sound writes (nw)
2014-09-22 18:39:21 +00:00
Brian Troha
784e35cb46
peplus.c: minor updates - NW
...
Makes allowances for the Non Plus versions and prevents the Door Open bit from cycling for the earlier 32K versions. This allows several games to properly work such as PP0120 - Wild Sevens Poker ;-)
2014-09-22 18:18:17 +00:00
David Haywood
929c92b3da
less trampolines (nw)
2014-09-22 18:12:04 +00:00
Olivier Galibert
7b46df140d
itt3030: slightly better banking (nw)
2014-09-22 16:31:21 +00:00
Alex W. Jackson
eace9596ae
add width/endian to pasogo softlist (nw)
2014-09-22 16:26:52 +00:00
Oliver Stöneberg
c2f4497c54
added workaround to build with XCode 6.0.1 out-of-the-box [Oliver Stöneberg]
2014-09-22 15:57:34 +00:00
Alex W. Jackson
68647bb51a
atarist is big endian (nw)
2014-09-22 15:52:50 +00:00
Olivier Galibert
f0d3a9cdcb
itt3030: Fix the floppy (nw)
2014-09-22 15:36:56 +00:00
David Haywood
3bcf797e99
use CRTC
2014-09-22 15:13:19 +00:00
Fabio Priuli
99f2c48264
(MESS) consolidated generic socket / cartslot a bit more: removed
...
redundant cart_mounted() function since exists() from image device
already provides the required service, and added capability to
specify endianness of the rom region (otherwise not detectable from
fullpath). nw.
2014-09-22 14:49:38 +00:00
Michael Zapf
0b8dc8834d
(MESS) HDC9234 WIP: formatting floppy disks working; some HFDC fixes.
...
(nw)
2014-09-22 14:21:32 +00:00
David Haywood
37f02dc12a
de-duplicate seicop table upload code (nw)
...
(this doesn't seem to be actively changing at the moment, so seems safe to move, if not, revert)
2014-09-22 12:59:04 +00:00
mahlemiut
389b8b7b40
pc9821ap2: added note about system specs
2014-09-22 09:50:22 +00:00
mahlemiut
8ae3dbe1ab
added PC-9821AP2/U8W BIOS [caius]
2014-09-22 09:37:40 +00:00
Dirk Best
11e723d07a
Amiga: Add keyboard reset circuit. You can now reset the Amiga with the
...
usual Ctrl-Amiga-Amiga key combination.
2014-09-22 09:18:33 +00:00
Dirk Best
f304226c6c
Amiga: Update Amiga 3000 kickstart info
2014-09-22 09:18:31 +00:00
mahlemiut
d8f0f977a3
trident: improved mono pattern drawing, fixing foreground colour, adding background colour, and clipping it.
2014-09-22 08:53:44 +00:00
David Haywood
4be91f953e
nzeroteam resolution (nw)
2014-09-22 08:34:51 +00:00
David Haywood
75dd9555cc
new clones
...
Baryon - Future Assault (set 2) [RockmanX, Datasat]
2014-09-22 08:16:49 +00:00
Fabio Priuli
75d4c849ee
(MESS) advision.c: cleaned up the driver and added support for save states. [Fabio Priuli]
2014-09-22 07:58:23 +00:00
Fabio Priuli
6fe528885e
(MESS) svi318.c: cleaned up the driver and added support for save states. [Fabio Priuli]
2014-09-22 05:54:05 +00:00
R. Belmont
5604baac70
Cleanup now-unused files (nw)
2014-09-22 03:12:42 +00:00
R. Belmont
0086204726
(MESS) concept: Hook up Apple II bus. [R. Belmont]
2014-09-22 03:11:46 +00:00
R. Belmont
4d8a28072c
(MESS) itt3030: additional FDC hookup, now tries and fails to boot. [R. Belmont]
2014-09-22 01:35:01 +00:00
Robbbert
68cc07718e
notes
2014-09-22 00:45:19 +00:00
Michaël Banaan Ananas
a3744a6e0e
fix recompute_bcount regression
2014-09-22 00:04:24 +00:00