Commit Graph

32070 Commits

Author SHA1 Message Date
Alex W. Jackson
b33ff1a101 Taito device tilemap assert fixes, and clean up of obsolete stuff (nw) 2014-11-10 02:34:30 -05:00
Miodrag Milanović
970fc85e7a Merge pull request #44 from ramiropolla/steppers
steppers: add absolute position
2014-11-10 08:26:46 +01:00
Miodrag Milanović
53dc8fab6b Merge pull request #43 from ramiropolla/upd7810
upd7810: use intermediate flip flops for extended timer/event counter
2014-11-10 08:26:39 +01:00
briantro
97b133dfb7 peplus.c: Slight update - NW 2014-11-09 21:48:03 -06:00
briantro
f21256bdbf peplus.c: Documentation update - NW 2014-11-09 21:31:58 -06:00
Ramiro Polla
11ae5ff48a steppers: add absolute position 2014-11-10 04:04:35 +01:00
Ramiro Polla
5803dca3b8 upd7810: use intermediate flip flops for extended timer/event counter
The extended timer/event counter uses intermediate flip flops (LV0 and
LV1) before writing the output to CO0 and CO1.

The introduction of LV0/LV1 addresses three issues:
- Level inversion occurs after the flip flop is output, not before;
- The intermediate flip flop can be altered without affecting the
  output of CO0/CO1;
- upd7810_write_EOM() didn't work properly when the level inversion
  bit was set along other bits.
2014-11-10 03:55:56 +01:00
hap
dac953354a small cleanup 2014-11-09 21:35:01 +01:00
Olivier Galibert
299bec581a pentium: Some stuff to make lindbergh go further [O. Galibert] 2014-11-09 20:35:42 +01:00
Alex W. Jackson
822fe9bfa0 Fix more tilemap asserts (remaining ones are all Taito drivers) (nw) 2014-11-09 13:44:08 -05:00
mamehaze
efe001bdf0 new NOT WORKING
Club Pacman [Roberto Fresca, ytsejam]

very weird set dumped by Robbie, might even be an original codebase, has a 2 player simultaneous mode (not as polished as Pacman Twin) need to fins the control multiplex tho, and understand if the game is really glitchy due to how it's programmed, or if there's something else going on.
2014-11-09 18:41:27 +00:00
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