Commit Graph

3027 Commits

Author SHA1 Message Date
Ivan Vangelista
3663366ce9 New machines marked as NOT_WORKING
----------------------------------
Trivia Quiz (set 1) [Slowcade]

New clones marked as NOT_WORKING
--------------------------------
Trivia Quiz (set 2) [Slowcade]
2020-03-10 17:50:04 +01:00
AJR
5433c364f3 New machines marked as NOT_WORKING
----------------------------------
K4 16-bit Digital Synthesizer [DBWBP]

New clones marked as NOT_WORKING
--------------------------------
K4r 16-bit Digital Synthesizer Module [DBWBP]
2020-03-09 10:34:38 -04:00
AJR
0caaf4a024 New machines marked as NOT_WORKING
----------------------------------
K1 Digital Multi-Dimensional Synthesizer [DBWBP]
K1rII Digital Multi-Dimensional Synthesizer Module [DBWBP]
K5 Digital Multi-Dimensional Synthesizer [DBWBP]

New clones marked as NOT_WORKING
--------------------------------
K1m Digital Multi-Dimensional Synthesizer Module [DBWBP]
K1r Digital Multi-Dimensional Synthesizer Module [DBWBP]
K5m Digital Multi-Dimensional Synthesizer Module [DBWBP]
2020-03-09 09:35:55 -04:00
AJR
18a3fb8860 New machines marked as NOT_WORKING
----------------------------------
Roland D-10 Multi Timbral Linear Synthesizer [DBWBP]
2020-03-08 22:43:09 -04:00
David Haywood
c46e3754ba
Plug and Play work (#6396)
* gcm394 / paccon - use screen resolution to determine tilemap limits nstead of hardcoding it (nw)

* debugging (nw)

* tweaks to video (nw)

* new NOT WORKING
----
Super Game 36-in-1 (TimeTop SuperGame) [JP_Ronny, TeamEurope]

(actually seems playable, but there are some details I want to verify / figure out before promoting it)

* map 'X' for timetp36 (nw)

* extra io notes (nw)

* confirm difficulty mapping (nw)

* set to PAL timings (nw)

* new NOT WORKING
----
Digi Makeover (Girl Tech) [Sean Riddle, Clawgrip]

* move digimakeover to its own driver (nw)

* hack to force IRQ on (nw)

* alt mode for rad_digi (nw)

* some buton notes (nw)

* flips for rallyx (nw)

* make some IRQ code closer to spg2xx (nw)

* improve raster for Xevious (nw)

* no macro (nw)

* new NOT WORKING
----
Gormiti Game Arena (Spain) [Sean Riddle, Clawgrip]

* new NOT WORKING
----
MobiGo (Spain) [Sean Riddle, Clawgrip]

* don't use smartfp inputs (nw)
2020-03-07 10:52:47 -05:00
AJR
6ab1dfb1a8 Clean up odds and ends (nw)
- com8116: Delete SY2661-1/-2 tables (these are just second sources of SCN2661A/B)
- mc2661: Remove obsolete device
- rs232: Remove 7200 baud setting formerly required by one driver to work around incorrect table
2020-03-06 15:03:31 -05:00
Vas Crabb
ddfe149872 (nw) It helps if you're using the same data types in both places (VGM
visualiser device and WDL FFT libarary).

