| Commit message (Expand) | Author | Age | Files | Lines |
| * | bus.lua: add some missing h files (nw) |  hap | 2017-11-23 | 1 | -2/+18 |
| * | Rewritten Imagetek i4100 / i4220 / i4300 video display processor family, hook... |  angelosa | 2017-11-21 | 1 | -0/+12 |
| * | cfa3000: Added input devices on userport, analogue, and 1MHz bus. |  Nigel Barnes | 2017-11-20 | 1 | -0/+6 |
| * | bbc: Added ARM Evaluation System co-processor device. |  Nigel Barnes | 2017-11-20 | 1 | -0/+2 |
| * | einstein: Improve interrupts, add WIP Speculator support |  Dirk Best | 2017-11-20 | 1 | -0/+2 |
| * | split pgm2 up into drivers/video, correct main ram size, make some notes etc. |  David Haywood | 2017-11-17 | 1 | -0/+12 |
| * | 28fxxx: initial commit for new flash memory device (#2805) |  Patrick Mackinlay | 2017-11-16 | 1 | -0/+12 |
| * | z80sio updates: |  Vas Crabb | 2017-11-16 | 1 | -0/+2 |
| * | i8085: moved opcode macros to main file, will convert these to functions (nw) |  hap | 2017-11-14 | 1 | -1/+0 |
| * | rename misleading i8085cpu.h to i8085ops.hxx (nw) |  hap | 2017-11-14 | 1 | -1/+1 |
| * | tmc600: Added Euro bus skeleton. [Curt Coder] |  Curt Coder | 2017-11-11 | 1 | -0/+12 |
| * | einstein: Add support for the Silicon Disc RAM drive |  Dirk Best | 2017-11-09 | 1 | -0/+2 |
| * | electron: Added Acorn Plus 1 expansion device |  Nigel Barnes | 2017-11-08 | 1 | -0/+2 |
| * | bbcb: Added Computer Village 1797 FDC (LVL Dos), not working. |  Nigel Barnes | 2017-11-06 | 1 | -0/+2 |
| * | einstein: Major cleanup, add a ADC0844 device |  Dirk Best | 2017-11-06 | 2 | -0/+14 |
| * | apple2: preliminary support for AE TransWarp accelerator card [R. Belmont, Ap... |  arbee | 2017-11-03 | 1 | -0/+2 |
| * | einstein: Add support for mouse connected to the user port |  Dirk Best | 2017-11-01 | 1 | -0/+2 |
| * | apple2: preliminary support for "SSB Apple" speech board [R. Belmont, Apple I... |  arbee | 2017-10-31 | 1 | -0/+2 |
| * | einstein: Add bus interface for the user port and emulate speech cart |  Dirk Best | 2017-10-31 | 1 | -0/+14 |
| * | einstein: Move pipe bus to its own directory |  Dirk Best | 2017-10-31 | 1 | -5/+5 |
| * | einstein: Create "Tatung Pipe" bus and convert 80 column device |  Dirk Best | 2017-10-28 | 1 | -0/+14 |
| * | Merge pull request #2749 from fulivi/hp80_dev04 |  R. Belmont | 2017-10-25 | 2 | -0/+24 |
| |\ |
|
| | * | hp85: support for I/O slots added. Emulation of HP82937 module added. |  fulivi | 2017-10-25 | 2 | -0/+24 |
| * | | interpro: expansion bus/slots and keyboard |  Patrick Mackinlay | 2017-10-23 | 1 | -0/+30 |
| |/ |
|
| * | srcclean (nw) |  Vas Crabb | 2017-10-22 | 1 | -1/+1 |
| * | use slot device for gamate cartridge slot, do protection handling there (it's... |  David Haywood | 2017-10-20 | 1 | -0/+17 |
| * | bt459: new device |  Patrick Mackinlay | 2017-10-19 | 1 | -0/+11 |
| * | Preliminary SH3 / SH4 recompiler [David Haywood] (#2711) |  David Haywood | 2017-10-11 | 1 | -3/+5 |
| * | bbc: Added Torch Z80 Communicator as Tube slot device. |  Nigel Barnes | 2017-10-11 | 1 | -0/+2 |
| * | saturn.cpp: Moved SCU related functions inside a device [Angelo Salese] |  angelosa | 2017-10-09 | 1 | -0/+12 |
| * | Merge pull request #2695 from shattered/_eef7cb7 |  Joakim Larsson Edström | 2017-10-08 | 1 | -0/+2 |
| |\ |
|
| | * | vme_hcpu30: Besta HCPU30 VME board, skeleton driver. |  Sergey Svishchev | 2017-10-03 | 1 | -0/+2 |
| * | | abc800: Added skeleton for Databoard 4112-23 floppy disk controller. [Curt Co... |  Curt Coder | 2017-10-04 | 1 | -0/+2 |
| * | | abc800: Fixed Turbo Kontroller name to UNI DISK and identified CPU type. [Cur... |  Curt Coder | 2017-10-03 | 1 | -2/+2 |
| * | | Support for HP85 tapes added to imgtool (#2688) |  fulivi | 2017-10-03 | 1 | -1/+2 |
| |/ |
|
| * | use 'sh' instead of 'superh' |  David Haywood | 2017-10-02 | 1 | -31/+31 |
| * | move sh2 / sh4 to a folder called superh |  David Haywood | 2017-10-02 | 1 | -44/+32 |
| * | Remove timer_device from emu.h and move it out of src/emu (nw) |  AJR | 2017-10-01 | 2 | -2/+2 |
| * | abc310: Added 80286 2nd processor. |  Nigel Barnes | 2017-10-02 | 1 | -0/+2 |
| * | am9513: New device |  AJR | 2017-09-22 | 1 | -0/+12 |
| * | deco32: Improvements and cleanups |  Dirk Best | 2017-09-22 | 1 | -0/+12 |
| * | Wrote a new device for TA7630, hooked it up to buggychl.cpp (nw) |  angelosa | 2017-09-22 | 1 | -0/+12 |
| * | spectrum: Added expansion slot, and devices: |  Nigel Barnes | 2017-09-21 | 1 | -0/+34 |
| * | Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... |  npwoods | 2017-09-18 | 5 | -19/+1 |
| * | hp9k_3xx: add 98603 ROM card |  Sven Schnelle | 2017-09-06 | 1 | -0/+2 |
| * | apple2: Preliminary support for the Synetix SuperSprite card. [Golden Child, ... |  arbee | 2017-08-30 | 1 | -0/+2 |
| * | hp85: support of opt. ROMs (#2604) |  fulivi | 2017-08-29 | 1 | -0/+11 |
| * | bbc: Added various 2nd processors as Tube slot devices: |  Nigel Barnes | 2017-08-25 | 1 | -0/+10 |
| * | tube: New TUBE device. Acorn Tube ULA for use in Acorn 2nd Processors |  Nigel Barnes | 2017-08-25 | 1 | -0/+12 |
| * | bbc: BeebSID slot device for the 1MHz bus. |  Nigel Barnes | 2017-08-24 | 1 | -1/+3 |