Commit Graph

59279 Commits

Author SHA1 Message Date
braintro
9fabd856e8 mcr.cpp: Latest version of Tapper known to come with 'standard' graphics roms. (nw)
Create the version with Alternate Graphics.  Unknown if those graphics are hacked or a later revision.
2018-05-16 21:40:11 -05:00
braintro
9d91278a10 leland.cpp: Minor doc update (nw) 2018-05-16 21:12:04 -05:00
Vas Crabb
6a32b2438d nc: clean up a little, or a lot (nw) 2018-05-17 12:10:24 +10:00
Dirk Best
c85068bb66 model1io2: Move ROM from driver to device (nw) 2018-05-17 02:39:51 +02:00
arbee
baf8ad945d D'oh. (nw) 2018-05-16 19:37:27 -04:00
cam900
70c9f89995 toaplan2.cpp, gp9001.cpp Cleanups (#3460)
* toaplan2.cpp : Reduce duplicates, Unnecessary things, Runtime tag lookups, Fix DMA'd palette/text things, Add input_merger_any_high_device for batrider sound IRQ
gp9001.cpp : Minor cleanups, Reduce duplicates, Make sprite draw function related by MAX_SPRITE (it's possibly lower than 256 at real hardware), Add notes

* gp9001.cpp : Add notes

* gp9001.cpp : Add notes

* toaplan2.h : Fix typo

* toaplan2.cpp : Fix bgaregga audiobank

* toaplan2.cpp : Cleanup unused, ACCESSING_BITS, Make batsugun screen update related to cliprect

* toaplan2.cpp : Add notes

* toaplan2.cpp : Fix build

* toaplan2.cpp : Revert GFXDECODE_RAM things, Fix sound error at batrider
2018-05-17 09:32:59 +10:00
Vas Crabb
692752246e there's no way incandescent globes light that up pink; also fix
clickable start button (nw)
2018-05-17 09:24:36 +10:00
ajrhacker
19447d4a6a
Merge pull request #3576 from mourix/master
irrmaze.lay: added color lamps, accuracy improvements
2018-05-16 17:27:35 -04:00
Jos van Mourik
3c4871b479 irrmaze.lay: added color lamp, accuracy improvements
- Added color lamps. On the real cabinet, these are behind the marquee.
- Fixed timer lamp order. They now follow the order of the test menu and match recorded footage.
- Changed size of screen, and most lamps to better match the real cabinet.
- Changed CPO button/trackball color to better match the real controls.
2018-05-16 20:09:40 +02:00
MetalliC
ce2f39899c alien.cpp: a bit of docs (nw) 2018-05-16 20:57:20 +03:00
arbee
523df415fa sh4drc: optimize FPU CMP instructions (nw) 2018-05-16 13:35:06 -04:00
AJR
59686860c9 astrocde, astrohome: Use select, not mirror for video registers (nw) 2018-05-16 10:47:33 -04:00
cam900
8b5c6cff1a cbuster.cpp : Simpler tilebank 2018-05-17 00:17:59 +10:00
Olivier Galibert
c4968bb470 Stupid typo (nw) 2018-05-16 16:07:30 +02:00
Vas Crabb
c54c83ca94 (nw) get rid of some MACHINE_(START|RESET)_MEMBER, get rid of static state in atarisy4 2018-05-16 22:46:01 +10:00
Vas Crabb
166638ce80 Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect of making machine-config overrides of these much"
This reverts commit c83e2a853d.

Revert "fix compile. (nw)"

This reverts commit a259ba3e36.

GCC is being bad and allowing invalid C++ that other compilers reject.
2018-05-16 21:56:39 +10:00
Curt Coder
8e796a2075 abc806: Fixed memory banking allowing CP/M to boot. [Curt Coder] 2018-05-16 13:54:09 +03:00
Curt Coder
3dc30bab10 abc800.xml: Move non abc806 specific items to abc800 list. (nw) 2018-05-16 13:54:09 +03:00
Ivan Vangelista
37161645da
astrocde.cpp: fixed seawolf2 regression (nw) 2018-05-16 12:29:43 +02:00
mooglyguy
a259ba3e36 fix compile. (nw) 2018-05-16 11:58:08 +02:00
MooglyGuy
c83e2a853d - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect of making machine-config overrides of these much
uglier, but this is intended to discourage ongoing use, and will be gradually eliminated.
2018-05-16 11:58:08 +02:00
cam900
2242ff0089 taitogn.cpp : Cleanup duplicates 2018-05-16 19:10:10 +10:00
Sergey Svishchev
c7bda1bc2f video/hp1ll3: add runtime bounds check in CONF command (issue#3523) (nw) (#3547)
* video/hp1ll3: add runtime bounds check in CONF command (issue#3523) (nw)

* report unexpected CONF words if they are received (nw)
2018-05-16 18:43:05 +10:00
Ivan Vangelista
680d9e1aeb
kinst.cpp: fixed an old screw-up of mine that effectively prevented loading non default bioses (nw) 2018-05-16 10:39:49 +02:00
AJR
3bad31a73a cit101: Add brightness control (nw) 2018-05-16 02:33:10 -04:00
AJR
8e768ae25e age_cand: Company name correction (nw) 2018-05-16 02:00:05 -04:00
Olivier Galibert
850ac95af1 gt: don't write out of bounds (nw) 2018-05-16 07:31:47 +02:00
AJR
4ce27b8305 cit101: Add reverse screen mode (nw) 2018-05-15 23:52:41 -04:00
AJR
a7cf8d362c cit101: And another note (nw) 2018-05-15 23:43:30 -04:00
AJR
b40115fee5 cit101: Note (nw) 2018-05-15 23:11:45 -04:00
AJR
d3dcd7f8a3 cit101: Cut off garbage rows from setup screens by adding extra height to previous rows (nw) 2018-05-15 22:49:32 -04:00
arbee
732119afb2 sh4drc: fix SR damage in new CMP implementations (nw) 2018-05-15 21:55:18 -04:00
Dirk Best
5b533f87d7 model1: Emulate the I/O board used by Wing War and Netmerc
It's also used by Virtua Cop, will be hooked up later to it.
2018-05-16 03:23:54 +02:00
AJR
4308e2a0c7 sound.cpp: Turn this check into an assert now that the caller should prevent this (nw) 2018-05-15 20:28:54 -04:00
Olivier Galibert
01d18f8372 oops (nw) 2018-05-16 02:27:33 +02:00
AJR
dd98ab70f6 pesadelo: This works much better than memcpy or the faulty push_back (nw) 2018-05-15 20:04:03 -04:00
AJR
7ff0c69349 vectrex: Fix probable bug with lightpen-triggered interrupt 2018-05-15 19:50:42 -04:00
AJR
9b3078ab45 Fix errors from 5cc2319a2e (nw) 2018-05-15 19:37:49 -04:00
AJR
4f13ab7d12 sound.cpp: Perform the sanity check from a0137c10da in a better place (nw, seems to fix assert error) 2018-05-15 19:28:00 -04:00
MetalliC
e9a2814b43 new NOT WORKING machine
-----------------------
Donkey Kong Banana Kingdom (host) [Darksoft, Bill D, The Dumping Union]
2018-05-16 02:15:25 +03:00
Olivier Galibert
903ec1ae96 interpro: pass more diag stuff (nw) 2018-05-16 01:05:50 +02:00
AJR
252b61cca6 Eliminate remaining non-diexec PULSE_LINE hacks and disable some side effects (nw) 2018-05-15 15:17:32 -04:00
AJR
fd09d19f56 z80ctc.cpp: Room for improvement (nw) 2018-05-15 15:04:31 -04:00
AJR
4acb7f4bad Start killing off non-diexec PULSE_LINE hacks (nw) 2018-05-15 14:56:19 -04:00
Ivan Vangelista
bbf9a9cf40 new working clone
-------------------------
Street Fighter II': Champion Edition (bootleg with level selection) [hammy, The Dumping Union]
2018-05-15 20:12:16 +02:00
Ivan Vangelista
1795cd3b24 new not working clone
--------------------------------
Bow & Arrow (Prototype, rev. 22) [PinMAME]
2018-05-15 20:07:50 +02:00
Olivier Galibert
a0137c10da sound: If stream->update() is done going back in time (originating from
different devices at a different execution point), don't try to generate
a negative number of samples [O. Galibert]

Not sure why that never happened before.  Oh well.
2018-05-15 19:28:34 +02:00
Ivan Vangelista
6762946a67 gatron.cpp: output_finder (nw) 2018-05-15 19:15:20 +02:00
hap
359d86c537 New working machine added
-----------
Operation: Aliens (Tiger handheld) [hap, Sean Riddle]
2018-05-15 16:05:54 +02:00
Patrick Mackinlay
90dc810023 interpro: wip checkpoint (nw) (#3573)
* softfloat3: do we like this better? (nw)

* softfloat3: it gets the hose again (nw)

* softfloat3: sonofa (nw)

* interpro: wip checkpoint (nw)

* added 6x00 models
* added EDGE graphics skeleton
* split bus/cards into two types
* various fixes/changes
2018-05-15 16:01:13 +02:00