briantro
67f40f6711
peplus.c: Minor update - NW
...
Add the rom from the internal printer control PCB and a little bit more documentation for the Player's Choice MG0252 set.
2014-11-07 11:47:44 -06:00
hap
6c0f5eb645
Merge pull request #28 from felipesanches/gforce2_motorcpu
...
SEGA YBoard: Mapping the port bits used to provide motor movement feedback
2014-11-07 18:30:49 +01:00
Scott Stone
a2d241a498
Merge pull request #39 from p1pkin/naomi#2
...
naomi.c: redumped F355 [Andy Geezer]
2014-11-07 08:52:22 -05:00
Olivier Galibert
a6ce93036e
pci: A little more, reaches an unemulated pslldq at fd228 [O. Galibert]
2014-11-07 14:28:05 +01:00
MetalliC
743a7988b6
naomi.c: redumped F355 [Andy Geezer]
2014-11-07 15:24:16 +02:00
Oliver Stöneberg
6adba2caa0
added device shortname to DRC UML log for systems with multiple DRCs (nw)
...
e.g. n64
2014-11-07 11:34:19 +01:00
Oliver Stöneberg
b4e8437573
added command-line option -[no]drc_log_uml to control DRC UML disassembly logging [Oliver Stöneberg]
...
allows logging of DRC UML disassembly without re-compiling / removes
DRCUML_OPTION_LOG_UML and all the core-specific LOG_UML defines
2014-11-07 11:20:27 +01:00
etabeta78
470d4d778c
Merge pull request #38 from 0-wiz-0/master
...
Fixes for two software lists
2014-11-07 10:27:55 +01:00
Thomas Klausner
ef342958c5
Convert comments to UTF-8 so strict parsers can parse this file.
2014-11-07 10:22:05 +01:00
Thomas Klausner
9fab3fe682
Add missing closing tag.
2014-11-07 10:21:51 +01:00
Alex W. Jackson
4fe7a56192
tilemap.c: Respect gfx_element::colors() just like drawgfx.c does. Add temporary assert to catch regressions (i.e. drivers that didn't define their gfx elements correctly) (nw)
2014-11-07 04:14:12 -05:00
etabeta78
f4b87dcd55
(MESS) softlist: Added new lists for Colour Genie, DAI Personal Computer and Jupiter Ace cassettes. [Riley110]
...
(MESS) compclr2_flop: Added a few additional images. [Riley110]
out of whatsnew: I took the chance to improve software descriptions in compclr2_flop, but there is still a lot of space
for improvements :)
2014-11-07 08:29:01 +01:00
Miodrag Milanović
6d011ccbeb
Merge pull request #37 from ramiropolla/upd7810
...
upd7810: fix and improve timer/event counter
2014-11-07 08:09:40 +01:00
Alex W. Jackson
e28487ff30
tumbleb.c: flip_screen_set() automatically flips tilemaps (nw)
2014-11-07 00:27:07 -05:00
Ramiro Polla
f26bae07da
upd7810: fix and export timer/event counter output
...
The timer/event counter outputs (CO0 and CO1) are set differently when
EOM changes and when a timer update occurs. Most EOM values are
cleared on use. The document at [0] is confusing regarding these bits.
An older document [1], easier to understand, was used instead.
[0] NEC Electronics User's Manual, April 1987
[1] NEC uCOM-87AD Family 8-Bit Microcomputers uPD78C1X Users Manual
2014-11-07 05:00:57 +01:00
Ramiro Polla
613ad8165d
upd7810: ECNT clear control happens after capture control
2014-11-07 05:00:57 +01:00
Ramiro Polla
ef53b9356f
upd7810: fix bug introduced in extended timer simplification
2014-11-07 05:00:57 +01:00
hap
b601b7c799
added tms0970 device
2014-11-07 01:46:35 +01:00
hap
b69893450b
let's map merlin number keys to numpad too
2014-11-07 01:45:00 +01:00
cracyc
ad6fdd5ed6
(mess) pc9801: pipe bitmap 7220 vram access though grcg, enable ready line which fixes disk change detection (nw)
...
---
Also disabled reads while grcg is in rmw mode, this I'm not 100% certain about and needs more testing.
2014-11-06 16:00:48 -06:00
hap
3c55af4b4c
notes
2014-11-06 21:47:20 +01:00
Miodrag Milanović
f9a4f06893
Update README.md
...
Update of readme
2014-11-06 18:36:59 +01:00
mamehaze
3b60ccdf24
bit of a driver specific hack to work around what seems to be a core problem when you have multiple screens of different refresh rates and partial updates.
...
not marked the game as working yet because the side screens seem to crash when you pick the roadster
2014-11-06 17:24:01 +00:00
Osso
a54d8e6257
Fixed MT04990 (nw)
2014-11-06 18:13:48 +01:00
Oliver Stöneberg
e0c35889d9
enabled the RDP range checks by default for now (nw)
...
this reports some out-of-bounds accesses only ubsan would report
otherwise - happens with e.g. n64 -cart nbaliv99u
2014-11-06 16:03:45 +01:00
Cowering
2a7ba1651f
try 2 - Backport MBC1COL detection from GoodGBx
2014-11-06 08:19:39 -06:00
Cowering
8883f8e820
Merge branch 'master' of https://github.com/mamedev/mame
2014-11-06 08:15:05 -06:00
Cowering
52f8819348
Some Updates (NW)
2014-11-06 08:14:51 -06:00
Cowering
ca1ea862a5
Fix Typo
2014-11-06 08:13:41 -06:00
Cowering
f9b799e51f
Backport MBC1COL detector from GoodGBx
2014-11-06 08:10:11 -06:00
Oliver Stöneberg
b559f4ada7
added fatalerror for unsupported FBSize in RDP (nw)
...
happens with e.g. n64 -cart blastcrpu1
2014-11-06 11:50:29 +01:00
Curt Coder
e2ccd784ba
(MESS) victor9k: Floppy WIP. (nw)
2014-11-06 12:30:02 +02:00
Miodrag Milanović
bb1cb94670
Merge pull request #36 from shattered/_fec7fc0
...
mc1502: re-add speaker output, add more BIOS versions
2014-11-06 08:17:29 +01:00
Justin Kerk
5e52630af1
Build fixes for Emscripten (nw)
2014-11-05 23:12:54 -08:00
mamehaze
ab15a23d33
new clones
...
Oriental Legend 2 (V101, China) [bytestorm] (not working)
Knights of Valour 2 New Legend (V300, Taiwan) [bytestorm] (not working)
2014-11-06 04:51:54 +00:00
mamehaze
1d993eb78a
Start converting the various Hard Drivin' board types to be devices, allowing me to add the 2 additional video boards to Race Drivin' Panorama.
...
This brings Race Drivin' Panorama to within an inch of working, however there seems to be what I think is a core bug with partial updates on anything except the primary screen, meaning the other screens fail to update properly. It isn't a communicaiton issue ,as you can swap the screens around and get the other screens updating smoothly instead, it just doesn't seem to want to update the screen when it should. With a tiny bit more work this could be marked as working.
Also added default eeproms for each of the sub-boards with the views correctly setup.
2014-11-06 04:00:32 +00:00
mamehaze
bb3fdab8da
get rid of some global stuff by making this a device, need this step for now, will improve further later (nw)
2014-11-05 22:26:26 +00:00
Sergey Svishchev
f57c808df7
mc1502: add more ROMs
2014-11-06 00:23:46 +03:00
Sergey Svishchev
e6325e8c31
mc1502: re-add speaker output
2014-11-06 00:23:46 +03:00
briantro
05aa20a523
New Magic Bubble clone
...
New Clone Added
------------------------------------
Magic Bubble (Adult version, YS-0211 PCB) [caius, The Dumping Union]
2014-11-05 15:19:21 -06:00
briantro
17b5bc30cb
new Battle Bakraid clone added
...
New Clone Added
---------------------------------------
Battle Bakraid - Unlimited Version (China) (Tue Jun 8 1999) [Bill D, The Dumping Union]
2014-11-05 15:17:13 -06:00
hap
3eeac64d92
nw
2014-11-05 21:59:33 +01:00
hap
b4c9235c82
looks like they romanized themselves as "Teknon Kogyo", seen on Dracula titlescreen(another old game by them)
2014-11-05 21:38:49 +01:00
Alex W. Jackson
09bc771099
twin16: note about fround (nw)
2014-11-05 15:37:03 -05:00
hap
ed7a82401c
redo merlin layout
2014-11-05 20:33:55 +01:00
Curt Coder
13f7f17a37
(MESS) victor9k: Floppy WIP. (nw)
2014-11-05 21:24:26 +02:00
Alex W. Jackson
fd172ee3fe
k007121.c: improve documentation (nw)
2014-11-05 12:53:11 -05:00
Miodrag Milanović
826195bcec
Merge pull request #35 from shattered/_dcd0ca6
...
Allow sound output if 8253 is never programmed, i.e. all output is done ...
2014-11-05 16:39:44 +01:00
Sergey Svishchev
c6984ade99
Allow sound output if 8253 is never programmed, i.e. all output is done by modulating speaker output line.
2014-11-05 18:10:34 +03:00
Miodrag Milanovic
a19283f054
Compile fix (nw)
2014-11-05 15:13:50 +01:00