summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
Commit message (Collapse)AuthorAgeFilesLines
* Added Microlog Baby Blue II CPU Plus ISA card. [Barry Rodewald] mahlemiut2020-03-041-0/+2
|
* bus/bbc/1mhzbus: Added Pull Down RAM and Colour Card 500 devices. Nigel Barnes2020-03-031-0/+4
|
* cms6502: Cleanups and promoted to working. Nigel Barnes2020-03-031-0/+2
| | | | | - Corrected M4 ROM ordering. - Added IEEE controller card.
* ibmxdf_dsk: IBM Extended Disk Format support (nw) Sergey Svishchev2020-03-021-0/+12
|
* hp80: HP82939 serial I/O module added (#6366) fulivi2020-03-011-0/+2
| | | | | | | | * 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"
* -vgmplay: Added a visualizer. [Ryan Holtz, Justin Frankel] MooglyGuy2020-03-011-0/+14
|
* -ex1280: Added skeleton device for Vectrix EX1280 ISA card. [Ryan Holtz, ↵ mooglyguy2020-03-011-0/+2
| | | | Bitsavers]
* z80dart: Replace old device with new variant of modern SIO emulation AJR2020-02-291-12/+0
| | | | | | z80sio: Make LOGBIT less spammy; booleanize a few members (nw) machine/mtx.cpp: Remove unnecessary includes (nw)
* clean up crud (nw) Vas Crabb2020-02-291-1/+3
|
* Remove src2html tool (nw) Vas Crabb2020-02-291-40/+0
| | | | | | | | | | 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.
* New skeleton device: Am79C30A DSC AJR2020-02-271-0/+12
| | | | eurit30: LCDC writes identified, but exact type remains unknown (nw)
* rtpc keyboard: new device (nw) Patrick Mackinlay2020-02-251-0/+14
| | | | The host is a long way from being done, but the keyboard seems to be working well enough already.
* ks0164: First try at a disassembler [David Carne, O. Galibert] Olivier Galibert2020-02-221-0/+17
|
* Add skeleton LZ8420M device (#6339) cam9002020-02-211-0/+2
| | | | | | | | * Add skeleton LZ8420M device It has additional IO, Embedded RAM Used in psikyo.cpp * lz8420m.cpp : Fix copyright holder
* romp: new device Patrick Mackinlay2020-02-131-0/+17
|
* New machines marked as NOT_WORKING AJR2020-02-121-0/+4
| | | | | | | | | | | | ---------------------------------- 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]
* Add disassemblers for NEC 78K/0, 78K/I and 78K/II MCU types AJR2020-02-101-0/+25
| | | | hotd2: Make "Gun Sense" board a separate device
* Alfaskop 4110 keyboard and related improvements (#6291) Joakim Larsson Edström2020-02-101-0/+12
| | | | | | | | | | | | | | * mc6844.cpp: WIP NEW DEVICE Motorola mc6844 DMA controller (devicified from swtpc09.cpp) * 6821pia.cpp: improved LOG messages a bit * mc6854: Added support for external clocks, DMA, improved LOG messages and fine tuning of IRQ handling * mc6846: Removed nonexistant CP1 output callback and added a CP1 input interface call * 6850acia.cpp: Updated use of logmacro.h * alfaskop4110: WIP added keyboard and fixed build errors
* Oops (nw) Olivier Galibert2020-02-071-1/+1
|
* xavix2: First stab at the cpu [O. Galibert, N. Gilbert] Olivier Galibert2020-02-071-0/+17
|
* a2bus: Add 8251-based RS232 serial interface from BYTE magazine AJR2020-02-031-0/+2
|
* sound.lua: fixed mm5837 entry, allows clean single driver build of ↵ Ivan Vangelista2020-02-031-1/+1
| | | | beezer.cpp to complete (nw)
* Revert "Alfaskop improvements" Vas Crabb2020-01-311-12/+0
|
* Merge pull request #6068 from JoakimLarsson/alfaskop_pla Joakim Larsson Edström2020-01-311-0/+12
|\ | | | | Alfaskop improvements
| * WIP NEW DEVICE Motorola mc6844 DMA controller (devicified from swtpc09.cpp) Joakim Larsson Edstrom2019-12-181-0/+12
| |
* | sdk85: Updates and expansion AJR2020-01-291-0/+14
| | | | | | | | | | | | | | | | - Make second 8355 into ROM expansion slot that can load custom 8755 programs - Add software list for expansion ROMs, including Peter Naszvadi's version of Mastermind - Add optional TTY interface - Improve accuracy of button labels and change key bindings - Add vectored interrupt and soft reset buttons
* | iphone2g wip (nw) (#6226) Melissa Goad2020-01-291-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | * iphone2g wip (nw) * fixup * fixup * fixup * iphone2g: hacky spi and non-existent timers (nw)
* | srcclean, manual adjustments (nw) Vas Crabb2020-01-261-2/+2
| |
* | netlist: New devices and some fixes. [Couriersud] couriersud2020-01-251-1/+2
| | | | | | | | | | | | | | | | | | - 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.
* | New machines marked as NOT_WORKING AJR2020-01-231-0/+16
| | | | | | | | | | | | | | ---------------------------------- NCD19c [Don Maslin Archive] Add disassemblers for Motorola MC88100 and MC88110 [AJR]
* | gigatron: fix compile (nw) hap2020-01-231-1/+2
| |
* | bus/bbc/1mhzbus: Added Acorn Winchester Disc. Nigel Barnes2020-01-221-0/+2
| |
* | bbcmaiv: Added internal modem port, with Acorn AIV SCSI Host Adaptor. Nigel Barnes2020-01-221-0/+15
| |
* | new NOT_WORKING machine (#5811) Sterophonick2020-01-211-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * minor spelling fix * new NOT_WORKING machine Gigatron TTL Microcomputer [Sterophonick] also add a skeleton cpu core * Revert Minor Spelling Fix * Make some fixes thanks cuavas * Fix resolution * gigatron: update cpu device name * update copyright * fix part of gigatron disassembler * Set screen refresh rate * found a set of all the ROM files, update main ROM name * Fix cpu.lua * Whoops * Update gigatron.cpp * gigatron: clear execute_set_input * Update gigatron.h * Update gigatrondasm.cpp * Update gigatrondasm.h * clean up but doesnt compile ffs
* | Add tentative VT61/VT62 disassembler and skeleton CPU device AJR2020-01-131-0/+17
| |
* | Revert "bus/centronics: Added a R-2R ladder DAC device." Nigel Barnes2020-01-071-2/+0
| | | | | | | | This reverts commit 1564c566c12aa515cca6d5c1a66a2473b351ccd3.
* | bus/centronics: Added a R-2R ladder DAC device. Nigel Barnes2020-01-071-0/+2
| |
* | bus/bbc/1mhzbus: Added Sprow BeebIDE 16-bit and RetroClinic BBC 8-bit IDE ↵ Nigel Barnes2020-01-071-0/+2
| | | | | | | | interfaces.
* | bus/bbc/1mhzbus: Added BeebOPL FM Synthesiser. Nigel Barnes2020-01-071-0/+2
| |
* | rx01: Dumped firmware PROMs [Lord Nightmare] AJR2020-01-061-0/+17
| | | | | | | | rx01: Add disassembler and skeleton CPU device for custom firmware architecture [AJR]
* | Emulation of isbc202 floppy disk controller (#6119) fulivi2020-01-043-0/+50
| | | | | | | | | | | | * imds2: isbc202 floppy disk controller added * imds2: attempt to fix problems with CI checks
* | Lower number of warnings disabled with visual studio from 71 to 27 (nw) yz70s2020-01-021-23/+7
| | | | | | | | | | And most of the remaining ones could be removed with simple code modifications.
* | Add new disassembler for WE32100 architecture AJR2019-12-301-0/+17
| | | | | | | | | | | | | | | | | | | | | | New machines marked as NOT_WORKING ---------------------------------- AT&T 3B2/300 [Bitsavers] New clones marked as NOT_WORKING -------------------------------- AT&T 3B2/310 [Bitsavers] AT&T 3B2/400 [Bitsavers]
* | Add new disassembler for PACE architecture AJR2019-12-281-0/+17
| | | | | | | | | | | | New machines marked as NOT_WORKING ---------------------------------- unknown INS8900 Multibus card (980305652) [Bitsavers]
* | New machines marked as NOT_WORKING AJR2019-12-181-0/+17
|/ | | | | ---------------------------------- VT52 [Dalby Datormuseum]
* Rewrite ARM IOMD/VIDC20 chips into own devices, merged implementations from ↵ Angelo Salese2019-12-131-1/+11
| | | | | | | ssfindo.cpp & riscpc.cpp [Angelo Salese] #6047 * riscpc now enters in desktop mode with a valid nvram; * adds preliminary sound for ppcar;
* apple2: add support for paddles [R. Belmont] arbee2019-12-101-0/+2
|
* added Hitachi HD61603 LCD Driver (nw) hap2019-12-081-0/+12
|
* New S-100 device: ASC Associates SASI Host Computer Adapter [AJR, Bitsavers] AJR2019-12-061-0/+2
|
* added LC7582 LCD Driver (nw) hap2019-12-061-0/+12
|