summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* -pcf8583: Added rudimentary Philips PCF8583 RTC emulation, based on the ↵ Ryan Holtz2018-08-201-0/+12
| | | | PCF8593 device. [Ryan Holtz]
* ps2sony: Some basic VU1 support, major file reshuffling, nw mooglyguy2018-07-211-0/+130
|
* Fix copy/paste mistake (nw) AJR2018-06-211-1/+1
|
* -39in1: Split Intel XScale PXA255 peripherals into a separate device. [Ryan ↵ mooglyguy2018-06-211-0/+13
| | | | | | Holtz] note: will apply this change to any drivers using copy/pasted PXA255 code tomorrow.
* Add HP9122 floppy drive (#3657) Sven Schnelle2018-06-171-0/+14
| | | | | | | | | | | | | | | | | | | | | | * Revert "Revert "Add 9122c floppy (#3647)"" This reverts commit 0aa81fc184b225547091a10f4accb8f3ae7064da. * Address pull request comments Signed-off-by: Sven Schnelle <svens@stackframe.org> * MR#3657: address comments Signed-off-by: Sven Schnelle <svens@stackframe.org> * MR#3657: address MR comments Signed-off-by: Sven Schnelle <svens@stackframe.org> * MR#3657: address MR comments Signed-off-by: Sven Schnelle <svens@stackframe.org>
* ec1841: mouse emulation (Logitech bus mouse protocol) (#3623) Sergey Svishchev2018-06-111-0/+12
| | | | | | * ec1841: mouse emulation (Logitech bus mouse protocol) * follow-up to PR#3623
* Revert "Add 9122c floppy (#3647)" Vas Crabb2018-06-111-14/+0
| | | | This reverts commit c63c4e111e8ff196de5790bcf227b3ab2a92bb88.
* Add 9122c floppy (#3647) Sven Schnelle2018-06-101-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hp9k_3xx: fix timer connection for /320 models Signed-off-by: Sven Schnelle <svens@stackframe.org> * hp9k_3xx: add HP9122C floppy Remove HP9895 from the default configuration. 3.5" where standard on /300 and there's almost no software on it available. If a user really needs 8" floppy drives on /300, he can do that via commandline. Signed-off-by: Sven Schnelle <svens@stackframe.org> * add Intel i8291a GPIB Talker/Listener Required for the HP 9122C floppy, and used in many other devices. Basic functionality was implemented to make the HP 9122C work, a few things are still missing and will be added later. Most of the missing things where simply not used in the HP9122C so i cannot test them. Signed-off-by: Sven Schnelle <svens@stackframe.org> * Add HP 9122C floppy drive These drives where common on HP9000/300 workstations. With the current implementation TD0's from hpmuseum can be used to boot, and initializing, reading and writing discs in HP basic works. Tested both high and double density media. Supported Media formats are TD0 and MFI. Signed-off-by: Sven Schnelle <svens@stackframe.org>
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-0/+14
| | | | | | | | | | * proposal: move z80daisy* to devices/machine Seems to me this is a machine, not a CPU? Main reason was to stop the Z80 CPU from being dragged into systems that don't have one just because they use a Z80 family peripheral. * missed this one (nw) * missed a spot (nw)
* gridcomp: hook up TMS9914 GPIB controller (nw) Sergey Svishchev2018-05-061-1/+1
|
* Rename machine/latch.* to machine/output_latch.* (nw) AJR2018-05-021-2/+12
| | | | | | - Use device_resolve_objects to resolve callbacks in output_latch_device (nw) Note that this renaming is not just for human convenience; genie seems to get confused by modifications to a header called latch.h and decides to recompile everything involving gen_latch.h as well.
* New device, SMSC FDC37C93x Plug and Play Compatible Ultra I/O Controller ! ↵ yz70s2018-04-271-0/+12
| | | | | | [Samuele Zannoli] It is not complete yet but the floppy disk and keyboard work and is enough to boot the m55hi-plus motherboard.
* hp_ipc: added HPIB interface chip & remotizer device fulivi2018-04-261-0/+12
|
* vp415 skeleton updates, nw mooglyguy2018-04-181-0/+13
|
* Added skeleton SAA1403 device, nw Ryan Holtz2018-04-131-0/+12
|
* mb86233/4 rewrite [O. Galibert] Olivier Galibert2018-04-051-0/+12
| | | | | model1: Use the real 315-5573 Virtua Racing coprocessor program [Team Caps0ff] model2: Rewamp the coprocessors communications [O. Galibert]
* M1COMM: Add preliminary MB89374 emulation (#3378) Ariane Fugmann2018-03-241-0/+12
| | | | | | | | * M1COMM: Add preliminary MB89374 emulation (nw) * M1COMM: moved knowns roms to device. (nw) * MB89374: arrays and savestates (nw)
* Create RST interrupt buffer device AJR2018-02-181-0/+12
|
* am9519: add am9519 uic device [Carl] cracyc2018-02-101-0/+12
|
* New device: SN54/74166 8-Bit Parallel-In/Serial-Out Shift Register [Dirk ↵ Luca Elia2018-01-211-0/+12
| | | | Best, Luca Elia]
* meters, ticket: Move these generic devices into src/devices (nw) AJR2018-01-091-0/+24
|
* machine.lua: compile myb3k_kbd only when needed (nw) Ivan Vangelista2018-01-091-2/+12
|
* Add ER1400 serial EAROM device AJR2017-12-311-0/+12
|
* i386: x87 bug fixes and FERR support [Andrey Merkulov] cracyc2017-12-161-0/+12
| | | | i8087: separate 8087 device [Carl]
* myb3k: preliminary keyboard support for Ericsson step/one brand [Fredrik ↵ Joakim Larsson Edstrom2017-12-151-0/+2
| | | | Ohrstrom]
* New generic ripple counter device AJR2017-12-101-0/+12
|
* split pgm2 up into drivers/video, correct main ram size, make some notes etc. David Haywood2017-11-171-0/+12
|
* 28fxxx: initial commit for new flash memory device (#2805) Patrick Mackinlay2017-11-161-0/+12
| | | Implementation of 28F010 and family flash memory devices. These are not compatible with the JEDEC-standard flash command protocol implemented in intelfsh.
* z80sio updates: Vas Crabb2017-11-161-0/+2
| | | | | | | | | | | * 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.
* einstein: Major cleanup, add a ADC0844 device Dirk Best2017-11-061-0/+12
| | | | | | | | 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.
* hp85: support for I/O slots added. Emulation of HP82937 module added. fulivi2017-10-251-0/+12
|
* saturn.cpp: Moved SCU related functions inside a device [Angelo Salese] angelosa2017-10-091-0/+12
|
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+2
|
* am9513: New device AJR2017-09-221-0/+12
|
* tube: New TUBE device. Acorn Tube ULA for use in Acorn 2nd Processors Nigel Barnes2017-08-251-0/+12
|
* hp85: implemented tape drive fulivi2017-08-161-0/+12
|
* New 74LS259/9334/CD4099 devices AJR2017-07-251-14/+12
| | | | | | | | These humble 16-pin logic devices were commonly used in 8-bit arcade games to control coin counters/lockouts, IRQ flipflops, graphics banking, slave CPU reset lines, discrete audio triggers, screen flipping, serial EEPROMs and much else. Over 100 drivers and a few bus devices have been updated to use the new implementation, and a great deal of research has gone into documenting the physical location of these devices on actual PCBs in the source. Write handlers have been provided for both orthodox and somewhat less conventional memory mappings. Incidental to this update, coin counters and/or lockouts have been added to Atari System 1 games, Basketball, Gauntlet, Gyruss, Hana Yayoi, Hole Land, Jr. Pac-Man, Mahjong Sisters, Pooyan, Roc'n Rope, Squash, Thunder Hoop, Time Limit, Time Pilot '84 and many others. This also cleans up coin counter behavior in Sauro and Rally Bike. (nw) The purpose of committing this change, which has been several months in the making, early in the 0.189GIT cycle will be to allow time for fixing potential regressions; I've fixed a number of drivers that lost sound from this for various reasons (hnayayoi.cpp having missing or garbage ADPCM was particularly painful, since the three games in that driver all work slightly differently), but I can't test all affected drivers exhaustively. @Tafoid, don't bother running automated screen capture comparison tests on this, as many drivers are now expected to have the screen flipped for the first few seconds after reset.
* i82586: intel 82586/82596 ethernet controllers, skeleton only (nw) (#2456) Patrick Mackinlay2017-07-101-0/+12
| | | | | | | | | | * i82586: initial commit, skeleton only * oops (nw) * i82586: added databook references * use address space for memory access
* mc14411: NEW DEVICE Motorola MC14411 Bit Rate Generator Joakim Larsson Edstrom2017-07-081-0/+12
|
* r9751: Add initial SMIOC device (#2423) Brandon Munger2017-06-301-0/+12
|
* - Add preliminary Yamaha YM3802 MIDI controller mahlemiut2017-06-211-0/+12
| | | | - Add X68000 expansion device using the YM3802
* New device: TE7750 Super I/O Expander AJR2017-06-151-0/+12
|
* New skeleton: GRiD Compass series Sergey Svishchev2017-06-061-0/+12
|
* Initial support for SiS85c496/497 PCI chipset. [R. Belmont] arbee2017-06-051-0/+2
|
* New device: SN54/74166 8-Bit Parallel-In/Serial-Out Shift Register Dirk Best2017-05-161-0/+12
|
* Move static data out of devices into the device types. This is a ↵ Vas Crabb2017-05-141-27/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | significant change, so please pay attention. The core changes are: * Short name, full name and source file are no longer members of device_t, they are part of the device type * MACHINE_COFIG_START no longer needs a driver class * MACHINE_CONFIG_DERIVED_CLASS is no longer necessary * Specify the state class you want in the GAME/COMP/CONS line * The compiler will work out the base class where the driver init member is declared * There is one static device type object per driver rather than one per machine configuration Use DECLARE_DEVICE_TYPE or DECLARE_DEVICE_TYPE_NS to declare device type. * DECLARE_DEVICE_TYPE forward-declares teh device type and class, and declares extern object finders. * DECLARE_DEVICE_TYPE_NS is for devices classes in namespaces - it doesn't forward-declare the device type. Use DEFINE_DEVICE_TYPE or DEFINE_DEVICE_TYPE_NS to define device types. * These macros declare storage for the static data, and instantiate the device type and device finder templates. The rest of the changes are mostly just moving stuff out of headers that shouldn't be there, renaming stuff for consistency, and scoping stuff down where appropriate. Things I've actually messed with substantially: * More descriptive names for a lot of devices * Untangled the fantasy sound from the driver state, which necessitates breaking up sound/flip writes * Changed DECO BSMT2000 ready callback into a device delegate * Untangled Microprose 3D noise from driver state * Used object finders for CoCo multipak, KC85 D002, and Irem sound subdevices * Started to get TI-99 stuff out of the TI-990 directory and arrange bus devices properly * Started to break out common parts of Samsung ARM SoC devices * Turned some of FM, SID, SCSP DSP, EPIC12 and Voodoo cores into something resmbling C++ * Tried to make Z180 table allocation/setup a bit safer * Converted generic keyboard/terminal to not use WRITE8 - space/offset aren't relevant * Dynamically allocate generic terminal buffer so derived devices (e.g. teleprinter) can specify size * Imporved encapsulation of Z80DART channels * Refactored the SPC7110 bit table generator loop to make it more readable * Added wrappers for SNES PPU operations so members can be made protected * Factored out some boilerplate for YM chips with PSG * toaplan2 gfx * stic/intv resolution * Video System video * Out Run/Y-board sprite alignment * GIC video hookup * Amstrad CPC ROM box members * IQ151 ROM cart region * MSX cart IRQ callback resolution time * SMS passthrough control devices starting subslots I've smoke-tested several drivers, but I've probably missed something. Things I've missed will likely blow up spectacularly with failure to bind errors and the like. Let me know if there's more subtle breakage (could have happened in FM or Voodoo). And can everyone please, please try to keep stuff clean. In particular, please stop polluting the global namespace. Keep things out of headers that don't need to be there, and use things that can be scoped down rather than macros. It feels like an uphill battle trying to get this stuff under control while more of it's added.
* vrc5074: Added new Nile 4 System Controller device Ted Green2017-05-131-0/+2
|
* k054321: Implement as a device [O. Galibert, Phil Bennett] Olivier Galibert2017-04-251-0/+11
|
* segaybd.cpp, srallyc: Add OKI MSM6253 device AJR2017-04-121-0/+12
|
* ds1205: Add Dallas DS1205 Multikey [Carl] cracyc2017-04-121-0/+12
|