Commit Graph

53719 Commits

Author SHA1 Message Date
R. Belmont
3832af3948 Merge pull request #2628 from JoakimLarsson/m68340_5
Improved 68340, 68681 and dbox support
2017-09-05 16:49:58 -04:00
R. Belmont
6523a1566e Merge pull request #2633 from pmackinlay/clipper
clipper: interrupt handling fixes
2017-09-05 14:42:59 -04:00
R. Belmont
1908ac9eee Merge pull request #2631 from pmackinlay/i82586
i82586: fixed 82586 initialisation
2017-09-05 14:42:08 -04:00
AJR
8772759a4c usclssic: Add uPD4701A device with nasty multiplexing (nw) 2017-09-05 13:14:24 -04:00
Ivan Vangelista
5ab531e88c new not working clone
-----------------------------------
Meteor (Stern, set 2) [Gore Daimon, Guilherme Cobra]
2017-09-05 19:09:38 +02:00
Sven Schnelle
5216b5414f hp9k_3xx: add 98603 ROM card
Even if BASIC doesn't boot yet it's handy to have the ROM card in the code
and BASIC in the software list.
2017-09-06 03:03:51 +10:00
hap
72f0490bf1 rzone: correct output_finder, add notes (nw) 2017-09-05 17:39:49 +02:00
AJR
a0ffbe0762 kiwame: Replace bogus "kiwame_nvram" with TMP68301 parallel interface (nw) 2017-09-05 10:32:50 -04:00
AJR
371e87b6e2 bombjack: Soundlatch modernization (nw) 2017-09-05 09:53:31 -04:00
AJR
7b78594df3 gaelco3d: Soundlatch modernization (nw) 2017-09-05 09:35:46 -04:00
AJR
e13a1461d5 suprridr: Soundlatch modernization (nw) 2017-09-05 09:25:18 -04:00
Sven Schnelle
319e2a25bb hp9k_3xx: hook up keyboard/sound to HP9000/332 (#2630)
* HP9000/300: Add SN76494 sound device
* hp9k_3xx: hook up keyboard/sound to HP9000/332
2017-09-05 20:45:55 +10:00
Patrick Mackinlay
8a692c3628 clipper: interrupt handling fixes
* improve interrupt vector handling
* fix C300 interrupt entry and stack frame
* fix pushw where source register is same as stack register
* switch to logmacro.h logging
2017-09-05 17:45:17 +07:00
Vas Crabb
6a4e26694a natural keyboard: prefer lower shift states, eliminate O(n) lookup
allows Alt-combos on European Amiga keyboards to be restored as MAME
will now prefer the simpler Shift-combos to get characters that can be
typed in more than one way
2017-09-05 20:25:40 +10:00
Patrick Mackinlay
341a20ddfe i82586: fixed 82586 initialisation
* have now tested 82586 version successfully
* include heartbeat indicator on all transmits to pass InterPro diagnostic
* also corrected a bug affecting long frames - now allows up to 64k, slightly worried about the increase in save state, but don't have a better idea
2017-09-05 16:20:44 +07:00
npwoods
67ddfe302c Added a natural keyboard validation to check for valid natural keyboard (uni)codes (#2618) 2017-09-05 17:27:45 +10:00
AJR
37db5be464 Don't break mazerbla (nw) 2017-09-05 01:31:29 -04:00
AJR
0903039169 greatgun: Soundlatch modernization (nw) 2017-09-05 01:30:32 -04:00
AJR
aec5b89e77 pitnrun: Add 74LS259 latches (nw) 2017-09-05 01:02:20 -04:00
AJR
2a893c9418 bingowav: Other side of the SYT (nw) 2017-09-04 21:11:43 -04:00
Vas Crabb
e475581ac1 fix exit status (nw) 2017-09-05 11:03:28 +10:00
angelosa
285147ec0d Fixed dipswitches for Mazer Blazer (nw) 2017-09-05 02:35:57 +02:00
angelosa
e90d1e2697 mazerbla.cpp: fixed lightgun inputs for Great Guns [Angelo Salese] 2017-09-05 02:03:35 +02:00
angelosa
150d754ba9 mazerbla.cpp: added backup RAM [Angelo Salese] 2017-09-05 02:03:33 +02:00
hap
cfaad61eff New working machine added
---------
R-Zone: Indy 500 [hap, Sean Riddle]
2017-09-05 01:21:01 +02:00
AJR
79a1cdaff0 bingowav: TE7750 mapping (nw) 2017-09-04 18:04:24 -04:00
AJR
e2e90ded4f bingowav: Give this some RAM (nw) 2017-09-04 17:45:37 -04:00
AJR
783659ae6c New machines marked as NOT_WORKING
----------------------------------
Bingo Wave [Harcsa Béla, caius]
2017-09-04 17:32:57 -04:00
angelosa
0b5d4e663e mb_vcu.cpp: Fixed layer clearances for Great Guns [Angelo Salese] 2017-09-04 22:23:16 +02:00
Joakim Larsson Edstrom
9d4df844ba dbox: hooked up rs232/modem ports 2017-09-04 22:16:54 +02:00
Joakim Larsson Edstrom
c0ff6ec9e1 68340: fixed SIM module read register bug and added informative chip select logic LOG messages 2017-09-04 22:12:09 +02:00
Joakim Larsson Edstrom
5f7f9c4933 68340: deskeletonized the serial module as a device derived from the duart device defined in mc68681.cpp 2017-09-04 22:09:00 +02:00
Joakim Larsson Edstrom
1e4b7bea34 68340tmu: silented some logerror spam by turning them into LOGx statements 2017-09-04 21:40:53 +02:00
Joakim Larsson Edstrom
27a9ff587e 68340tmu: Fixed MCR register enum error 2017-09-04 21:39:39 +02:00
Joakim Larsson Edstrom
03834e8262 mc68681: Added the duart compatible 68340 serial module 2017-09-04 21:37:14 +02:00
AJR
f9b8f6e9bd ice_tbd: Add a PPI to this skeleton (nw) 2017-09-04 15:12:20 -04:00
Joakim Larsson Edström
545fa2867e Merge pull request #2627 from JoakimLarsson/m68340_4
dbox: added 29F800B flash boot device
2017-09-04 20:43:40 +02:00
Curt Coder
8085d235f5 crvision: Added Laser 2001 ROM. [cvemu]
laser2001_cart: Added Salora Disk Drive cartridge. [cvemu]
2017-09-04 21:14:22 +03:00
cracyc
4232c067b1 selmenu: don't translate info box titles twice (nw) 2017-09-04 12:56:51 -05:00
Ivan Vangelista
5ead34d47b new not working machine
-----------------------------------
Guns N Roses (2.00) [Gore Daimon, Guilherme Cobra]
2017-09-04 18:45:58 +02:00
AJR
4e6d76bd8e unkitpkr: PCB note (nw) 2017-09-04 12:24:52 -04:00
ajrhacker
e90268f8c4 Merge pull request #2625 from npwoods/catch_no_validation_matches
-validate will now report an error if no matches occur
2017-09-04 12:18:49 -04:00
Nathan Woods
c4352ecc8a -validate will now report an error if no matches occur 2017-09-04 11:46:56 -04:00
Joakim Larsson Edstrom
c880308195 dbox: added 29F800B flash boot device 2017-09-04 17:12:20 +02:00
angelosa
4f56d21643 vicdual.cpp: Added sound samples to Borderline [Angelo Salese, Corrado Tomaselli] 2017-09-04 14:07:40 +02:00
Sven Schnelle
9a7f96ba04 HP9000/300: Add SN76494 sound device 2017-09-04 19:41:11 +10:00
Ivan Vangelista
3c017b2f5e fixed build (nw) 2017-09-04 08:32:47 +02:00
briantro
a318de9b50 apple2.xml: fix single errant capitol letter in file name (nw) 2017-09-03 23:45:36 -05:00
briantro
b5f355425a gaelco2.cpp: Clearly show control "bits" (nw) 2017-09-03 23:44:33 -05:00
arbee
2fb457352d New non-working machines
------------------------
Convergent Miniframe [rfka01, R. Belmont]
2017-09-04 00:32:15 -04:00