Commit Graph

70992 Commits

Author SHA1 Message Date
AJR
832c38bb8d gigatron: Many CPU fixes (nw)
- Fix width of program counter (8 bits is not enough)
- Add PC and NPC to debug state
- Register save state
- Make jumps actually work
- Recognize but not yet emulate 'ctrl' instruction (this was only undefined originally)
- Add RAM to data space
- Fix RAM address masking
- Remove nonfunctional speaker device
- Misc. code cleanup
2020-01-25 15:48:36 -05:00
couriersud
6874b1f7ac netlist: clang lint readability fixes. (nw) 2020-01-25 21:13:21 +01:00
couriersud
9431ee68e7 netlist: clang lint fixes, srcclean and nlwav fix. (nw) 2020-01-25 21:12:01 +01:00
David Haywood
334e367d4d Plug and Play work (#6218)
* improvements to sudopptv and some style cleanups (nw)

* improvements to carlecfg (nw)

* (nw)

* (nw)

* (nw)

* (nw)
2020-01-25 14:36:30 -05:00
Sterophonick
a09672cc2b gigatron: Fix copyrights. (#6211)
* gigatron: Fix copyrights.

(nw)

* gigatron: make capitalization consistent

(nw)

* gamedrv: fix a minor spelling mistake

(nw)

* gigatron: change the ROM names to valid characters

* gigatron: cpu device work

(nw)

* gigatron: cpu work

(nw)

* gigatron: cpu work

(nw)

* gigatron: cpu device work

(nw)

* gigatron: cpu device progress

* gigatron: driver + cpu work

(nw)

* gigatron: some more instructions

* gigatron: slight fixes

(nw)

* gigatron: fixes

(nw)

* gigatron: whoops

(nw)

* gigatron: make some fixes

thanks hap
(nw)

* gigatron: temporarily fix error with mem address

(nw)

* gigatron: do a bit of work

(nw)
2020-01-25 13:17:29 -05:00
MetalliC
86fb011122 konmedal.cpp added hackfix for mariourou scrolling, documented observed row/col scroll K052109 tilemaps issues 2020-01-25 19:45:13 +02:00
Robbbert
6ac09d5977 (nw) arcade.lua, nl.lua : fixed spacing 2020-01-26 03:30:22 +11:00
arbee
07e5b5ee2d konendev: hooked up DPRAM [R. Belmont] 2020-01-25 11:25:13 -05:00
couriersud
6251391508 Revert accidentally committed changes. (nw) 2020-01-25 16:47:47 +01:00
couriersud
ea1897f605 segas16b: Added analog filters. [Couriersud]
Analog filters added to systems with YM2151 and UPD7759.
Reviewers can use USE_NL define to produce unfiltered sound.
2020-01-25 15:35:28 +01:00
couriersud
42d351a4eb netlist: New devices and some fixes. [Couriersud]
- add CD4006 and CD4070 devices
- add TL084 opamp model
- Clock now supports proxies, i.e. can be connected to
  analog devices.
- Fixed netlists using CLOCK
- added some comments
- removed a forgotten header file.
2020-01-25 15:26:59 +01:00
hap
2e570a9a6e m68705prg: fix output-before-reset problem (nw) 2020-01-25 14:08:22 +01:00
David Haywood
93c05f94d1 Plug and Play work (#6215)
* start looking at alt video modes used by elan hw sudoku (nw)

* new NOT WORKING
----
Carl Edwards' Chase For Glory [Sean Riddle, TODO add credit]

* new NOT WORKING
----
Golden Nugget Casino [Sean Riddle, TODO add credit]

* new NOT WORKING
----
Sudoku Plug & Play TV Game (VT based) [Sean Riddle, TODO add credits]

* notes / corrections as per Sean (nw)
2020-01-25 22:17:10 +11:00
Ivan Vangelista
32da6fdbc7 New machines marked as NOT_WORKING
----------------------------------
Flashman [PinMAME]
2020-01-25 10:40:44 +01:00
Ivan Vangelista
01bd937f75 New clones marked as NOT_WORKING
--------------------------------
The Lord Of The Rings (3.00) [PinMAME]
2020-01-25 10:19:30 +01:00
braintro
befa39eb3c (nw) document the difference in versions of Relief Pitcher as per Atari Bulletin 2020-01-24 22:11:37 -06:00
braintro
b0e9ecd109 (nw) minor language updates / corrections 2020-01-24 21:51:47 -06:00
ajrhacker
05df39c954
Merge pull request #6192 from FakeShemp/com64
c64_cass.xml - Add two new dumps
2020-01-24 22:21:03 -05:00
cam900
606d3a0c4d Fix PC-FX ADPCM frequency behavior (#6213)
* Fix PC-FX ADPCM frequency behavior
but it's still noisy and imperfect; Add imperfect_features for this.
huc6230.cpp : Fix ADPCM frequency, Make ADPCM less louder, Fix naming related to patents, Fix stream sample rate related to PSG output rate, Add notes
huc6272.cpp : Fix ADPCM frequency

* huc6230.cpp : Fix spacing

* huc6272.cpp : Add patent for reference

* huc6230.cpp, huc6272.cpp : Add patent for reference
2020-01-24 22:20:36 -05:00
MetalliC
ca4bb0e084 konmedal.cpp few more fixes (nw) 2020-01-25 01:08:55 +02:00
Robbbert
8eb3d3cd4b (nw) laziness 2020-01-25 09:41:37 +11:00
angelosa
71c8ecda6a toki_ms.cpp: irq 0 is routed on MSM (nw) 2020-01-24 22:15:07 +01:00
AJR
53526ecb74 k054156_k054157_k056832.cpp: Fix syntax (nw) 2020-01-24 15:12:38 -05:00
angelosa
6ee5a3beb9 Merge branch 'master' of https://github.com/mamedev/mame 2020-01-24 21:05:22 +01:00
angelosa
612cf155bf Clones promoted to working
----------------------------
Toki (Modular System) [Angelo Salese]
2020-01-24 21:05:00 +01:00
David Haywood
b7f6abf4f1 Plug and Play work (#6214)
* new WORKING machines
----
Vs Maxx Texas Hold'em TV Poker - 6 Player Edition (US) [Sean Riddle, David Haywood]
Deluxe TV Poker - Texas Hold'em, Blackjack & Video Poker (US) [Sean Riddle, David Haywood]

* (nw)

* (nw)

* new WORKING machines
---
TV Sports 10-in-1 / Decathlon Atlhetic Sport Games [TeamEurope, David Haywood]

new NOT WORKING machines
---
Lexibook Compact Cyber Arcade - Frozen [TeamEurope]

* (nw)

* new NOT WORKING
----
Sudoku (Elan type hardware) [Sean Riddle]

* new NOT WORKING
---
Lexibook Compact Cyber Arcade - 250-in-1 (JL2375) [TeamEurope, David Haywood]

* new NOT WORKING
----
Plug and Play Sudoku (VT based) [Sean Riddle, David Haywood]

* (nw)

* new clones
---
Excite Sports Wireless Interactive TV Game - 48-in-1 (set 2, PAL) [TeamEurope]

* (nw)
2020-01-24 15:04:11 -05:00
MetalliC
a42fa38b79 monmedal.cpp checkpoint, promoted to working 2020-01-24 19:17:50 +02:00
hap
9dfa4c9ca3 fdes2265: wrong interrupt pin (nw) 2020-01-24 16:05:12 +01:00
hap
659e410ec6 New working clones
------------------
Excel 68000 Mach IV 68020 Master 2325 [hap, Berger]
2020-01-24 15:55:24 +01:00
Robbbert
b2c486b0c2 (nw) spectrum_cass: fixed invalid characters in rom name 2020-01-24 23:11:19 +11:00
Robbbert
4fc3c85f3b (nw) gigatron validation fix 2020-01-24 23:08:34 +11:00
Robbbert
2c45d26ad3 (nw) housekeeping, again 2020-01-24 22:57:56 +11:00
Patrick Mackinlay
a087ebaadb jazz: diagnostic led (nw) 2020-01-24 18:44:20 +07:00
Patrick Mackinlay
e04e69b353 jazz: video notes (nw) 2020-01-24 15:24:20 +07:00
Patrick Mackinlay
76ec1f9591 mips1: alignment checking/exceptions (nw) 2020-01-24 15:21:47 +07:00
AJR
06a2d7e3b8 williams.cpp: De-virtualize functions to fix blasterkit using the wrong override (nw) 2020-01-24 00:28:39 -05:00
AJR
b5d622dcee m88000: Use split memory spaces for MC88100; fix masking logic in disassembler (nw) 2020-01-23 23:21:03 -05:00
smf-
92bd148e05 fix build with clang 9.0.0 on windows
../../../../../src/osd/modules/input/input_winhybrid.cpp:107:16: error: suggest braces around initialization of
      subobject [-Werror,-Wmissing-braces]
                : m_variant({0})
2020-01-24 00:59:30 +00:00
smf-
bfa7808975 bitwise comparison always evaluates to false [-Werror=tautological-compare]
1014 |        (inst & 0xfc007c00) == 0x84004200 ? 'x' : 'r',
      |        ~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~
2020-01-24 00:49:43 +00:00
AJR
ac1eac4a6a pace: Add flag display (nw) 2020-01-23 17:41:17 -05:00
AJR
7d524eb338 m88000: One more disassembly fix (nw) 2020-01-23 17:17:05 -05:00
AJR
7f1f9d43ee m88000: Various disassembly fixes (nw) 2020-01-23 17:13:10 -05:00
AJR
0f052a51f8 New machines marked as NOT_WORKING
----------------------------------
NCD19c [Don Maslin Archive]

Add disassemblers for Motorola MC88100 and MC88110 [AJR]
2020-01-23 16:45:51 -05:00
Scott Stone
9235797b5c gigatron: Fix crc32 hashes for newly added bios versions to match provided data (nw) 2020-01-23 11:18:21 -05:00
Tomasz Slanina
9b06837566 Machines promoted to working
----------------------------
Rushing Beat Shura (SNES bootleg) [Tomasz Slanina]
2020-01-23 16:17:54 +01:00
hap
18d58b550f gigatron: dox told me it still didnt compile on Clang: error: private field 'm_r' is not used [-Werror,-Wunused-private-field], fine on my gcc though (nw) 2020-01-23 15:04:24 +01:00
MetalliC
8956268208 fix #6207 (nw) 2020-01-23 15:05:59 +02:00
David Haywood
f1d62cfbcb new WORKING machine (plug and play) (#6210)
* new WORKING machine
---
The Perfect Mate (Senario, Plug and Play) [Sean Riddle, David Haywood]

* (nw)
2020-01-23 07:57:57 -05:00
Patrick Mackinlay
eb33990e83 jazz: housekeeping (nw)
* externalize video prom (undumped)
* make eisa slots report empty
2020-01-23 18:20:51 +07:00
Patrick Mackinlay
a91afa5744 i82357: stub extended mode register (nw) 2020-01-23 18:19:00 +07:00