| Commit message (Expand) | Author | Age | Files | Lines |
| * | srcclean (nw) |  Vas Crabb | 2016-09-26 | 2 | -2/+2 |
| * | bbc: added opus challenger (floppy and ramdisc) device on 1mhz bus |  Nigel Barnes | 2016-09-23 | 1 | -0/+2 |
| * | bbc: added joyport slot device to Master Compact, defaulting to joystick |  Nigel Barnes | 2016-09-23 | 1 | -0/+15 |
| * | Added HxC HFE disk format. |  Michael Zapf | 2016-09-18 | 1 | -0/+2 |
| * | Merge pull request #1413 from npwoods/coco_dragon_fdc |  Vas Crabb | 2016-09-17 | 1 | -0/+1 |
| |\ |
|
| | * | Split CoCo and Dragon FDC code, added save state support, fixed regression in... |  Nathan Woods | 2016-09-16 | 1 | -0/+1 |
| * | | Merge pull request #1398 from fulivi/hp9845_tools |  R. Belmont | 2016-09-16 | 1 | -0/+1 |
| |\ \ |
|
| | * | | imgtool: WIP for hp9845 tape support |  fulivi | 2016-09-10 | 1 | -0/+1 |
| * | | | Merge pull request #1403 from bradhugh/monitor_module |  Brad Hughes | 2016-09-16 | 2 | -1/+6 |
| |\ \ \ |
|
| | * | | | Convert OSD monitor info to modules plus add DXGI implementation |  Brad Hughes | 2016-09-14 | 2 | -1/+6 |
| | | |/
| |/| |
|
| * / | | mcd: add incomplete Mitsumi ISA CDROM emulation [Carl] |  cracyc | 2016-09-16 | 1 | -0/+2 |
| |/ / |
|
| * / | pcipc: sandbox for emulating a modern-ish pc (nw) |  Olivier Galibert | 2016-09-12 | 2 | -0/+16 |
| |/ |
|
| * | ui: remove datfile_manager (nw) |  cracyc | 2016-09-06 | 1 | -2/+0 |
| * | pc1512: Added mouse port slot interface. [Curt Coder] |  Curt Coder | 2016-09-05 | 1 | -0/+12 |
| * | bbc: moved joystick to analogue port slot device |  Nigel Barnes | 2016-09-05 | 1 | -0/+2 |
| * | bbcb: moved fdc to slot device to support various controller boards: |  Nigel Barnes | 2016-09-05 | 1 | -0/+21 |
| * | Fix benchmarks build and google test build (nw) |  Miodrag Milanovic | 2016-09-03 | 1 | -3/+3 |
| * | Fix build (nw) |  Miodrag Milanovic | 2016-09-03 | 1 | -0/+1 |
| * | electron: added Acorn Plus 3 expansion as slot device (floppy support) |  Nigel Barnes | 2016-09-02 | 1 | -0/+2 |
| * | Add Lua-cleaning ability to srcclean |  Vas Crabb | 2016-08-30 | 8 | -296/+296 |
| * | some C++14 features are not supported by VS2013. VS2015 is free for home use ... |  Miodrag Milanovic | 2016-08-27 | 1 | -5/+0 |
| * | While I'm causing full recompiles all the time, reduce necessary number of in... |  Vas Crabb | 2016-08-27 | 1 | -0/+2 |
| * | Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... |  therealmogminer@gmail.com | 2016-08-18 | 1 | -1/+1 |
| * | compis: Created a bus for the graphics card slot. [Curt Coder] |  Curt Coder | 2016-08-16 | 1 | -0/+14 |
| * | dirom: device_rom_interface for sound chips with rom/memory map alternative [... |  Olivier Galibert | 2016-08-15 | 1 | -0/+2 |
| * | gba: make video subsystem into a device |  Giuseppe Gorgoglione | 2016-08-15 | 1 | -0/+12 |
| * | made proper formats compiled only if needed (nw) |  Miodrag Milanovic | 2016-08-12 | 3 | -333/+1726 |
| * | Compile netlist and lua only if used (nw) |  Miodrag Milanovic | 2016-08-12 | 5 | -5/+12 |
| * | Changed how ROM_COPY and ROM_FILL are represented in tiny_rom_entry to be mor... |  Nathan Woods | 2016-08-11 | 1 | -0/+1 |
| * | pofo: Added skeleton for PCD3311T sound chip. (nw) |  Curt Coder | 2016-08-10 | 1 | -0/+13 |
| * | pofo: Added memory card slot interface and ROM/RAM cards. [Curt Coder] |  Curt Coder | 2016-08-08 | 1 | -0/+8 |
| * | Merge pull request #1180 from npwoods/split_softlist_code_redo |  Miodrag Milanović | 2016-08-08 | 2 | -2/+2 |
| |\ |
|
| | * | Removed src/lib/util/cstrpool.[cpp|h]; it is no longer used |  Nathan Woods | 2016-08-05 | 1 | -2/+0 |
| | * | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -0/+2 |
| * | | Update BX and BGFX (nw) |  Miodrag Milanovic | 2016-08-06 | 1 | -2/+9 |
| * | | Separation of the LDP-1450 laserdisc player to its own device. |  James Wallace | 2016-08-04 | 1 | -0/+12 |
| |/ |
|
| * | Changes rom_entry from a struct to a class, storing its strings as std::strin... |  Nathan Woods | 2016-08-01 | 1 | -0/+1 |
| * | make buffered serial a mixin to promote reuse [Vas Crabb] |  Vas Crabb | 2016-07-30 | 1 | -1/+0 |
| * | apricot: create bus interface for the keyboard interface, make hle keyboard e... |  Dirk Best | 2016-07-30 | 1 | -1/+16 |
| * | apricot: move expansion bus to its own directory |  Dirk Best | 2016-07-30 | 1 | -6/+6 |
| * | Keyboard/terminal improvements: [Vas Crabb] |  Vas Crabb | 2016-07-27 | 2 | -0/+2 |
| * | Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... |  Nathan Woods | 2016-07-23 | 2 | -2/+2 |
| * | Add a device as proof of concept which merges several input lines into a comm... |  Dirk Best | 2016-07-23 | 1 | -0/+11 |
| * | Fixed separate compile of drivers using sharc/ADSP21062 cpu (nw) |  Miodrag Milanovic | 2016-07-23 | 1 | -1/+1 |
| * | Add an emulated Sun keyboard to RS232 adaptor [Vas Crabb] |  Vas Crabb | 2016-07-22 | 1 | -0/+2 |
| * | sunkbd: split up HLE into proper type 3, type 4 and type 5, hook up sun3 fami... |  Vas Crabb | 2016-07-22 | 1 | -2/+2 |
| * | Make Sun keyboard port its own bus [Vas Crabb] |  Vas Crabb | 2016-07-21 | 1 | -2/+14 |
| * | temp for mingw gcc 6.1 till update bgfx code (nw) |  Miodrag Milanovic | 2016-07-20 | 1 | -0/+1 |
| * | bbc: added preliminary slots for expansion |  Nigel Barnes | 2016-07-18 | 1 | -0/+52 |
| * | Merge pull request #1113 from shattered/_c600e49 |  Olivier Galibert | 2016-07-17 | 1 | -0/+2 |
| |\ |
|