I changed the VGM visualiser to use single-precision float which is the
default for WDL FFT.  GCC's loop vectoriser can make better use of SSE
with single-precision maths, and the extra precision shouldn't be needed
for the visualisation.  If this is a problem, let me know and I'll
revert this and flip the WDL FFT library over the other way.
2020-03-07 07:01:48 +11:00
AJR
415128cae4 New and completely rewritten emulation of SCN2651 PCI, SCN2661 EPCI & SCN2641 ACI
This is far more thorough and accurate than the preexisting MC2661 device emulation. Synchronous modes have been implemented but not tested.
2020-03-06 14:37:35 -05:00
Vas Crabb
5bce46bd75 Removed winpcap and cleaned up network module selection.
(nw) The pcap.h header itself has the problematic original BSD license,
including the obnoxious advertising clause.  Using tap/tun networking on
Windows provides a much better experience, so the extra setup is worth
it.  This patch also allows you to enable pcap on platforms where it's
disabled by default with USE_PCAP=1 if you really want to use it.
2020-03-05 21:23:21 +11:00
AJR
c641fe72db New machines marked as NOT_WORKING
----------------------------------
Korg DS-8 Digital Synthesizer [DBWBP]
Korg 707 Performance Synthesizer [DBWBP]
2020-03-04 14:00:26 -05:00
R. Belmont
43a9794c20
Merge pull request #6388 from fulivi/hp80_dev07
HP82900 CP/M module
2020-03-04 10:45:30 -05:00
Vas Crabb
11ac7454db Maintenance:
* Removed empty nl_examples from dist.mak
* Added copyright acknowledgements and full text of licenses to binary distribution
* Fixed up the list of third-party libraries
* Moved WDL fft.c to 3rdparty
2020-03-04 22:41:15 +11:00
AJR
396d4ed173 New machines marked as NOT_WORKING
----------------------------------
Korg Poly-800 Programmable Polyphonic Synthesizer [DBWBP]
Korg Poly-800II Programmable Polyphonic Synthesizer [DBWBP]

New NOT_WORKING clones
----------------------
Korg Poly-800 Programmable Polyphonic Synthesizer (MIDI Dump Kit) [DBWBP]
2020-03-03 23:37:31 -05:00
mahlemiut
d291908486 Added Microlog Baby Blue II CPU Plus ISA card. [Barry Rodewald] 2020-03-04 15:35:42 +13:00
Nigel Barnes
660194d7ce bus/bbc/1mhzbus: Added Pull Down RAM and Colour Card 500 devices. 2020-03-03 19:40:23 +00:00
Nigel Barnes
a1a70c4357 cms6502: Cleanups and promoted to working.
- Corrected M4 ROM ordering.
- Added IEEE controller card.
2020-03-03 19:40:23 +00:00
fulivi
d469028abc hp80: added HP82900 CP/M module 2020-03-03 12:55:35 +01:00
AJR
2872197a09 Fix full build after c155d424ac (nw) 2020-03-02 22:28:41 -05:00
R. Belmont
3d5a9dbc4f
Merge pull request #6385 from shattered/_ad71766bb26
ibmxdf_dsk: IBM Extended Density Format support (nw)
2020-03-02 14:57:30 -05:00
Sergey Svishchev
c155d424ac ibmxdf_dsk: IBM Extended Disk Format support (nw) 2020-03-02 20:21:04 +03:00
AJR
d1f88c547d New machines marked as NOT_WORKING
----------------------------------
Korg DSS-1 Digital Sampling Synthesizer [DBWBP]

