Commit Graph

32059 Commits

Author SHA1 Message Date
Olivier Galibert
5d119178b8 i386: MMX disassembly fixes [O. Galibert] 2014-11-09 18:17:59 +01:00
Miodrag Milanović
b2974dd6d5 Merge pull request #41 from shattered/_cba9492
asst128: has joystick port
2014-11-09 15:23:29 +01:00
Sergey Svishchev
4ec83e7c39 asst128: has joystick port 2014-11-09 17:15:17 +03:00
Oliver Stöneberg
46051f5655 added assert for usage of uninitialized stack memory in n64_rdp::SpanDraw1Cycle() (nw)
happens with e.g. n64 -cart vprowrs2 - it actually already goes out of
bounds in poly_manager::render_triangle_custom() but since that code is
generic it's hard to add an assert there / also added another FBSize
check
2014-11-09 14:10:48 +01:00
Oliver Stöneberg
5ad41fafe5 added another check for unsupported FBSize (nw)
happens with n64 -cart sbowlingj
2014-11-09 12:50:30 +01:00
briantro
4454ab9d54 new Player's Edge Plus poker clones
New Clones Added
--------------------------------------------
Player's Edge Plus (PP0042) 10's or Better [BrianT, Ken R]
Player's Edge Plus (PP0043) 10's or Better (International, set 2) [BrianT, Ken R]
Player's Edge Plus (PP0060) Standard Draw Poker (set 3) [BrianT, Ken R]
Player's Edge Plus (PP0429) Joker Poker (Aces or Better, set 2) [BrianT, Ken R]
2014-11-09 04:47:51 -06:00
Osso
0852bfa9f6 Fix for atetrisb2 regression (nw)
Do the bootlegs really have the slapstick? our code assumes so. Maybe it's something equivalent and we don't bother documenting it?
2014-11-09 10:36:25 +01:00
Miodrag Milanović
d84a72d79a Update README.md
One more test adašđšđčćžđščđš
2014-11-09 10:32:44 +01:00
Miodrag Milanović
b96867bcd2 Update README.md
Just test of UTF-8 encoding in notifier  
šđšđćžćžćčćč
2014-11-09 10:26:51 +01:00
Alex W. Jackson
14ead4403f mario.c: fix Monitor switch so it correctly affects both tiles and sprites [Alex Jackson] 2014-11-09 03:27:54 -05:00
Oliver Stöneberg
e61b72b6aa Merge branch 'master' of https://github.com/mamedev/mame 2014-11-09 08:59:03 +01:00
Oliver Stöneberg
605b473f71 Revert "Revert "added assert for e.g. n64 -cart waveracej crash in rsp_device::generate_checksum_block() (nw)""
This reverts commit 36218e2220.
2014-11-09 08:58:44 +01:00
Oliver Stöneberg
36218e2220 Revert "added assert for e.g. n64 -cart waveracej crash in rsp_device::generate_checksum_block() (nw)"
This reverts commit 491842f8db.
2014-11-09 08:58:01 +01:00
etabeta78
bf09071037 whops. these were meant to be <info> and not <feature>. nw. 2014-11-09 08:44:20 +01:00
Alex W. Jackson
8345d38194 First batch of tilemap assert fixes (nw) 2014-11-09 02:32:19 -05:00
Alex W. Jackson
95d18b04ad miniboy7.c: Slightly improve colors (see gfx2 color 4, now correct playing card colors) (nw) 2014-11-09 02:06:19 -05:00
Alex W. Jackson
39a47c98a4 calomega.c: Improve color emulation by analogy with tugboat.c (which is actually a heavily modified Cal Omega board) [Alex Jackson] 2014-11-09 02:04:04 -05:00
jbu
9c42a19b2d Prevent calls to osd_read/write when m_pSocket is NULL [nw] 2014-11-09 02:33:06 +01:00
Oliver Stöneberg
491842f8db added assert for e.g. n64 -cart waveracej crash in rsp_device::generate_checksum_block() (nw) 2014-11-08 23:17:17 +01:00
Oliver Stöneberg
7f49633a23 added asserts for n64 -cart conker crash in mips3_device::generate_checksum_block() (nw) 2014-11-08 22:38:56 +01:00
Scott Stone
3d3ed13db5 Alignment fixes for recent changes to XML hashes. (nw) 2014-11-08 15:50:19 -05:00
hap
336bca0302 added sega_315_5296_device 2014-11-08 19:33:05 +01:00
cracyc
7a3ea7ca78 (mess) pc9801: bit more (nw) 2014-11-08 10:50:49 -06:00
hap
15cf974bd1 notes 2014-11-08 16:52:56 +01:00
Sandro Ronco
b240da20d2 mm58167: initialize IRQ control register on reset. (nw) 2014-11-08 14:06:04 +01:00
Miodrag Milanović
99e9729d57 Merge pull request #40 from shattered/_e201cdc
mikrosha: add cartslot and one ROM cart
2014-11-08 12:00:16 +01:00
Sergey Svishchev
cc1e25cb83 mikrosha: add cartslot and one ROM cart 2014-11-08 13:32:05 +03:00
cracyc
574f55ed55 (mess) pc9801: more refactor (nw) 2014-11-07 23:36:56 -06:00
Alex W. Jackson
57c8f809ff twin16: fix savestate regression after tilemap conversion (nw) 2014-11-07 17:02:53 -05:00
cracyc
1f75bdc6f6 (mess) pc9801: cleanup and refactor(nw) 2014-11-07 15:47:35 -06:00
Sandro Ronco
55d38c3753 MM58167: implemented IRQs and counters write, this allow to pass the K803 diagnostic test. (nw)
dirtc: call clock_updated() after increasing the minutes counter. (nw)
2014-11-07 22:19:16 +01:00
Oliver Stöneberg
98c4b826c3 added command-line option -[no]drc_log_native to control DRC native diassembly logging [Oliver Stöneberg]
allows logging of DRC native disassembly without re-compiling / removes
DRCUML_OPTION_LOG_NATIVE and all the core-specific LOG_NATIVE defines /
added logging() to drcbe_interface / added logging_native() to
drcuml_state
2014-11-07 21:24:35 +01:00
hap
95a6f484e5 (MESS) added preliminary comp4 driver. [Sean Riddle, hap] 2014-11-07 21:12:31 +01:00
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