Julian Sikorski
4c6cae2570
Fixed building using system portaudio
2017-01-26 19:11:46 +11:00
Julian Sikorski
c50ddac28b
Fixed building using system utf8proc
2017-01-26 09:28:21 +11:00
Vas Crabb
0e73860daa
and the CPU too (nw)
2017-01-25 16:15:41 +11:00
Vas Crabb
45d40fa8c4
fix build
2017-01-25 16:08:44 +11:00
Vas Crabb
145cd1618f
Merge tag 'mame0182' of https://github.com/mamedev/mame
...
MAME 0.182
Conflicts:
src/mame/drivers/aristmk5.cpp
2017-01-25 12:21:30 +11:00
R. Belmont
5bb61a8965
Merge pull request #2016 from pmackinlay/interpro
...
Interpro
2017-01-24 14:02:51 -05:00
Patrick Mackinlay
875f3c9d12
initial pull request
2017-01-24 21:53:51 +07:00
Vas Crabb
192c09b374
comma (nw)
2017-01-23 19:42:19 +11:00
Vas Crabb
2d6477f872
This isn't behaving how I expect, investigate another time (nw)
2017-01-23 19:37:51 +11:00
Vas Crabb
110bc692fa
portaudio needs COM (nw)
2017-01-23 19:12:47 +11:00
Dirk Best
189ac471b4
Convert the Amiga keyboards to a bus interface with slot devices
2017-01-22 11:51:09 +01:00
Vas Crabb
edf64df1db
srcclean (nw)
2017-01-22 15:37:37 +11:00
Vas Crabb
f249941f3a
Merge pull request #2007 from JoakimLarsson/miniforce
...
Miniforce and fccpu20 slot device
2017-01-22 15:25:55 +11:00
Joakim Larsson Edstrom
615b815259
Added fccpu20 to Miniforce as a VME card
2017-01-21 22:03:21 +01:00
Dirk Best
aea2c5e14a
Add A1200 keyboard skeleton device (needs MC68HC05Cx support)
2017-01-21 02:28:00 +01:00
hap
41e4bb5797
added hlcd0515 skeleton device (nw)
2017-01-21 01:46:33 +01:00
R. Belmont
da169d7fe0
Merge pull request #2002 from wilbertpol/hcd62121
...
hcd62121/cfx9850: several small cleanups (nw)
2017-01-20 15:29:12 -05:00
Vas Crabb
19a9122748
add logmacro.h inspired by Edstrom's log macros
...
* 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
2017-01-20 16:53:12 +11:00
Wilbert Pol
fc16e06975
hcd62121: several small cleanups (nw)
2017-01-19 22:50:30 +01:00
Vas Crabb
98b85af4a7
pitnrun: use new MC68705P5 device
...
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)
2017-01-19 20:51:30 +11:00
Vas Crabb
fbb99184b7
retofinv: use common Taito MCU hookup
2017-01-17 19:11:14 +11:00
R. Belmont
043005906d
Merge pull request #1991 from ajrhacker/68561mpcc_fix
...
Fix build (nw)
2017-01-16 20:48:19 -05:00
AJR
293a840a93
Fix build (nw)
2017-01-16 20:10:11 -05:00
couriersud
ca11021d73
Netlist:
...
- 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]
2017-01-17 01:35:16 +01:00
Joakim Larsson Edström
976d3d5c7f
Merge pull request #1990 from JoakimLarsson/mpcc_1
...
- WIP: Refactored device: MPCC 68561 (nw)
2017-01-16 23:55:05 +01:00
Joakim Larsson Edstrom
a2f105b8e4
- WIP: Refactored device: MPCC 68561 (nw)
...
- 68230 PIT: Added support for the PSR register, H1-H4 sense and direct pin levels
- WIP: fccpu20: added mpcc device and serial interface (nw)
2017-01-16 23:49:55 +01:00
Nigel Barnes
2188df0263
apd_dsk: new floppy format 'Archimedes Protected Disk'
2017-01-16 20:44:43 +00:00
Curt Coder
9d371eb5ba
cop400: Properly separated COP444L from COP444C. [Curt Coder]
2017-01-16 22:06:11 +02:00
hap
8dabc094da
added novag68k skeleton driver, moved diablo68 to it (nw)
2017-01-16 19:59:30 +01:00
hap
b72848be49
added novag base class (nw)
2017-01-16 19:28:56 +01:00
Curt Coder
af0805d848
cop400: Removed non-working, incomplete COP440 code. (nw)
2017-01-16 20:13:31 +02:00
hap
dae1284f9d
renamed fidelity base class (nw)
2017-01-16 19:11:02 +01:00
R. Belmont
2fd881e559
Merge pull request #1973 from intealls/pafixes
...
PortAudio fixes
2017-01-14 23:40:30 -05:00
Vas Crabb
b36d61fbf2
taito68705interface improvements:
...
* 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
2017-01-15 14:56:56 +11:00
intealls
e74399a722
fix msvc compile
2017-01-14 23:34:33 +01:00
couriersud
674077f89f
Prepare source for consistent error message usage. (nw)
2017-01-14 16:35:57 +01:00
Vas Crabb
59ea37367e
m6805: fix state of input lines being lost on reset
...
m68705: fix pushed input ports, implement EPROM write (not saved yet)
New WORKING machines:
---------------------
Motorola MC68705P3 programmer
Motorola MC68705P5 programmer
Motorola MC68705U3 programmer
2017-01-13 23:53:09 +11:00
R. Belmont
32c13ad929
Merge pull request #1959 from intealls/pa_oct16
...
PortAudio library update and backend
2017-01-12 20:30:12 -05:00
Lord-Nightmare
d04e7f7e62
fix arcade build (n/w)
2017-01-12 17:01:20 -05:00
Joakim Larsson Edstrom
be76377dcf
New device: BIM 68153
2017-01-12 10:39:55 +01:00
Vas Crabb
02d69ca65a
m6805: refactoring and improvements
...
* 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.
2017-01-12 19:05:12 +11:00
cracyc
36301281fe
New not working
...
-----------------
Compugraphic MCS PowerView 10 [Carl, Al Kossow]
2017-01-11 17:14:09 -06:00
inte alls
cd03a64284
Initial PortAudio backend with build script changes to support library version 20161030
2017-01-11 20:24:00 +01:00
AJR
5e442a887f
Fix build (nw)
2017-01-10 00:07:47 -05:00
R. Belmont
a9143f121e
Merge pull request #1949 from shattered/_6b4b431
...
IBM 6580 Displaywriter de-skeletonization [shattered]
2017-01-09 21:36:12 -05:00
Sergey Svishchev
a1b75af694
IBM 6580 Displaywriter de-skeletonization [shattered]
2017-01-10 00:30:56 +03:00
couriersud
9d3d07b771
Move netlists into macro folder. (nw)
2017-01-09 00:28:31 +01:00
Joakim Larsson Edstrom
9bd33d0082
WIP: miniFORCE 2P21 chassi
2017-01-06 00:18:04 +01:00
R. Belmont
4cd61d1c72
Merge pull request #1926 from fulivi/hp9845_dev9
...
HP9895 dual-floppy drive (WIP)
2017-01-05 15:07:40 -05:00
Joakim Larsson Edström
34c3e7866b
Merge pull request #1927 from JoakimLarsson/vme_1
...
Converted fcisio1 and fcscsi1 boards to VME slot devices
2017-01-05 17:37:59 +01:00