summaryrefslogtreecommitdiffstatshomepage
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5483 from DavidHaywood/150819 R. Belmont2019-08-151-8/+0
|\ | | | | don't use my ill-conceived generator for arcompact, easier to work with as regular files (nw)
| * don't use my ill-conceived generator for arcompact, easier to work with as ↵ DavidHaywood2019-08-151-8/+0
| | | | | | | | regular files (nw)
* | New skeleton driver: SNES 4 Slot arcade switcher Dirk Best2019-08-151-0/+1
|/ | | | | | | | | Credits: ClawGrip, Roberto Fresca, Recreativas.org, Dumping Union, System11, Dirk Best This is based on an MCS-51 core, like the MK3 bootleg. They are clearly based on the same code, so the MK3 bootleg was moved to this driver.
* New working machines Roberto Fresca2019-08-151-0/+1
| | | | | | -------------------- Potten's Poker stealth with Breakout front game [Roberto Fresca, Grull Osgo, Pako Ortiz, Rockman, Recreativas.org]
* New working machine added Sandro Ronco2019-08-141-0/+1
| | | | | --------- Mephisto Mondial 68000XL [Sandro Ronco, Berger]
* Merge pull request #5480 from 68bit/ss30-mp-s2 R. Belmont2019-08-141-0/+2
|\ | | | | SS-30 MP-S2: Dual Serial Interface
| * SS-30 MP-S2: Dual Serial Interface 68bit2019-08-141-0/+2
| | | | | | | | For the SWTPC09.
* | pc9801.cpp: proper support for MEMSW device [Angelo Salese] angelosa2019-08-141-0/+2
|/
* Add device emulation for DS17x85 series of MC146818-compatible RTCs with ↵ AJR2019-08-143-0/+14
| | | | additional features
* Enable precompiled header usage in the Visual Studio compiler (#5473) S.Z2019-08-1310-7/+37
| | | | | | | | | | * 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
* Merge pull request #5469 from 68bit/ss50-mpt R. Belmont2019-08-131-0/+2
|\ | | | | SS-30: add support for the MP-T timer / counter card.
| * SS-30: add support for the MP-T timer / counter card. 68bit2019-08-131-0/+2
| | | | | | | | E.g. this can be used SWTPC FLEX for a timer tick.
* | swtpc09: add a UniFLEX specific floppy format. 68bit2019-08-131-0/+12
|/ | | | | | | | | | | | | | | | | 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 (#5456) Ramiro Polla2019-08-111-0/+1
| | | | | | | | | | | | * 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
* New not working machine added hap2019-08-101-0/+1
| | | | | --------- Mephisto MM I [hap, Berger]
* apple2: Support the original gameport ComputerEyes [R. Belmont, Golden Child] arbee2019-08-091-0/+2
|
* Add still-frame PNG image device for use by digitizers/cameras/etc. [R. Belmont] arbee2019-08-091-0/+2
| | | | Other formats can be added, we already have libjpeg in 3rdparty/.
* New machines marked as NOT_WORKING AJR2019-08-091-0/+1
| | | | | ---------------------------------- Microdar SPD [jordigahan, ClawGrip]
* pcipc: added a slightly more usable PCI S3 Virge/DX video card. mahlemiut2019-08-092-0/+13
| | | | s3virge: added PCI interface, and linear framebuffer support. [Barry Rodewald]
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-081-0/+1
|
* New not working machine Dirk Best2019-08-071-0/+1
| | | | | ----------------------- Digitek Micrologic 20 [ClawGrip, Dirk Best]
* New working machine added hap2019-08-061-0/+1
| | | | | --------- Superstar 28K [hap Berger]
* Fix building using system rapidjson Julian Sikorski2019-08-051-0/+1
|
* New working machine added hap2019-08-041-0/+1
| | | | | | | | | | | | -------------- Mephisto [hap, Berger] Mephisto II [hap, Berger] Mephisto III [hap, Berger] New working clone added --------------- Mephisto Amsterdam (older) [Berger] Mephisto London 16 Bit [Berger]
* agat: Nippel Clock slot device (#5425) shattered2019-08-041-0/+2
|
* e9161: Add skeleton CRTC device; document SIO accesses (nw) AJR2019-08-033-0/+14
|
* Whoops (nw) angelosa2019-08-031-1/+0
|
* new NOT_WORKING machine angelosa2019-08-031-0/+1
| | | | | | | =================== Wanted (Sega) [Jamesv833, SeanC] Out of whatsnew: boots with hugely wrong colors, inputs needs verifying.
* juku: Floppy support WIP, enable BASIC Dirk Best2019-08-022-0/+13
|
* steps towards some spectrum expansions - attempt 2 (resynced to AJRs ↵ David Haywood2019-07-312-0/+4
| | | | | | | | | | changes) (nw) (#5417) * steps towards some spectrum expansions - attempt 2 (nw) * (nw) * (nw)
* microdrv: Change image type to magtape; default clock; move to imagedev (nw) AJR2019-07-302-2/+2
|
* New skeleton driver: Juku E5101 Dirk Best2019-07-301-0/+1
|
* bionicc: More cleanups Dirk Best2019-07-301-2/+0
| | | | | | | | - Clean up notes, add TODO - Use pulse_input_line for NMI - Document coin lockout - Document attribute RAM layout - Background layer color is actually 3 bits
* apple2: Add support for the 4Play Joystick Card [R. Belmont] arbee2019-07-291-0/+2
|
* apple2: support Sirius JoyPort on compatible Apple II models. [R. Belmont] arbee2019-07-281-0/+2
|
* prefix mephisto driver files(group them together) (nw) hap2019-07-271-5/+5
|
* New working machine added hap2019-07-271-0/+1
| | | | | --------- Constellation [hap, Berger]
* supercon: berger verified irq/beeper (nw) hap2019-07-271-1/+1
|
* microtan.cpp: The Microtan driver overhaul! Nigel Barnes2019-07-262-0/+37
| | | | | | | | | | | - 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.
* New working machine added hap2019-07-251-0/+1
| | | | | ------- Debut-M [hap, Berger]
* Add dump and skeleton device for Philips CDD2000 CD-R [Cyberia/2 Filebase] AJR2019-07-241-0/+4
| | | | | | Add dump and skeleton device for Caravalle CD-R N820s [I-Shou University File Server] h83048: Undo variable shadowing (nw)
* New working machines Nigel Barnes2019-07-231-0/+6
| | | | | | | | | -------------------- Hektor III [Nigel Barnes, jltursan] New machines marked as NOT_WORKING ---------------------------------- Hektor II [Nigel Barnes]
* bt431: new device (nw) Patrick Mackinlay2019-07-231-0/+12
|
* mac128/512: preliminary (not working) support for the GCC HyperDrive hard ↵ arbee2019-07-211-0/+2
| | | | disk interface [R. Belmont, Guru]
* (nw) split binbug into 3 sources. Robbbert2019-07-222-0/+3
|
* saitek_corona: move to own driver (nw) hap2019-07-211-0/+2
|
* New machines marked as NOT_WORKING AJR2019-07-191-0/+1
| | | | | ---------------------------------- Space Byte 8085 [AJR, S100Computers.com]
* new not working machines Ivan Vangelista2019-07-191-0/+1
| | | | | | | | -------------------------------------- Lucky 21 [Team Europe] Lucky 21-D [Team Europe] Lucky 25 [Team Europe] Lucky 37 [Team Europe]
* poly88, poly8813: Add PolyMorphic 16K RAM card and make one the default AJR2019-07-191-0/+2
|
* poly88, poly8813: Bus expansion AJR2019-07-182-1/+4
| | | | | | - 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