Commit Graph

49428 Commits

Author SHA1 Message Date
RobertoFresca
7a63c6c5b0 Mega Bonus Star II (Euro, Millennium Edition):
Inputs: Limited the coin-in pulse to avoid coin errors. [Roberto Fresca]
2017-01-17 18:42:50 -03:00
Curt Coder
ebac862e2b OS X Cocoa debugger: Improved view scroll behavior. [Curt Coder] 2017-01-17 22:29:38 +02:00
Curt Coder
f096bee09b OS X Cocoa debugger: Autoscroll log window. [Curt Coder] 2017-01-17 22:29:38 +02:00
RobertoFresca
6ab31a3944 Merge branch 'master' of https://github.com/mamedev/mame 2017-01-17 14:38:58 -03:00
RobertoFresca
70e8593905 Mega Bonus Star II (Euro, Millennium Edition):
Inputs: Identified the different coin/note/remote in. [Roberto Fresca]
2017-01-17 14:35:20 -03:00
R. Belmont
9d6a96e02f Merge pull request #1987 from npwoods/tracesym_debugger_command
Created a new debugger command 'tracesym'
2017-01-17 12:21:57 -05:00
R. Belmont
ec4b0ff9f7 Merge pull request #1992 from npwoods/tracelogerror_debugger_option
Tracelogerror debugger option
2017-01-17 12:20:59 -05:00
RobertoFresca
c0c623883e Mega Bonus Star II (Euro, Millennium Edition):
Inputs: Collect. Also used to blank the BK. [Roberto Fresca]
2017-01-17 14:16:17 -03:00
RobertoFresca
34c384f031 Fixing inputs.... 2017-01-17 13:10:54 -03:00
RobertoFresca
425e8b7bc4 Mega Bonus Star II (Euro, Millennium Edition):
Inputs: Increment top's 'S' (looks like bet). [Roberto Fresca]
2017-01-17 12:41:26 -03:00
RobertoFresca
5dabf044c6 Mega Bonus Star II (Euro, Millennium Edition):
Inputs: Payout key. [Roberto Fresca]
2017-01-17 12:36:46 -03:00
RobertoFresca
ac5f436747 Mega Bonus Star II (Euro, Millennium Edition):
Inputs: Bookkeeping down and set/enter keys. [Roberto Fresca]
2017-01-17 12:33:59 -03:00
RobertoFresca
582cc353ea Mega Bonus Star II (Euro, Millennium Edition):
Inputs: Supervisor Bookkeeping mode. [Roberto Fresca]
2017-01-17 12:29:20 -03:00
RobertoFresca
f4d9057fc5 Mega Bonus Star II (Euro, Millennium Edition):
Inputs: Operator Bookkeeping mode. [Roberto Fresca]
2017-01-17 12:26:22 -03:00
angelosa
79d1dac894 Merge branch 'master' of https://github.com/mamedev/mame 2017-01-17 15:47:03 +01:00
angelosa
90a5de4682 Document this mess (nw) 2017-01-17 15:46:47 +01:00
MetalliC
5d9954bd66 segae.cpp: fix incorrect Opa Opa rom labels [ShouTime] 2017-01-17 16:30:49 +02:00
angelosa
3ee4ebdee4 Added preliminary banked 256 color mode to PC-9821 [Angelo Salese] 2017-01-17 15:21:47 +01:00
Curt Coder
4eb192eb9a cop400: Fixed debugger register/flags view. (nw) 2017-01-17 13:39:20 +02:00
Vas Crabb
fbb99184b7 retofinv: use common Taito MCU hookup 2017-01-17 19:11:14 +11:00
Vas Crabb
8a368007d3 maxaflex: use new MC68705P3 core 2017-01-17 18:34:05 +11:00
Vas Crabb
7e96b08b15 stfight.cpp: fix ADPCM control
* Latch ADPCM counter on the correct edge
* Remove unused members, eliminate function statics, and fix up save state registration
* Reduce runtime tagmap lookups
2017-01-17 15:56:55 +11:00
RobertoFresca
234fa8890d Merge branch 'master' of https://github.com/mamedev/mame 2017-01-17 00:48:20 -03:00
RobertoFresca
684281f7b9 Mega Bonus Star II (Euro, Millennium Edition):
Get back the attract...
2017-01-17 00:47:44 -03:00
cracyc
74f6ea68e4 luaengine: wait (nw) 2017-01-16 21:42:40 -06:00
RobertoFresca
c2a81dfca7 Mega Bonus Star II (Euro, Millennium Edition):
Inputs from the scratch. Coins and Remote credits. [Roberto Fresca]
2017-01-17 00:36:13 -03:00
Justin Kerk
5b49e10a43 ibmpcjr: Add Fraction Fever to cart softlist, hook up ibm5150 softlist, move nortutil to the ibm5150 softlist (nw) 2017-01-16 18:28:29 -08:00
R. Belmont
043005906d Merge pull request #1991 from ajrhacker/68561mpcc_fix
Fix build (nw)
2017-01-16 20:48:19 -05:00
Nathan Woods
e5d662adf7 Augmenting help file 2017-01-16 20:24:27 -05:00
Nathan Woods
b8453021df Added a facility to allow logerror output to reside in traces
As a consequence, the debugger 'trace' command was changed so that the third parameter is a list of '|' delimited options
2017-01-16 20:13:03 -05:00
AJR
293a840a93 Fix build (nw) 2017-01-16 20:10:11 -05:00
Nathan Woods
d8d82358c3 Augmenting help file 2017-01-16 20:07:50 -05:00
couriersud
ca11021d73 Netlist:
- refactored reverse polish notation evaluator into own source files.
- added function parameter to current and voltage sources VS and CS.
  You can now use those to e.g. produce a sine wave.
