Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More netlist code reschuffle to separate setup from run. (nw) | 2015-01-18 | 1 | -9/+6 | |
| | |||||
* | Introduced an nl_double type. This will be followed by an nl_float type | 2015-01-18 | 1 | -0/+6 | |
| | | | for certain components (mostly matrix and vector). (nw) | ||||
* | atahle.c: added missing save state, fixes blitz99 save state regression (nw) | 2015-01-17 | 1 | -0/+1 | |
| | |||||
* | idehd.c: added missing save states, fixes kinst.c save state regression (nw) | 2015-01-17 | 1 | -0/+4 | |
| | |||||
* | Description changes for assorted devices to improve readability/uniformity ↵ | 2015-01-05 | 4 | -6/+6 | |
| | | | | from MASH (nw) | ||||
* | (MESS) Improve mouse tracking for pre-ADB Macs. [Rob Braun] | 2015-01-03 | 1 | -2/+2 | |
| | |||||
* | z80dart.c: save diserial state too, fixes bw12.c sio test error after ↵ | 2014-12-31 | 1 | -0/+1 | |
| | | | | loading a state(nw) | ||||
* | Cleanups and version bumpmame0157 | 2014-12-31 | 13 | -357/+354 | |
| | |||||
* | removed no-longer-needed asserts from z80dma | 2014-12-28 | 1 | -2/+0 | |
| | |||||
* | z80dma : fixed buffer overflow. Fixes altos5 and wmbullet floppies. | 2014-12-28 | 1 | -1/+1 | |
| | |||||
* | am9517a_device: added missing save state, fixes micromik.c save state ↵ | 2014-12-22 | 1 | -0/+9 | |
| | | | | problem (nw) | ||||
* | 7200fifo.c: added missing save state, fixes seibuspi save state problem (nw) | 2014-12-20 | 1 | -0/+1 | |
| | |||||
* | mos6551: fixed receive with parity != none. (nw) | 2014-12-20 | 1 | -1/+1 | |
| | |||||
* | (MESS) Fix VSM rom read through the tms51xx, and add tms6100 hookup to ↵ | 2014-12-19 | 1 | -1/+1 | |
| | | | | | | tispeak.c, fixing speech in speak and spell and speak and math. The drivers are usable but no display yet. Fixed speak and spell clock speed (it is 1/2 the clock input of the tms51xx chip) [Lord Nightmare] Non-Whatsnew Note: this commit breaks the speech in radar scope trs02 set (because the rom it has has the bits in the backwards order). I will fix this later. | ||||
* | fixed Visual Studio compilation and compilation in general / small ↵ | 2014-12-19 | 2 | -4/+1 | |
| | | | | r10788_device initialization cleanup (nw) | ||||
* | Significant change to Stepper motor device behaviour, using devcb2 interfaces. | 2014-12-19 | 2 | -116/+114 | |
| | | | | | | | | | | | | | New functions added: MCFG_STEPPER_ADD(tag) - add a stepper device MCFG_STEPPER_REEL_TYPE(type) - the equivalent of the first line in the old interface, now also takes NOT_A_REEL for printer and similar applications MCFG_STEPPER_START_INDEX(int index) - the old second line of the interface, the position (in half steps) where the optic tab first triggers. MCFG_STEPPER_END_INDEX(int index) - the old third line of the interface, the last position (in half steps) where the optic tab triggers. MCFG_STEPPER_INDEX_PATTERN(int pattern) - a coil pattern in hexadecimal that has to be on the motor for the index to trigger (0 if no specific pattern is needed) MCFG_STEPPER_INIT_PHASE(int phase) - starting phase of the motor All drivers have been updated, testing done to all specific drivers - Scorpion 4 was particularly complex. [James Wallace] | ||||
* | A try at adding switch matrix inputs. Use just part numbers for device tags. ↵ | 2014-12-18 | 2 | -5/+5 | |
| | | | | (nw) | ||||
* | Attempt at fixing the new Stepper device to load correctly for AWP games. ↵ | 2014-12-17 | 2 | -6/+8 | |
| | | | | This is part 1 of a plan to remove the stepper_interface for a devcb2 setup. [James Wallace] | ||||
* | Merge pull request #84 from ramiropolla/steppers | 2014-12-15 | 2 | -203/+182 | |
|\ | | | | | Convert steppers to device_t | ||||
| * | Convert steppers to device_t | 2014-12-15 | 2 | -203/+182 | |
| | | |||||
* | | Leftover (nw) | 2014-12-15 | 1 | -3/+0 | |
|/ | |||||
* | i82875p: Add overflow device, high smram [O. Galibert] | 2014-12-15 | 6 | -46/+169 | |
| | | | | pci: Add more pci bridge registers [O. Galibert] | ||||
* | SMPC: added crude repeat key support in keyboard handling, makes typing more ↵ | 2014-12-14 | 1 | -3/+17 | |
| | | | | comfortable [Angelo Salese] | ||||
* | Add preliminary emulation of the Rockwell A17XX chips | 2014-12-14 | 2 | -0/+191 | |
| | |||||
* | Add preliminary emulation of the Rockwell A17XX chips (ROM, RAM, I/O) and ↵ | 2014-12-14 | 3 | -8/+10 | |
| | | | | fix device names in gts1 (nw) | ||||
* | Add Rockwell 10696 General Purpose Input/Output emulation WIP | 2014-12-11 | 3 | -0/+259 | |
| | |||||
* | i82875p: toud display fix [O. Galibert] | 2014-12-10 | 1 | -1/+2 | |
| | |||||
* | pci: Autodetect multifunction devices [O. Galibert] | 2014-12-10 | 2 | -7/+12 | |
| | |||||
* | pci: Fix some initialisations, valgrind stops complaining [O. Galibert] | 2014-12-10 | 4 | -8/+16 | |
| | |||||
* | pci: expansion rom management [O. Galibert] | 2014-12-09 | 2 | -15/+55 | |
| | |||||
* | Add logging to r10788 and fix timer setup (nw) | 2014-12-09 | 2 | -11/+53 | |
| | |||||
* | Add clock to MCFG and remove defaulting to firstcpu->clock() | 2014-12-09 | 1 | -5/+0 | |
| | |||||
* | Skeleton Rockwell 10788 chip emulation and use in gts1 - WIP (nw) | 2014-12-09 | 3 | -0/+276 | |
| | |||||
* | fdc_pll: Added write_next_bit_prev_cell() that writes a bit at the position ↵ | 2014-12-08 | 2 | -0/+21 | |
| | | | | the previous bit was read from. This is needed for FDC's that read and write on the same clock cycle, e.g. the Commodore 8050 and Victor 9000. [Curt Coder] | ||||
* | (MESS) Fixed writing to disk with the Commodore 2040/3040/4040 and ↵ | 2014-12-08 | 1 | -1/+1 | |
| | | | | 1541/1551/1570/1571 drives. [Curt Coder] | ||||
* | duhhhhhhhhhhhhhhhhhhhhhh (nw) | 2014-12-07 | 2 | -0/+75 | |
| | |||||
* | lindbergh: Fake pit and real pci bridges [O. Galibert] | 2014-12-07 | 5 | -40/+403 | |
| | |||||
* | Fix various typos | 2014-11-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 040fd169bfd6845b33d3f86fd66afb4a632605c6 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:24:30 2014 +0000 Fix more typos in comments commit 6121ae593008a574735427e047fdb7a16f4fa47f Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:20:37 2014 +0000 Fix more typos Not all are in comments this time, but the vast majority are, and the rest are in printed text. None are variable or constant names. commit 84bc72573009bb46f5601f7257a7f7538f25cfc2 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:01:46 2014 +0000 Fix some typos | ||||
* | Merge pull request #54 from ramiropolla/lx810l | 2014-11-28 | 2 | -0/+106 | |
|\ | |||||
| * | lx810l: implement centronics input | 2014-11-24 | 2 | -0/+106 | |
| | | |||||
* | | Cleanups and version bumpmame0156 | 2014-11-26 | 16 | -43/+39 | |
| | | |||||
* | | (nw) | 2014-11-25 | 5 | -2/+134 | |
| | | |||||
* | | (nw) | 2014-11-25 | 2 | -3/+21 | |
|/ | |||||
* | lpc: skeleton acpi [O. Galibert] | 2014-11-20 | 7 | -3/+484 | |
| | |||||
* | don't fatalerror on parse error | 2014-11-20 | 2 | -12/+22 | |
| | |||||
* | pcd: create omti5100 sasi controller skeleton device | 2014-11-20 | 3 | -0/+265 | |
| | |||||
* | Merge pull request #50 from ramiropolla/lx810l | 2014-11-20 | 5 | -0/+898 | |
|\ | | | | | Added working Epson LX-810L and Epson ActionPrinter2000 printers | ||||
| * | lx810l, ap2000: implement working devices | 2014-11-19 | 3 | -0/+243 | |
| | | | | | | | | | | | | | | | | Improve Epson LX-810L and ActionPrinter 2000 up to a point where they actually work. Devices boot and enter main input loop, but input is not yet implemented. It is possible to run the printers' self test. The code has also been split from lx800. | ||||
| * | steppers: move to emu/machine | 2014-11-19 | 3 | -0/+655 | |
| | | |||||
* | | i6300esb: Document more registers [O. Galibert] | 2014-11-20 | 2 | -2/+154 | |
|/ |