summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* comma (nw) Vas Crabb2017-01-231-1/+1
|
* This isn't behaving how I expect, investigate another time (nw) Vas Crabb2017-01-231-1/+2
|
* portaudio needs COM (nw) Vas Crabb2017-01-232-3/+3
|
* srcclean (nw) Vas Crabb2017-01-223-29/+29
|
* Merge pull request #2007 from JoakimLarsson/miniforce Vas Crabb2017-01-221-0/+2
|\ | | | | Miniforce and fccpu20 slot device
| * Added fccpu20 to Miniforce as a VME card Joakim Larsson Edstrom2017-01-211-0/+2
| |
* | Add A1200 keyboard skeleton device (needs MC68HC05Cx support) Dirk Best2017-01-211-0/+2
| |
* | added hlcd0515 skeleton device (nw) hap2017-01-213-0/+14
| |
* | Merge pull request #2002 from wilbertpol/hcd62121 R. Belmont2017-01-201-1/+0
|\ \ | |/ |/| hcd62121/cfx9850: several small cleanups (nw)
| * hcd62121: several small cleanups (nw) Wilbert Pol2017-01-191-1/+0
| |
* | add logmacro.h inspired by Edstrom's log macros Vas Crabb2017-01-201-0/+1
| | | | | | | | | | | | | | * should be #included after other headers and after optionally #defining VERBOSE * usage samples in z80scc.cpp and m68705.cpp 68705: add lots of logging to help trace issues
* | pitnrun: use new MC68705P5 device Vas Crabb2017-01-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | m68705: expose more more internal registers through the state interface * shows contents of registers that can't be read by program code i8251: make receive more reliable clean up a little zorba: meat on the bones * create emulated keyboard device - 88 of 96 matrix keys identified, 6 of 8 DIP switches identified, 3 of 6 outputs identified * connect IEEE-488, RS232 and Centronics ports * hook up all IRQ sources and connect PIT to UARTs * more notes osborne1, gladiatr: use input changed member (nw)
* | retofinv: use common Taito MCU hookup Vas Crabb2017-01-171-1/+0
| |
* | Merge pull request #1991 from ajrhacker/68561mpcc_fix R. Belmont2017-01-162-2/+2
|\ \ | | | | | | Fix build (nw)
| * | Fix build (nw) AJR2017-01-162-2/+2
| | |
* | | Netlist: couriersud2017-01-171-0/+2
|/ / | | | | | | | | | | | | | | | | - refactored reverse polish notation evaluator into own source files. - added function parameter to current and voltage sources VS and CS. You can now use those to e.g. produce a sine wave. - Changed code to allow devices to optionally be treated as dynamic or timestepping devices. [Couriersud]
* | Merge pull request #1990 from JoakimLarsson/mpcc_1 Joakim Larsson Edström2017-01-161-2/+2
|\ \ | | | | | | - WIP: Refactored device: MPCC 68561 (nw)
| * | - WIP: Refactored device: MPCC 68561 (nw) Joakim Larsson Edstrom2017-01-161-2/+2
| | | | | | | | | | | | | | | - 68230 PIT: Added support for the PSR register, H1-H4 sense and direct pin levels - WIP: fccpu20: added mpcc device and serial interface (nw)
* | | apd_dsk: new floppy format 'Archimedes Protected Disk' Nigel Barnes2017-01-162-0/+13
| | |
* | | cop400: Properly separated COP444L from COP444C. [Curt Coder] Curt Coder2017-01-161-0/+1
| |/ |/|
* | added novag68k skeleton driver, moved diablo68 to it (nw) hap2017-01-161-0/+1
| |
* | added novag base class (nw) hap2017-01-161-0/+1
| |
* | cop400: Removed non-working, incomplete COP440 code. (nw) Curt Coder2017-01-161-1/+1
| |
* | renamed fidelity base class (nw) hap2017-01-161-1/+1
| |
* | Merge pull request #1973 from intealls/pafixes R. Belmont2017-01-141-0/+5
|\ \ | | | | | | PortAudio fixes
| * | fix msvc compile intealls2017-01-141-0/+5
| | |
* | | taito68705interface improvements: Vas Crabb2017-01-151-2/+0
|/ / | | | | | | | | | | | | | | * remove non-obvious mcu_status_r and semaphore_r members and move to drivers (varies by system) * slap fight functionality can be safely folded into base class so do so * remove leftover crud from driver state classes qix.cpp, bub68705, changela: use new MC68705P3 core
* | Prepare source for consistent error message usage. (nw) couriersud2017-01-141-5/+6
| |
* | m6805: fix state of input lines being lost on reset Vas Crabb2017-01-131-2/+3
| | | | | | | | | | | | | | | | | | | | m68705: fix pushed input ports, implement EPROM write (not saved yet) New WORKING machines: --------------------- Motorola MC68705P3 programmer Motorola MC68705P5 programmer Motorola MC68705U3 programmer
* | Merge pull request #1959 from intealls/pa_oct16 R. Belmont2017-01-123-149/+190
|\ \ | | | | | | PortAudio library update and backend
| * | Initial PortAudio backend with build script changes to support library ↵ inte alls2017-01-113-149/+190
| | | | | | | | | | | | version 20161030
* | | fix arcade build (n/w) Lord-Nightmare2017-01-121-1/+1
| |/ |/|
* | New device: BIM 68153 Joakim Larsson Edstrom2017-01-123-0/+15
| |
* | m6805: refactoring and improvements Vas Crabb2017-01-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * Moved 68705 devices into their own file. * Made P3, P5 and U3 variants and made them load bootstrap ROMs. * Implemented EPROM control (write is stubbed out with a logerror). * Implemented differences for open drain I/O ports. (nw) Base device with peripherals should really derive from the 6805 device directly, not the 68705 devices, as I/O ports are present on mask devices (e.g. 6805P2). All drivers and devices that were using M68705_NEW have been changed to M68705P5 - someone who knows the drivers better should fix them up.
* | New not working cracyc2017-01-111-0/+6
|/ | | | | ----------------- Compugraphic MCS PowerView 10 [Carl, Al Kossow]
* Fix build (nw) AJR2017-01-101-0/+1
|
* Merge pull request #1949 from shattered/_6b4b431 R. Belmont2017-01-091-1/+9
|\ | | | | IBM 6580 Displaywriter de-skeletonization [shattered]
| * IBM 6580 Displaywriter de-skeletonization [shattered] Sergey Svishchev2017-01-101-1/+9
| |
* | Move netlists into macro folder. (nw) couriersud2017-01-091-0/+2
|/
* WIP: miniFORCE 2P21 chassi Joakim Larsson Edstrom2017-01-061-0/+1
|
* Merge pull request #1926 from fulivi/hp9845_dev9 R. Belmont2017-01-053-0/+15
|\ | | | | HP9895 dual-floppy drive (WIP)
| * hp9845: draft of HP9895 floppy drive. PHI passes POST. fulivi2017-01-053-0/+15
| |
* | Merge pull request #1927 from JoakimLarsson/vme_1 Joakim Larsson Edström2017-01-052-4/+6
|\ \ | |/ |/| Converted fcisio1 and fcscsi1 boards to VME slot devices
| * - Force Computers VME boards: Converted fcisio1 and fcscsi1 board drivers to ↵ Joakim Larsson Edstrom2017-01-052-4/+6
| | | | | | | | | | | | | | VME slot devices and added VME interface to the fccpu30 board driver - hd63450.h: Added harness against multiple inclusions - Cleaned up LOG macro usage
* | Merge pull request #1923 from ajrhacker/efo_zsu R. Belmont2017-01-041-1/+2
|\ \ | | | | | | Cedar Magnet/EFO ZSU
| * | Cedar Magnet/EFO ZSU AJR2017-01-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Conversion of the Cedar Magnet board from a base device class to a mix-in interface - Emulate EFO ZSU as main variant of the Cedar Magnet sound board - Hook up ZSU1 to Skill Flight and Phantom Ship - Modernize ZSU soundlatch/IRQ mechanism - More hardware notes (nw) - Various associated code cleanups (nw)
* | | Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-051-0/+1
| |/ |/| | | code along the way. (nw)
* | Merge pull request #1922 from JoakimLarsson/vme1 Joakim Larsson Edström2017-01-042-5/+2
|\ \ | | | | | | VME: converted mvme350 board driver to slot device and a general cleanup
| * | VME: converted mvme350 board driver to slot device and a general cleanup Joakim Larsson Edstrom2017-01-042-5/+2
| | |
* | | Added SIGFPE enabling code to plib/pexception.*. Moved plib exceptions couriersud2017-01-041-0/+2
| | | | | | | | | | | | | | | into these files as well. The code uses <cfenv> which is part of c++11 standard. Non-standard glib extensions are currently only used on linux and (i386 or x86_64). (nw)