Commit Graph

62450 Commits

Author SHA1 Message Date
AJR
6d5f14ac55 More CTC set_clk conversions (nw) 2018-11-13 23:16:46 -05:00
AJR
c20e0b0fe2 dual68: Clock and chip type corrections (nw) 2018-11-13 22:13:01 -05:00
Robbbert
76557f32c0 (nw) housekeeping 2018-11-14 14:05:31 +11:00
AJR
e4db784cd6 ccs300: Improve documentation; use CTC to generate baud rates; add Z80 DMA chip; add second RS232 port (nw)
dmax8000, dsb46: Use set_clk for CTC channels (nw)
2018-11-13 21:46:30 -05:00
Lord-Nightmare
d3f1466811 Replace dump of SAA5050 internal character generator ROM with verified copy from decap. This also matches the Signetics and Mullard SAA5050 datasheet pixel listings. [Sean Riddle, ClawGrip, The Dumping Union] 2018-11-13 21:25:19 -05:00
R. Belmont
2eab4d6450
Merge pull request #4283 from cam900/backfire
backfire.cpp : Minor cleanups
2018-11-13 17:59:40 -05:00
R. Belmont
9f4a1709f6
Merge pull request #4284 from cam900/patch-69
alpha68k.cpp : Add notes
2018-11-13 17:59:06 -05:00
R. Belmont
190c71092c
Merge pull request #4288 from clawgrip/patch-1
Change company name (nw)
2018-11-13 17:58:46 -05:00
R. Belmont
555c12ba75
Merge pull request #4289 from DavidHaywood/111118
fix Konami logo in recently added ddrdismx
2018-11-13 17:58:26 -05:00
David Haywood
f521d742ba XaviX - add rate control to sound (#4290)
* XaviX - add rate control to sound

* make sound stereo (nw)

* (nw)

* improved logging of sound (nw)

* (nw)

* maybe, allows monster truck race start sample to complete, but then other sounds go missing (nw)

* new e-kara Software List entries [Team Europe + contributors]
e-kara UK / Europe Volume 2 (UK-E002)
e-kara UK / Europe Volume 3 (UK-E003)
e-kara UK / Europe Volume 6 (UK-E006)

also verified UK vols 1 + 7 on second cartridges, and documented what UK volumes 4+5 are (the collection that was picked up came with a sale sheet advertising them all, complete with track listings)

* note

* same note here (nw)

* typo (nw)

* minor changes (nw)
2018-11-13 17:57:58 -05:00
R. Belmont
bd74ecf05c
Merge pull request #4292 from shattered/_c720f4d
cpu/nec: force bits 12..15 of flag word to 1 in POPF, to match Intel 8086
2018-11-13 17:57:20 -05:00
mooglyguy
e292fdab51 hlekbd.cpp: Hooked up basic keycodes, enough to get to the Indigo monitor. [Ryan Holtz] 2018-11-13 22:36:14 +01:00
mooglyguy
084735a575 -indigo.cpp: Added pattern drawing support to LG1. [Ryan Holtz]
-newport.cpp: Fixed a long-standing bug with color resolution. [Ryan Holtz]
2018-11-13 22:07:23 +01:00
mooglyguy
25a6f41b7b indigo.cpp: Added basic block-draw command for LG1. [Ryan Holtz] 2018-11-13 21:37:01 +01:00
Ted Green
889b795306 mips3: Added correct R5271 processor id (nw) 2018-11-13 13:33:56 -07:00
ClawGrip
a6a9163d8a brkthru.cpp: Marked brkthrut ROMs 6, 7 and 8 as BAD_DUMP (nw) (#4270)
The PCB owner redumped the ROMs, getting variable results on ROMs 6, 7 and 8, and constant reads on all other ROMs.
He also recorded a video of the game running: https://www.youtube.com/watch?v=eBbToDz0YQw
2018-11-13 15:05:32 -05:00
mooglyguy
1e57f272ed indigo.cpp: Hooked up palette setup for LG1 graphics board. [Ryan Holtz] 2018-11-13 21:04:26 +01:00
Nigel Barnes
349d0be4e9 i8271: Prevent crash when no drives connected (nw) 2018-11-13 18:54:27 +00:00
Nigel Barnes
1ca02639a4 New working software list additions
-----------------------------------
bbc_rom: Over 600 new ROMs supported.
2018-11-13 18:52:53 +00:00
Ivan Vangelista
2bd1003e2c ay8910: penultimate batch of MCFG removal (nw) 2018-11-13 19:24:40 +01:00
MetalliC
d1a5bf3a8b model3: remove (Japan) from multi-regional games names (nw) 2018-11-13 19:09:20 +02:00
MetalliC
a9a9dd7f06 new NOT_WORKING clone
---------------------
Smashing Drive (Spain, Portugal) [ClawGrip, Gines Vivanco, Undergamers, Recreativas.org]
2018-11-13 19:08:07 +02:00
mooglyguy
882b5376a8 -scsicd512.cpp: Added various legacy SCSI CD-ROM devices which support 512-byte blocks by default. [Ryan Holtz]
-nscsi_cd.cpp: Added various new-SCSI CD-ROM devices which support 512-byte blocks by default. [Ryan Holtz]

-sgikbd.cpp: Added a rudimentary HLE SGI Indigo keyboard device. Still needs keys to be mapped. [Ryan Holtz]

-indigo.cpp: Various changes: [Ryan Holtz]
 * Expanded logging.
 * Enabled PIT8254 timer. Has the wrong clock value; the correct clock causes a hang.
 * Improved RAM layout.
 * Added stubs for DSP RAM and Entry-level graphics.
2018-11-13 17:55:47 +01:00
Sergey Svishchev
3ae59bf35d cpu/nec: force bits 12..15 of flag word to 1 in POPF, to match Intel 8086. (nw)
Avoids runtime error 200 in Turbo Pascal 7 runtime.
2018-11-13 19:44:52 +03:00
Ivan Vangelista
0d948ec7e2
midway.cpp: fixed dumb error on my part. Thanks Tafoid (nw) 2018-11-13 16:29:39 +01:00
mooglyguy
748f6ed903 clifront.cpp: 'a brief list of options' is a lie, make it more truthful. 2018-11-12 22:35:26 +01:00
AJR
c188d54965 discrete: Eliminate unnecessary address space argument from handlers (nw)
audio/galaxian: Move configuration to driver files (nw)
2018-11-12 16:13:48 -05:00
Ivan Vangelista
5b59f07b1b ay8910: some more work on MCFG macros removal (nw) 2018-11-12 21:36:22 +01:00
AJR
86ccb014b1 electron: Add Ewgeebez to cassette list 2018-11-12 13:41:09 -05:00
AJR
05a156b540 highvdeo.cpp: VBLANK modernization (nw) 2018-11-12 11:48:54 -05:00
AJR
ccb1f70fea m72.cpp: Miscellaneous cruft removal (nw) 2018-11-12 10:36:07 -05:00
AJR
e92b31863a Misc. cleanups after recent commits (nw) 2018-11-11 23:15:27 -05:00
AJR
e67d724228 rascot: Make 68K/Z80 communications work instead of patching it out (nw) 2018-11-11 23:06:29 -05:00
mooglyguy
34206293ad dp8573: Turn off logging by default, nw 2018-11-12 02:45:57 +01:00
mooglyguy
1b08996e2b -dp8573.cpp: Added DP8573 Real-Time Clock emulation. [Ryan Holtz]
-indigo.cpp: Hooked up new DP8573 implementation. [Ryan Holtz]
2018-11-12 02:42:19 +01:00
MetalliC
208182c9c4 model3: document Virtua Striker 2 and '99 countries. note: VS2 and '99 have hard coded region, while VS2'98 have special codes to change it. (nw) 2018-11-12 01:49:30 +02:00
AJR
b3316024ae New machines marked as NOT_WORKING
----------------------------------
Model 931 Video Display Terminal [Al Kossow]
2018-11-11 18:00:11 -05:00
DavidHaywood
0f7a3758c2 fix Konami logo in recently added ddrdismx 2018-11-11 22:48:42 +00:00
David Haywood
a6714d0c99 new ekara Software List entries [Team Europe + contributors] (#4285)
* new ekara Software List entries [Team Europe + contributors]

 *EC0003-  J-Pop Mix Volume 3
  *EC0006-  ENK Volume 1
  *EC0010-  Kid's Mix Volume 1
  *EC0012-  J-Pop Mix Volume 7
  *EC0013-  J-Pop Mix Volume 8
  *EC0015-  Artist Selection Volume 2 - unknown artist
  *EC0022-  J-Pop Mix Volume 10
  *EC0026-  J-Pop Mix Volume 14
  *EC0027-  J-Pop Mix Volume 15
  *EC0029-  Artist Selection Volume 3 - Dreams Come True
  *EC0031-  Artist Selection Volume 4 - unknown artist
  *EC0034-  Kid's Mix Volume 3
  *EC0036-  Artist Selection Volume 6 - KinKi Kids
  *EC0042-  J-Pop Mix Volume 19
  *EC0044-  Artist Selection Volume 9 - Every Little Thing
  *EC0045-  Artist Selection Volume 10 - Mr. Children
  *EC0048-  ENK Volume 6
  *EC0049-  Artist Selection Volume 11 - Judy and Mary
  *EC0054-  J-Pop Mix Volume 23
  *GC0002-  BHT Volume 1

  e-kara UK / Europe Volume 7 (UK-E007)
  e-kara Germany 5-Songs Starter (GER-M001)

* note updates (nw)

* confirm some more entries (nw)

* identified another (nw)

* confirmed we go up to 76

* there are some more specials (nw)

* definitely need to clear DMA length at least (nw)

* definitely need to clear DMA length at least (nw)

* oops (nw)
2018-11-11 16:36:48 -05:00
ClawGrip
780931e1c5
Change company name (nw)
As suggested by Haze
2018-11-11 21:37:58 +01:00
AJR
fa2af9b497 indigo.cpp: Fix build (nw) 2018-11-11 15:27:52 -05:00
ClawGrip
998e46795c New WORKING machine (#4286)
* Add "Dance Dance Revolution Disney Mix" TV Game [zino, ClawGrip, The Dumping Union, Recreativas.org]

* Add "ddrdismx"

* Add notes (nw)

* typo (nw)
2018-11-11 13:38:55 -05:00
mooglyguy
d05a05a015 -indigo.cpp; Various changes: [Ryan Holtz]
* Switched to new Z80SCC implementation.
 * Hooked up RS232 ports.
 * Fleshed out SCSI.
 * Added PIT8254 device (currently disabled).
 * Converted to logmacro.
 * Started fleshing out HPC1 implementation.
 * Split into separate indigo3k/indigo4k classes.
 * Renamed variables to MAME code standards.
 * Removed unused screen device.
2018-11-11 19:33:20 +01:00
hap
0206cc5587 x68k: bit more accurate refresh rate (from_ticks doesn't work with fractions) (nw) 2018-11-11 19:32:12 +01:00
hap
f4f390a538 attotime::from_ticks: on 0hz return attotime::never instead of crashing (nw) 2018-11-11 18:01:41 +01:00
Ivan Vangelista
46f38a9d67 uzebox.xml: added 2 new entries [ArcadeShadow] 2018-11-11 16:12:46 +01:00
Ivan Vangelista
3179e847c9 toaplan2.cpp: fixed Snow Bros 2 bootlegs years I managed somehow to screw up, thanks to Haze for spotting this. Also added a note about it possibly not being a bootleg (nw) 2018-11-11 11:19:41 +01:00
Ivan Vangelista
5314734d22 tecmo.cpp: fixed backfirt missing sound regression (nw) 2018-11-11 11:03:27 +01:00
Ivan Vangelista
d144671cbc magic10.cpp: fixed missing parent clone relationship I overlooked before merging the PR. Big thanks to gregf for spotting this. (nw) 2018-11-11 10:44:20 +01:00
cam900
a0bc481c4f
alpha68k.cpp : Add notes 2018-11-11 18:28:25 +09:00