New NOT_WORKING clones
----------------------
DSS-1 Digital Sampling Synthesizer (Memory/SCSI Retrofit) [DBWBP]
2020-03-02 10:08:51 -05:00
Lord-Nightmare
c3703d9dd9 fix arcade build (nw) 2020-03-01 20:27:52 -05:00
AJR
85ed543a01 vgm_visualizer: Build fixes (nw) 2020-03-01 14:22:43 -05:00
fulivi
8b70a55e7d
hp80: HP82939 serial I/O module added (#6366)
* hp80: added HP82939 serial I/O module.
Fixed a small bug in INS8250 that prevented module self-test to pass.
Improved the interrupt handling of hp80 systems.

* hp80: changed scheduling to use "set_perfect_quantum"
2020-03-01 14:11:01 -05:00
MooglyGuy
bcefd95275 -vgmplay: Added a visualizer. [Ryan Holtz, Justin Frankel] 2020-03-01 19:58:07 +01:00
David Haywood
b973a74df6
Plug and Play work (#6363)
* set discpal to correct machine type (nw)

* moew skannerz tv to its own driver and add notes from Tahg [Tahg]

* buzztime IO notes from Tahg [Tahg]

* new NOT WORKING
----
Pac-Man Connect & Play (Feb 14 2012 10:46:23) [Sean Riddle, David Haywood]

boots and you can select things from the menu but this is the newer SP SoC and needs a LOT of work on the graphics.
2020-03-01 13:44:27 +01:00
mooglyguy
d808dd967a -ex1280: Added skeleton device for Vectrix EX1280 ISA card. [Ryan Holtz, Bitsavers] 2020-03-01 13:20:42 +01:00
AJR
8e52be5c1e z80dart: Replace old device with new variant of modern SIO emulation
z80sio: Make LOGBIT less spammy; booleanize a few members (nw)

machine/mtx.cpp: Remove unnecessary includes (nw)
2020-02-29 22:49:10 -05:00
Vas Crabb
0bff880f7f might be better to leave that in for MinGW cross-compilation... (nw) 2020-02-29 22:38:25 +11:00
Vas Crabb
f011a9134d clean up crud (nw) 2020-02-29 18:32:52 +11:00
AJR
46676197c5 New machines marked as NOT_WORKING
----------------------------------
Elka Synthex [DBWBP]
2020-02-28 23:03:23 -05:00
Vas Crabb
001389f052 Remove src2html tool (nw)
This tool was previously used to generate HTML-formatted source for
the website from releases.  It hasn't been used in years, since we
rely on the repository browsing features of GitHub/GitLab/SourceForge.
It also hasn't been updated to handle C++14, Lua, and other changes to
the source.  If we do want to publish source code on our own web site
in the future, we'd be better off using an off-the-shelf library to
handle parsing the source.
2020-02-29 04:49:56 +11:00
AJR
7514b42c54 New machines marked as NOT_WORKING
----------------------------------
Polysix Programmable Polyphonic Synthesizer [DBWBP]
Poly-61 Programmable Polyphonic Synthesizer [DBWBP]
2020-02-28 07:51:39 -05:00
AJR
ae0a68c935 New skeleton device: Am79C30A DSC
eurit30: LCDC writes identified, but exact type remains unknown (nw)
2020-02-27 20:55:37 -05:00
AJR
3c1420a1df New machines marked as NOT_WORKING
----------------------------------
Roland R-8M Total Percussion Sound Module (v1.04) [DBWBP]
2020-02-25 21:10:15 -05:00
AJR
844c730e90 New machines marked as NOT_WORKING
----------------------------------
Korg M1 Music Workstation (Rev 19) [DBWBP]

New clones marked as NOT_WORKING
--------------------------------
M1 EX Music Workstation (v1.29) [DBWBP]
M1R Music Workstation (v1.06) [DBWBP]
M1R EX Music Workstation (v1.12) [DBWBP]
M1 Plus+1 Music Workstation [DBWBP]
2020-02-25 08:44:24 -05:00
Patrick Mackinlay
6038ff41f7 rtpc keyboard: new device (nw)
The host is a long way from being done, but the keyboard seems to be working well enough already.
2020-02-25 20:32:57 +07:00
MooglyGuy
907b591160 New machines marked as NOT_WORKING
----------------------------------
Nintendo Computer Mahjong [Ryan Holtz, Sean Riddle, Yasuhiro Ogawa]

-lh5801: Cleaned up spacing, nw
2020-02-23 18:43:15 +01:00
Olivier Galibert
c849d1dc42 ks0164: First try at a disassembler [David Carne, O. Galibert] 2020-02-22 16:45:32 +01:00
cam900
21dae89c14
Add skeleton LZ8420M device (#6339)
* Add skeleton LZ8420M device
It has additional IO, Embedded RAM
Used in psikyo.cpp

* lz8420m.cpp : Fix copyright holder
2020-02-21 10:43:56 -05:00
Dirk Best
796181f73e xyonix: Hook up 6845 CRTC, add screen raw parameters
A scanline based renderer using MC6845_UPDATE_ROW has been added
but is commented out because the tilemap renderer is much simpler.
2020-02-20 13:38:02 +01:00
hap
b6b4957fe8 New working machines
--------------------
Conchess (standard) [hap, Berger]
2020-02-19 18:40:12 +01:00
AJR
2c586719a2 New machines marked as NOT_WORKING
----------------------------------
Pied Piper Communicator 1 [Adrian Graham]
2020-02-18 22:07:30 -05:00
MooglyGuy
ddd5ae31b0 -i2cmem: Added 24C04 device type. [Ryan Holtz]
-spg2xx_io: Converted from magic register indices to enumerated values. Added SPI logging. [Ryan Holtz]

-spg2xx_jakks: Split into separate game-key, plain, and touch drivers. [Ryan Holtz]

-jak_batm: Hooked up I2C EEPROM to enable saving. [Ryan Holtz]
2020-02-19 00:50:51 +01:00
David Haywood
51c96b88df
Plug and Play work (#6311)
* new WORKING machine
-----
Retro Dance Mat (110 song Super StepMania + 9-in-1 games) (PAL) [TeamEurope, David Haywood]

* new NOT WORKING
---
Lexibook Retro TV Game Console - 300 Games [TeamEurope, David Haywood]
My Arcade Retro Arcade Machine - 300 Handheld Video Games (DGUN-2593) [TeamEurope, David Haywood]

* swap painball powered up dump for a better one, previous reads weren't 100% consistent, they are now, changes verified to be correct (nw)

* notes from Sean (nw)

* rename these bits, they're not system specific (nw)
2020-02-16 00:26:13 +11:00
Dirk Best
064c4bad11 New machines marked as NOT_WORKING
----------------------------------
CompuData Tulip System I [rfka01, nIGHTFALL crew, Dirk Best]
2020-02-13 17:08:06 +01:00
Patrick Mackinlay
52d1a412fa romp: new device 2020-02-13 21:35:44 +07:00
AJR
9ce46c7cd5 New machines marked as NOT_WORKING
----------------------------------
Roland D-50 (Ver. 2.xx) [DBWBP, depblue]

New NOT_WORKING clones
----------------------
Roland D-50 (Ver. 1.xx) [DBWBP]
Roland D-550 [DBWBP]

Add disassembler for NEC 78K/III architecture [AJR]
2020-02-12 11:59:41 -05:00
AJR
2d3e38c384 Rename Roland drivers (nw) 2020-02-12 10:30:07 -05:00
David Haywood
8de1502e81
Plug and Play work (#6295)
* new WORKING machines
----
Guitar Super Star (Fender Stratocaster style) [Sean Riddle, David Haywood]

* better filename (nw)

* new NOT WORKING
----
Excite Sports Tennis x Fitness (Japan) [Sean Riddle, Peter Wilhelmsen, ShouTime]

* shuffle (nw)

* new NOT WORKING
----
Wikid Joystick [TeamEurope, David Haywood]

* new Software List entries (Mobigo.xml) [TeamEurope]
Rapunzel - Neu Verfohnt (Germany) (80-251704)
Cars 2 (Germany) (80-251904)
Die Pinguine aus Madagascar - Operation Krone (Germany) (80-250304)
Micky Maus - Wunderhaus (Germany) (80-250504)
Ben 10 - UltimateAlien - Mine der Gedanken  (Germany) (80-250604)
Dora - Tag des Zwillings (Germany) (80-250804)
Disney Princess (Germany) (80-251104)
Cars Toon - Hooks unglaubliche Geschichten (Germany) (80-251204)

* new Software List entries (telestory_cart.xml) [TeamEurope, David Haywood]
Power Rangers - Mystic Force
Dora the Explorer (Spanish)

* new NOT WORKING
---
TV Touch Games: Star Wars Original Trilogy [Sean Riddle, David Haywood]

* srcclean some of my stuff (nw)

* shuffle (nw)

* shuffle (nw)

* new NOT WORKING
---
Big Buck Hunter Safari (JAKKS Pacific TV Game) [Sean Riddle, David Haywood]

* (nw)

* (nw)

* (nw)
2020-02-12 09:57:59 -05:00