- Changed code to allow devices to optionally be treated as dynamic or 
  timestepping devices.
[Couriersud]
2017-01-17 01:35:16 +01:00
Vas Crabb
5dad5349c4 a2bus/mouse.cpp: simplification and cleanup
* Consistent comment styles
* Eliminate device timers altogether
* De-duplicate code for updating X and Y axes
2017-01-17 11:09:04 +11:00
Joakim Larsson Edström
976d3d5c7f Merge pull request #1990 from JoakimLarsson/mpcc_1
- WIP: Refactored device: MPCC 68561 (nw)
2017-01-16 23:55:05 +01:00
Joakim Larsson Edstrom
a2f105b8e4 - WIP: Refactored device: MPCC 68561 (nw)
- 68230 PIT: Added support for the PSR register, H1-H4 sense and direct pin levels
- WIP: fccpu20: added mpcc device and serial interface (nw)
2017-01-16 23:49:55 +01:00
hap
1dc632ee09 New working machine added
--------
Mattel Dalla$ (J.R. handheld) [hap, Sean Riddle]
2017-01-16 21:57:14 +01:00
R. Belmont
7b32ed03e8 Merge pull request #1989 from intealls/pa-cc
Fix MinGW cross-compilation, for real this time
2017-01-16 15:50:16 -05:00
Brad Hughes
c1c379a0fb Fix UWP Build - no portaudio support (nw) 2017-01-16 15:48:06 -05:00
Nigel Barnes
c3e0acbc52 atom_cass: added various games from A&F and Bug Byte 2017-01-16 20:44:43 +00:00
Nigel Barnes
2fed4be990 electron_flop: minor corrections (nw) 2017-01-16 20:44:43 +00:00
Nigel Barnes
3dbdc7fca0 bbc_flop_65c102: corrected description (nw) 2017-01-16 20:44:43 +00:00
Nigel Barnes
036504ffd4 atom_flop: added Galaxians (Aardvark) 2017-01-16 20:44:43 +00:00
Nigel Barnes
5b0985b2dd archimedes.xml: added over 30 games (some protected), and many apps
- removed not supported tag from all sets
2017-01-16 20:44:43 +00:00
Nigel Barnes
2188df0263 apd_dsk: new floppy format 'Archimedes Protected Disk' 2017-01-16 20:44:43 +00:00
Curt Coder
9d371eb5ba cop400: Properly separated COP444L from COP444C. [Curt Coder] 2017-01-16 22:06:11 +02:00
hap
8d6054db1e hh_cop400: mattel dallas skeleton driver (nw) 2017-01-16 20:27:54 +01:00
hap
8dabc094da added novag68k skeleton driver, moved diablo68 to it (nw) 2017-01-16 19:59:30 +01:00
couriersud
7bf2939fd8 Register all devices using NETLIB_DEVICE_IMPL. Fix encoding issue. (nw) 2017-01-16 19:49:45 +01:00
couriersud
969e6ed6a0 Keep track were registry elements are created. (nw) 2017-01-16 19:49:44 +01:00