Wilbert Pol
6b8acd5d5b
gb_lcd.c: Fix another index out of bound access in the supergb driver (nw)
2014-07-28 08:34:04 +00:00
Oliver Stöneberg
f9a8a749f4
added assert for index out-of-bounds access with tecnbras (nw)
2014-07-28 08:02:02 +00:00
Oliver Stöneberg
4a45f25894
fixed usage onf uninitialized member in serial_keyboard_device (nw)
2014-07-28 07:59:46 +00:00
Oliver Stöneberg
e701f7d1ae
added assert for index out-of-bounds access with gizmondo (nw)
2014-07-28 07:56:40 +00:00
Oliver Stöneberg
34dd10fbdd
added asserts for index out-of-bounds accesses with wmbullet -flop cpm22 (nw)
2014-07-28 07:51:15 +00:00
Oliver Stöneberg
dd71fc9777
adjusted an ncr539x_device assert (nw)
2014-07-28 07:47:23 +00:00
Oliver Stöneberg
30218b23aa
added asserts for index out-of-bounds access with sun3_80 (nw)
2014-07-28 07:46:25 +00:00
Oliver Stöneberg
957ddde757
fixed usage of uninitialized member in upd765_family_device (nw)
2014-07-28 07:40:46 +00:00
Oliver Stöneberg
ecc63caa5a
fixed usage of uninitialized member in mc68681_device (nw)
2014-07-28 07:32:39 +00:00
Oliver Stöneberg
96fea7d2fa
added assert for index out-of-bounds with saturneu -cart test1f (nw)
2014-07-28 07:28:22 +00:00
Sandro Ronco
b5a05a2945
(MESS) Allow kc85_[2-5] to boot from floppy again.
2014-07-27 21:14:51 +00:00
Wilbert Pol
3f78a58c6f
terminal.c: Save state some members; doesn't fix xor100 save state issue though. (nw)
2014-07-27 20:30:32 +00:00
Wilbert Pol
b8e337341b
gb_lcd.c: Prevent some out of bound array accesses (nw)
2014-07-27 20:05:44 +00:00
Wilbert Pol
78d3bd416d
315_5124.c: Use a simple array for cram. Fixes autosave issue found by Tafoid (nw)
2014-07-27 19:56:23 +00:00
Ivan Vangelista
1298cb27a2
Fixed MT05631 (nw)
2014-07-27 16:22:31 +00:00
Robbbert
4ca32baa67
by17.c : WIP
2014-07-27 12:13:14 +00:00
Michaël Banaan Ananas
3457a0b80d
note
2014-07-27 08:06:44 +00:00
Michaël Banaan Ananas
0bfa41b002
added cc40 system ram addressing and configurable ramsize
2014-07-27 04:44:42 +00:00
Michaël Banaan Ananas
a98fc7365a
small update
2014-07-27 04:08:10 +00:00
Sandro Ronco
f9da84afa7
(MESS) New NOT WORKING systems
...
----------------------------------------------
Genius Leader Magic Color (Germany) [TeamEurope]
Genius Junior Redstar 3 (Germany) [TeamEurope]
2014-07-26 20:30:21 +00:00
Michaël Banaan Ananas
95c18d6061
notes
2014-07-26 19:55:28 +00:00
James Wallace
0d4d93c455
Fleshed out MPU5, Proconn and Ace System 1 a bit. Still don't work, but are a bit closer (nw)
2014-07-26 18:50:20 +00:00
Oliver Stöneberg
37784e0e10
falgged some software as unsupported (nw)
2014-07-26 13:36:38 +00:00
Roberto Fresca
f3d6908a20
Unknown Pac-Man gambling game: Added proper sound support.
...
Rearranged some inputs and hooked extra port. Found some
DIP switches. Added technical notes and instructions.
Cleaned up the whole driver. [Roberto Fresca]
2014-07-26 03:33:39 +00:00
mahlemiut
ee80cc75ec
gimix: removed ROM bank at 0xe800, changed disk drivers to be high density (Flex and OS-9 disks are 80-track), and added a hack (disabled by default) that gets OS-9 to run.
2014-07-26 01:49:34 +00:00
Michaël Banaan Ananas
d5084181e7
TMS70C46 dockbus stub
2014-07-26 01:44:14 +00:00
Roberto Fresca
7329bae436
Unknown Pac-Man gambling game: Rename and redefine the inputs
...
to match the behavior of both games. Added complete instructions
to play the stealth gambling game. [Roberto Fresca]
2014-07-25 22:42:21 +00:00
Michaël Banaan Ananas
1967fd862b
i had TMS70C46 external memory mode backwards
2014-07-25 22:13:04 +00:00
Roberto Fresca
75508d4856
Changed set mpoker and driver to mgames. Also description from
...
Multi-Poker to Match Games accordingly with the official flyer.
http://flyers.arcade-museum.com/?page=thumbs&db=videodb&id=6500
In fact, these are skill instead of poker games.
Also added way more documentation and some cosmetic fixes.
[Roberto Fresca]
2014-07-25 21:15:25 +00:00
Mike Naberezny
8b913038bb
(MESS) cbm2_flop.xml: Removed duplicate of CBUG 81. (nw)
2014-07-25 19:02:31 +00:00
Michaël Banaan Ananas
f3f68dd6f1
woop
2014-07-25 16:58:50 +00:00
Michaël Banaan Ananas
c3bd3be701
these aren't supposed to be on svn
2014-07-25 16:56:35 +00:00
Michaël Banaan Ananas
003bb93054
this too
2014-07-25 16:30:41 +00:00
Scott Stone
375e559784
forgot one (nw)
2014-07-25 16:24:07 +00:00
Scott Stone
499bff8827
Fix props for mame layout files (nw)
2014-07-25 16:21:00 +00:00
Scott Stone
9115647ee0
Fix props for mess layout files (nw)
2014-07-25 16:18:40 +00:00
Michaël Banaan Ananas
92381d28f6
(MESS)
...
New System Drivers Supported:
-----------------------------
TI-95 PROCALC [hap]
2014-07-25 16:06:48 +00:00
Alex W. Jackson
bbcde3a472
m68kmake.c: change overlapping memcpy() to memmove() [Casper Ti. Vector]
2014-07-25 12:41:50 +00:00
Michaël Banaan Ananas
48d3d8890e
fix tms7000 sbb
2014-07-25 09:27:51 +00:00
Wilbert Pol
a531a4481e
(MESS) some notes regarding usage and playback of FS-CA1 built-in ADPCM samples. (nw)
2014-07-25 09:10:43 +00:00
Wilbert Pol
517c6f12e6
(MESS) msx1_cart.xml: Small update for fsca1 (nw)
2014-07-25 08:16:48 +00:00
Brian Troha
76721fe218
tourvis.c: Added version 5.3 BIOS to the Tourvision driver. [system11]
2014-07-25 01:37:44 +00:00
Brian Troha
af7113beb4
New Armored Warriors clone
...
New Clone Added
----------------------------------------------
Armored Warriors (Asia 941024) [system11, The Dumping Union]
2014-07-25 01:35:05 +00:00
cracyc
4a38f27056
pcxt: init cga bank number (nw)
2014-07-24 22:16:42 +00:00
Robbbert
c03dabbc42
Game Plan WIP
2014-07-24 12:37:10 +00:00
Alex W. Jackson
866e4d62c6
grchamp.c: fix character layer colors (nw)
2014-07-24 00:29:49 +00:00
Robbbert
3e8525e923
GamePlan 1: Fixed display problem, games marked as working.
2014-07-24 00:19:16 +00:00
Michaël Banaan Ananas
56424fd130
aaaand tms70c46 made a comeback
2014-07-24 00:08:59 +00:00
Brian Troha
00548fe1aa
New Player's Edge Plus clones
...
New Clones Added
----------------------------------------------
Player's Edge Plus (X000124P+XP000053) Deuces Wild Poker [BrianT]
Player's Edge Plus (X002308P+XP000112) Triple Double Bonus Poker [BrianT]
2014-07-23 23:30:42 +00:00
Michaël Banaan Ananas
c1a84b047d
removed TMS70C46 cputype anyway, was identical alias to TMS70C40
2014-07-23 13:55:48 +00:00