mooglyguy
bccc962b69
e132xs: initial work on drc, nw
2017-12-02 04:02:37 +01:00
mooglyguy
495df45315
e132xs: initial drc work, and templated conditional db/b, nw
2017-12-02 04:02:37 +01:00
AJR
112fbd83ab
Clones promoted to working
...
--------------------------
SWTPC 6800 Computer System (with MIKBUG) [AJR]
2017-12-01 16:57:15 -05:00
Miodrag Milanovic
3917627494
Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic]
2017-12-01 13:22:27 +01:00
AJR
fc87d24cf6
swtpc: Preliminary SS-50 I/O bus
2017-11-30 19:37:07 -05:00
Robbbert
4f536b2d0d
New Not Working machine : Konami Picno
2017-11-30 01:51:52 +11:00
Olivier Galibert
6caef2579a
dvdisasm: Overhaul [O. Galibert]
...
Disassemblers are now independant classes. Not only the code is
cleaner, but unidasm has access to all the cpu cores again. The
interface to the disassembly method has changed from byte buffers to
objects that give a result to read methods. This also adds support
for lfsr and/or paged PCs.
2017-11-26 17:41:27 +01:00
AJR
acc0c34f1e
vp60: Another skeleton driver (with an undumped program ROM, alas) (nw)
2017-11-25 16:30:59 -05:00
AJR
a636fabf6b
vp122: Skeleton driver (nw)
2017-11-25 00:37:46 -05:00
AJR
80b787b498
att630: Skeleton driver for this, too (nw)
2017-11-24 23:55:43 -05:00
Robbbert
b1198c91f9
(nw) Split mc80 into separate mc8020 and mc8030 as they have little in common.
2017-11-25 01:32:17 +11:00
hap
e7edf2e16a
bus.lua: add some missing h files (nw)
2017-11-23 18:23:29 +01:00
smf-
310b5866b9
Only "I4100" is needed to pull all three devices in, neither "I4220" or "I4300" are checked for in scripts/src/video.lua
2017-11-23 14:55:47 +00:00
AJR
49fa0203d2
d461: Another skeleton driver created (nw)
2017-11-22 17:08:47 -05:00
AJR
0a2a4e849f
cit220p: Give this one a separate driver as well (nw)
2017-11-21 22:07:29 -05:00
Scott Stone
a57eb4b25c
Fix MAME compile (nw)
2017-11-21 06:56:29 -05:00
angelosa
56828c2446
Rewritten Imagetek i4100 / i4220 / i4300 video display processor family, hooked it up to metro.cpp [Angelo Salese]
2017-11-21 07:06:03 +01:00
Nigel Barnes
26d94f2275
cfa3000: Added input devices on userport, analogue, and 1MHz bus.
2017-11-20 13:22:08 +00:00
Nigel Barnes
c25af26b01
bbc: Added ARM Evaluation System co-processor device.
2017-11-20 13:22:08 +00:00
Dirk Best
a5a8e0cbdb
einstein: Improve interrupts, add WIP Speculator support
...
Also removes a bogus character in the initial centronics output.
2017-11-20 01:37:42 +01:00
Robbbert
8f4729dd8b
New Not Working machine : Milwaukee Computers MC-1200
2017-11-20 04:47:25 +11:00
Robbbert
4106d1404e
New Not Working machine : LSI M3
2017-11-20 03:54:53 +11:00
AJR
b86f9bab4c
Split Micro-Term terminals to their own (skeleton) driver (nw)
2017-11-19 01:14:19 -05:00
David Haywood
7d0279601f
split pgm2 up into drivers/video, correct main ram size, make some notes etc.
2017-11-17 18:25:36 +00:00
Robbbert
c2a3012e6e
New Not Working machines : ADDS Viewpoint 60, ADDS Viewpoint 122, Ann Arbor Ambassador, AT&T 630 MTG, C.Itoh CIT-220+, Data General D461, HP-700/92, HP-2622A, Micro-term 5510, Micro-term MT420, Qume QVT-70, Qume QVT-102, Qume QVT-103, Qume QVT-190, Qume QVT-201, Relisys TR175II, Visual 100, Visual 102, DEC VT420, Zentec Zephyr
2017-11-18 04:57:48 +11:00
Joakim Larsson Edstrom
144a7cbb59
prodigy: WIP Added support for SVG web UI through XSL transformation of the LAY file
2017-11-16 22:48:13 +01:00
hap
49eb2be70c
vicdual: add tranqgun samples skeleton for jim (nw)
2017-11-16 18:10:48 +01:00
Patrick Mackinlay
f87cc5c671
28fxxx: initial commit for new flash memory device ( #2805 )
...
Implementation of 28F010 and family flash memory devices. These are not compatible with the JEDEC-standard flash command protocol implemented in intelfsh.
2017-11-16 23:53:02 +11:00
Vas Crabb
46c4dfb5f9
z80sio updates:
...
* Don't use device_serial_interface for transmit - it can't support sync modes, on-the-fly register updates, and other weirdness.
* Better modelling of 1-deep transmit queue.
* Better RTS/CTS behaviour.
* Completely overhauled interrupt logic - vectors should be correct for most async modes.
* Implemented different auto-reset receive errors in MPSC vs SIO.
* Implemented SDLC transmission including bit stuffing, transmit CRC, abort, and underrun/end-of-message behaviour.
Added an SDLC consumer device that logs SNA frame headers and data.
2017-11-16 22:22:20 +11:00
hap
7a900dd692
i8085: moved opcode macros to main file, will convert these to functions (nw)
2017-11-14 16:55:12 +01:00
hap
2e857fa8bd
rename misleading i8085cpu.h to i8085ops.hxx (nw)
2017-11-14 03:02:39 +01:00
Curt Coder
c2cf2f7504
tmc600: Added Euro bus skeleton. [Curt Coder]
2017-11-11 14:02:22 +02:00
Dirk Best
58b5eab4a8
einstein: Add support for the Silicon Disc RAM drive
...
Enable it with "-pipe silicon_disc" and use it as drive 3.
2017-11-09 01:13:08 +01:00
Nigel Barnes
e40f2551aa
electron: Added Acorn Plus 1 expansion device
...
- moved cart slots from machine to plus1
- replaced OS ROM with good dump
2017-11-08 20:42:09 +00:00
Nigel Barnes
780340b355
bbcb: Added Computer Village 1797 FDC (LVL Dos), not working.
2017-11-06 21:42:13 +00:00
Dirk Best
faeedc757c
einstein: Major cleanup, add a ADC0844 device
...
The analogue joystick is now emulated. Also fixed a few minor issues
with the memory map.
This also adds a generic Z80 dasisy chain device, for use in drivers
with non-Z80 peripherals.
2017-11-06 20:47:38 +01:00
hap
842a8347c0
renamed hazeltine.cpp to esprit.cpp (nw)
2017-11-05 22:57:29 +01:00
angelosa
c4cd603431
flower.cpp: rewrote custom sound device (nw)
2017-11-05 20:19:15 +01:00
hap
2069183658
doc: update MAME short description (nw)
2017-11-05 18:12:28 +01:00
Robbbert
b03a8f7f61
New Not Working machine : HP 2100
2017-11-06 01:08:28 +11:00
hap
2c1b285889
windows rc: use emulator name for description (this is the application title that shows up on task manager for example) (nw)
2017-11-05 14:58:09 +01:00
Felipe Corrêa da Silva Sanches
3a96290b5f
new non-working driver: Scopus Sagitta 150/180 serial terminal
2017-11-05 03:49:51 -02:00
Robbbert
d897ed3661
New Not Working machine : Sony Playstation 2 (placeholder only)
2017-11-05 16:18:54 +11:00
hap
560c8192de
leaving MESS as-is (nw)
2017-11-05 02:06:40 +01:00
hap
7d7c2c5507
make emulator description generic (nw)
2017-11-05 01:50:16 +01:00
Robbbert
7a4160bd29
New Not Working machine : Xerox Alto I
2017-11-05 02:43:16 +11:00
Robbbert
931b311c06
New Not Working machine : Ampex Dialogue 80
2017-11-05 02:22:40 +11:00
arbee
bd7cbf196c
apple2: preliminary support for AE TransWarp accelerator card [R. Belmont, Apple II Documentation Project]
2017-11-03 21:50:59 -04:00
Robbbert
6f63019a25
New Not working machine : Convergent Mightyframe
2017-11-03 21:57:24 +11:00
Robbbert
fef0d128af
New not working machine : Hazeltine Esprit terminals
2017-11-03 01:25:13 +11:00
Robbbert
a908738797
New not working machine : Transitional Technology Inc. SBC
2017-11-02 21:08:00 +11:00
Dirk Best
346a935839
einstein: Add support for mouse connected to the user port
...
Enable with "-user mouse" and try it with "-flop1 mouseart".
2017-11-01 09:51:36 +01:00
arbee
07de0d575d
apple2: preliminary support for "SSB Apple" speech board [R. Belmont, Apple II Documentation Project]
2017-10-31 21:50:32 -04:00
Dirk Best
908529aa32
einstein: Add bus interface for the user port and emulate speech cart
2017-10-31 11:46:53 +01:00
Dirk Best
4ee376d989
einstein: Move pipe bus to its own directory
2017-10-31 11:46:47 +01:00
Dirk Best
09f25df20d
einstein: Create "Tatung Pipe" bus and convert 80 column device
...
Use "mame einstein -pipe tk02" to attach the 80 column device.
* Removed no longer needed einstei2 driver
* Added cursor rendering to the 80 column device
* Added support for the alternate character set (use dip switch to
change)
* Cleaned up and added save state support to the 80 column device
2017-10-28 17:36:29 +02:00
Robbbert
f19bf0707b
New Not Working machine : Motorola Powerstack II
2017-10-29 02:03:08 +11:00
Robbbert
f586dfaa13
New Not Working machine : Solbourne Series 5E Computer Workstation
2017-10-28 02:45:41 +11:00
Robbbert
4ac355689e
New Not Working machine: Televideo TS-3000
2017-10-28 01:28:51 +11:00
Robbbert
2ae08904db
New Not Working machine: Advanced Computer Design
2017-10-28 01:02:18 +11:00
Robbbert
6eeb1b8071
New Not Working machine: Wyse terminals
2017-10-28 00:19:02 +11:00
Robbbert
0d891ac5fb
New Not Working machine: DISER Lilith
2017-10-27 23:51:41 +11:00
Robbbert
09ab8059ab
(nw) fixed the build.
2017-10-26 21:18:07 +11:00
Patrick Mackinlay
c8be65d115
interpro: basic keyboard and graphics
...
Many changes in this PR, including the following:
* added support for InterPro 20x0, 24x0 and 27x0 systems
* added support for SR bus/slot devices
* added support for Ethernet, graphics, keyboard and mouse
* added support for serial DMA
* improved timer, interrupt and DMA handling
* improved comments/documentation
Note: ioga is still a major work in progress, and most of the other *ga's don't do anything useful yet, however this build can do some new and useful things, and it's closer to OS boot than before, as well as cleaned up in some of the better known areas.
2017-10-26 18:43:26 +11:00
Robbbert
030b9d06b1
Merge branch 'master' of https://github.com/mamedev/mame
2017-10-26 13:06:32 +11:00
Robbbert
507ea65d52
New not-working machine: TRS-80 DT-1, first commit, still working on it.
2017-10-26 13:05:53 +11:00
R. Belmont
fb20279b92
Merge pull request #2749 from fulivi/hp80_dev04
...
HP85: support for I/O slots & HP-IB interface module
2017-10-25 15:39:55 -04:00
R. Belmont
dab5e96178
Merge pull request #2744 from pmackinlay/interpro
...
interpro: expansion bus/slots and keyboard
2017-10-25 15:33:47 -04:00
Joakim Larsson Edström
f5eed931c6
T4490 added, Terco CNC Mill 4490 skeleton driver ( #2745 )
...
* t4490: added old work, not yet compiled
* t4490: Terco CNC Mill 4490 skeleton driver added
* t4490: Added PCB layouts and cleaned things up a bit
2017-10-25 11:39:49 -04:00
fulivi
bd7800c9a6
hp85: support for I/O slots added. Emulation of HP82937 module added.
2017-10-25 16:25:42 +02:00
hap
97d52bc338
zexall: split standalone binary into zexall/interface and include source code (nw)
2017-10-23 17:19:49 +02:00
Patrick Mackinlay
fa45a71bce
interpro: expansion bus/slots and keyboard
...
* added basic support for the system bus variously referred to as SR, SR bus, SRX and CBUS
* added an initial GT graphics card implementation, only supports the video ram and ramdac for now, but sufficient to boot the diagnostic monitor in graphics mode
* added a high-level emulation of the InterPro keyboard
2017-10-23 19:05:25 +07:00
Vas Crabb
4c29419cab
srcclean (nw)
2017-10-22 12:34:30 +11:00
David Haywood
b8feed7929
use slot device for gamate cartridge slot, do protection handling there (it's a mapper chip in the cartridge)
...
protection handled etc. written from scratch based on notes from Kevtris and Peter
banking in the slot system seems somewhat archaic compared to proper modern banking, but this is how all other drivers I saw using slot roms did it.
2017-10-20 12:14:23 +11:00
R. Belmont
4debad7ba5
Merge pull request #2730 from pmackinlay/bt459
...
bt459: new device
2017-10-19 14:28:03 -04:00
David Haywood
1721d2ab59
rewrote the Gamate video implementation from scratch using Kevtris' document and Peter Wilhelmsen's notes
...
this fixes many games, we can probably mark them all as supported.
2017-10-19 19:21:15 +01:00
Patrick Mackinlay
9a68224e4a
bt459: new device
...
Used in InterPro graphics boards.
2017-10-19 19:36:01 +07:00
David Haywood
4fb8e776b3
Gamate sound is 100% AY8910 compatible according to Kevtris and Peter Wilhelmsen, us the AY8910 core.
2017-10-18 15:38:46 +01:00
David Haywood
7851b3786c
Preliminary SH3 / SH4 recompiler [David Haywood] ( #2711 )
2017-10-11 22:23:26 +02:00
Nigel Barnes
a02ec54132
bbc: Added Torch Z80 Communicator as Tube slot device.
2017-10-11 12:03:01 +01:00
AJR
b4b439be5a
New machines marked as NOT_WORKING
...
----------------------------------
Gokidetor [Surgeville, Sean Sutton, Smitdogg, The Dumping Union]
2017-10-09 22:13:47 -04:00
angelosa
d4f7cfd631
saturn.cpp: Moved SCU related functions inside a device [Angelo Salese]
2017-10-09 22:24:14 +02:00
Joakim Larsson Edström
ec326352ff
Merge pull request #2695 from shattered/_eef7cb7
...
vme_hcpu30: Besta HCPU30 VME board, skeleton driver.
2017-10-08 02:49:31 +02:00
angelosa
b7c4f22acd
new NOT WORKING games
...
---------------------
E-Touch Mahjong Series #6 : Scandal Blue - Midara na Daishou [ShouTime, Team Japump, The Dumping Union]
E-Touch Mahjong Series #7 : Trap Zone - Yokubou no Kaisoku Densha [ShouTime, Team Japump, The Dumping Union]
2017-10-07 22:11:33 +02:00
Ivan Vangelista
b1ff9438ec
New not working machine
...
--------------------------------------
Ton Puu Mahjong [ShouTime, The Dumping Union]
This is only a skeleton driver. ShouTime will keep the PCB only for a few more days, so if someone has the time to have a look.. (nw)
2017-10-06 18:06:34 +02:00
Curt Coder
fa612073a6
abc800: Added skeleton for Databoard 4112-23 floppy disk controller. [Curt Coder]
2017-10-04 21:21:37 +03:00
RobertoFresca
de1fb52038
New machines marked as NOT_WORKING
...
----------------------------------
Note Chance [Roberto Fresca, Ryan Holtz, Smitdogg, The Dumping Union]
2017-10-03 23:57:02 -03:00
Curt Coder
ec017ff2f5
abc800: Fixed Turbo Kontroller name to UNI DISK and identified CPU type. [Curt Coder]
2017-10-03 23:36:37 +03:00
fulivi
70d6a5addd
Support for HP85 tapes added to imgtool ( #2688 )
2017-10-03 23:14:15 +11:00
Sergey Svishchev
1483853c0e
vme_hcpu30: Besta HCPU30 VME board, skeleton driver.
2017-10-03 01:05:56 +03:00
David Haywood
c0ee79f3db
use 'sh' instead of 'superh'
2017-10-02 19:47:35 +01:00
David Haywood
48aabf4122
move sh2 / sh4 to a folder called superh
2017-10-02 17:31:38 +01:00
AJR
da7cd69f88
Remove timer_device from emu.h and move it out of src/emu (nw)
2017-10-01 22:46:42 -04:00
Nigel Barnes
a65015f5cb
abc310: Added 80286 2nd processor.
2017-10-02 02:00:21 +01:00
Robbbert
adf48561a1
Merge branch 'master' of https://github.com/mamedev/mame
2017-09-27 23:38:13 +10:00
Robbbert
6c70150512
New not-working machine: Mickrocomputer fuer Ausbildung [rfka01, Robbbert]
2017-09-27 23:37:33 +10:00
Sergey Svishchev
fa45685b8a
ms6102 (Elektronika MS6102.02, text terminal): new skeleton.
2017-09-26 22:18:05 +03:00
Dirk Best
6c0497983b
supbtime.cpp: Clean up and merge tumblep
...
* Remove duplicate code
* Screen raw parameters and XTAL values
* Added PAL dumps for supbtime [Luiskiko/jammarcade.net]
* Add dip switch locations to all games
2017-09-26 02:35:18 +02:00
cracyc
c960aa5cd3
altos8600: add serial board [Carl]
2017-09-22 21:44:51 -05:00
smf-
7b87813ea9
Implemented program counter break point to PlayStation CPU & re-added PlayStation EXE, CPE & PSF loading. [smf]
2017-09-22 20:40:32 +01:00