| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
Split out the floppy disk controller from the swtpc09 machine, adding it to
the ss50 interface. The DC5 is compatible with both the SWTPC 6800 and 6809
systems, supporting the 4 and 16 byte I/O interfaces respectively, via a
jumper setting, so can be used on the MAME swtpc and swtpc09 machines. The
DC5, like the DC4, supports double sided and density disks, and claimed
backward compatibility with the DC1, DC2 and DC3.
|
|
|
|
| |
[Barry Rodewald]
|
|
|
|
|
|
| |
Split out the PIA IDE hard disk interface from the swtpc09 machine. This
support appears to have been incomplete or to have bit rotten, and has been
updated and tested lightly with FLEX9.
|
|
|
|
| |
regular files (nw)
|
|
|
|
| |
For the SWTPC09.
|
|
|
|
| |
additional features
|
|
|
|
|
|
|
|
|
|
| |
* Enable precompiled header usage in the Visual Studio compiler
But only for libraries emu frontend precompile dasm optional
Also add emu.h include to hpcdasm.cpp
* Include emu.h in some disassembler sources to use precompiled headers
* Remove debug message
|
|\
| |
| | |
SS-30: add support for the MP-T timer / counter card.
|
| |
| |
| |
| | |
E.g. this can be used SWTPC FLEX for a timer tick.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The UniFLEX disk format is not compatible with the Flex format. Significantly it
does not use a mix of single density for booting on some double density disks
which makes it simpler - hardware required a new boot ROM to run UniFLEX.
Further, the UniFLEX sector size is 512 bytes versus 256 for Flex, and the
UniFLEX 'SIR' info sector record is completely different to the info on Flex
disk, and the file system format is also not at all compatible.
Thus the UniFlex format can rely largely on the WD17xx format, with an
overload to handle the sector numbering on the second side continuing from the
first side (one feature in common with the Flex format). This gives a quick
'save' capability and shares code.
Support for 8" disks is included as this was the initial distribution format
and the only one found so far.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gdbstub: added new GDB stub debugger
This debugger can be used to connect to an external debugger that
communicates using the GDB Remote Serial Protocol, such as GDB itself
or many other GDB frontends.
Currently i386 (ct486), arm7 (gba), and ppc (pmac6100) are supported.
* gdbstub: enable GDB stub debugger in mac and windows builds
|
| |
|
|
|
|
| |
Other formats can be added, we already have libjpeg in 3rdparty/.
|
|
|
|
| |
s3virge: added PCI interface, and linear framebuffer support. [Barry Rodewald]
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
changes) (nw) (#5417)
* steps towards some spectrum expansions - attempt 2 (nw)
* (nw)
* (nw)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Renamed driver microtan->mt65
- Added alternative monitor ROMs: TANBUG V3.1, TANBUG V.3B, TUGBUG V1.1, TANBUG V1.
- Replaced XBug with original 0.75MHz version, fixes cassette loading.
- New machine Micron, consisting of MT65 and Tanex boards only.
- Implemented the Microtan motherboard backplane and moved Tanex to slot device.
- Additional boards implemented: Bulldog Sound Generator Board, Mousepacket Designs Colour VDU Card, Tangerine Tandos Board (not working), Tangerine High Resolution Graphics Card (monochrome), Tangerine High Resolution Graphics Card (colour), Tangerine Tanram Board, TUG 64K RAM Card, TUG Programmable Graphic Module Card, Microtanic Video 80/82 (not working), Ralph Allen 32K EPROM-RAM Card (incomplete), Ralph Allen Disc Controller Card (not working), Ralph Allen Colour VDU card
- Added Microtan 6809 System, not yet working.
- Added Space Invasion (ETI), the DIY project from Electronics Today based on the Microtan.
|
|
|
|
|
|
| |
Add dump and skeleton device for Caravalle CD-R N820s [I-Shou University File Server]
h83048: Undo variable shadowing (nw)
|
| |
|
|
|
|
| |
disk interface [R. Belmont, Guru]
|
| |
|
| |
|
|
|
|
|
|
| |
- Replace additional driver RAM with S-100 bus
- Convert Video Terminal Interface into a S-100 bus device
- Add skeleton S-100 bus device for SSSD disk controller
|
|
|
|
|
| |
-----------------------------------
dragon_cart: AMTOR/AX25 [David Linsley]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
vtech_unk1.cpp: Driver moved to glcx.cpp (nw)
|
|\
| |
| | |
agat: basic emulation of agat9 (video, apple compat mode, LLE floppy)
|
| |
| |
| |
| | |
also included: MX floppy format (nw)
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
architecture
|
| |
|
|
|
|
|
|
| |
-dpb_brushproc: Added PROM signal lookups, nw
-am25s55x: Fixed some incorrect comments, nw
|
|
|
|
|
|
|
|
|
|
| |
[Ryan Holtz]
-am25s55x: Initial device implementation for Am25S557 and 25S558 Combinatorial Multiplier chips. [Ryan Holtz]
-dpb_combiner: Fixed validation, nw
-dpb7000: Added devices for new Brush Processor Card skeleton, nw
|
|
|
|
|
|
| |
-tmc208k: Added device for TRW TMC208K/TMC28KU 8x8-bit Parallel Multiplier. [Ryan Holtz]
-dpb7000: Added placeholder devices for TMC multipliers on the Combiner Card, nw
|
|
|
|
|
|
| |
Multiplier-Accumulator. [Ryan Holtz]
-dpb7000: Added TDC1008 devices for the Filter Card, albeit not hooked up yet, nw
|
| |
|
| |
|
|
|
|
|
|
| |
Joysticks are now slot devices.
mbc55x: Add Game I/O port
|