summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine
Commit message (Collapse)AuthorAgeFilesLines
* Modernize adc1038 and adc12138 devices. [Osso] Andrew Gardner2013-06-084-367/+262
|
* First pass at tidying up ide interface. It no longer tries to force ↵ smf-2013-06-084-272/+277
| | | | everything to act as a PC. A copy of the VIA VT83C461 datasheet would be useful to remove some of the hacks added to make the games using it work again. [smf]
* added save state to a few recently modernized devices. nw. Fabio Priuli2013-06-082-0/+23
|
* moved handlers into the ide_controller_device (nw) smf-2013-06-063-69/+49
|
* make machine part optionals, update tiny.mak and ldplayer.mak, still need to ↵ Miodrag Milanovic2013-06-061-171/+1260
| | | | clear usages in mame.mak and mess.mak (nw)
* moved where cur_drive is updated & changed pcmcia trampoline definition to ↵ smf-2013-06-052-5/+13
| | | | 16 bit. (nw)
* ins8250: set thre only if tx fifo is cleared and unset received data ↵ cracyc2013-06-051-2/+4
| | | | available if rx fifo is cleared (nw)
* firebeat: split midi keyboard to separate device [Carl] cracyc2013-06-054-453/+2
| | | pc16552d: kill it (nw)
* Merge the mame and mess ide hd device (nw) smf-2013-06-054-88/+16
|
* Started to split ide hd from ide controller [smf] smf-2013-06-055-508/+504
|
* trying to fix linking on linux (nw) Miodrag Milanovic2013-06-051-1/+0
|
* upd765: clear seek irq before new seek (nw) cracyc2013-06-041-0/+2
| | | upd71071: fix off by one (nw)
* rolled back set_led_status change and fixed build (nw) Miodrag Milanovic2013-06-041-5/+0
|
* made video devices build optional and set proper build rules per target (nw) Miodrag Milanovic2013-06-041-2/+2
|
* (MESS) modernized AY-3-1015 device. [Fabio Priuli] Fabio Priuli2013-06-042-451/+452
|
* Moved video and machine part of emu in separate mak files and libraries (nw) Miodrag Milanovic2013-06-041-0/+199
|
* upd765: set st0_filled only if not accessing data. mahlemiut2013-06-041-1/+3
|
* ins8250: add pc16552d (nw) cracyc2013-06-032-7/+40
|
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-032-432/+413
|
* (MESS) superslv: Fixed regression. (nw) Curt Coder2013-06-021-21/+39
|
* microtch: convert to devcb2 (nw) cracyc2013-06-023-60/+41
| | | | | meritm: convert to use ns16550 (nw) -- Only remaining user of pc16552d.c is firebeat.c.
* Split rf5c296 and ata flash functionality from taitogn.c into their own ↵ smf-2013-06-026-16/+278
| | | | devices. The pccard slot has had to revert to use memory handlers instead of device maps for the moment [smf]
* added protection against multiple includes (nw) smf-2013-06-022-0/+14
|
* finished modernizing the mb3883 (nw) smf-2013-06-022-59/+12
|
* renamed for consistency (nw) smf-2013-06-012-40/+40
|
* Changed the pccard slot over to use a device map (nw) smf-2013-06-013-6/+16
|
* Created a PCCARD slot and Linear Flash Card for System 573. Uses bankdev.c ↵ smf-2013-06-014-0/+377
| | | | for banking the onboard flash chips and the pccard slots. This adds an extra two calls to the memory system & intelfsh.c already called the memory system for accessing the data. [smf]
* modernized the MM58274C RTC device. [Fabio Priuli] Fabio Priuli2013-06-012-419/+379
|
* removed redundant comment as it has been fixed (nw) smf-2013-06-011-1/+1
|
* Fixed clipping of device address maps if the size of the map caused the end ↵ smf-2013-05-312-0/+160
| | | | address to wrap. Added a proof of concept implementation of a address map bank device, which allows you to bank memory maps. Hooked it up to Taito GNET as an example [smf]
* remove unused at28c16_interface (nw) smf-2013-05-311-9/+1
|
* modernized the MB14241 and MathBox devices. [Osso] Fabio Priuli2013-05-313-78/+35
|
* nevermind this yet Michaël Banaan Ananas2013-05-302-10/+7
|
* i8251: Improved interface. (nw) Curt Coder2013-05-301-0/+3
|
* modernized the RP5H01 device [Osso] Fabio Priuli2013-05-302-160/+100
|
* 8237dma: convert its remaining users and kill it (nw) cracyc2013-05-302-889/+0
| | | | -- The apollo and bebox both boot but might need more thorough testing.
* blub Michaël Banaan Ananas2013-05-291-1/+1
|
* Added support for machine config fragments that are applied when the cart is ↵ smf-2013-05-292-48/+31
| | | | loaded, converted NCR 53C7xx to devcb2 as an example [smf]
* small update Michaël Banaan Ananas2013-05-291-1/+7
|
* removed adc083x_interface (nw) smf-2013-05-292-51/+21
|
* Moved default card config, device inputs and clock off the slot interface so ↵ smf-2013-05-294-11/+11
| | | | they can be specified for all cards [smf]
* tms6100: modernized theTMS6100 and M58819 devices. [Osso] Fabio Priuli2013-05-292-186/+110
|
* added new 7200 FIFO chip device Michaël Banaan Ananas2013-05-292-0/+267
|
* (mess) qx10kbd: update to use z80dart (nw) cracyc2013-05-281-0/+6
|
* z80dart: Cleanup. (nw) Curt Coder2013-05-282-99/+100
|
* z80dart: Refactored z80dart_channel to implement device_serial_interface. (nw) Curt Coder2013-05-282-404/+206
|
* z80dart: Refactored dart_channel to be of device_t kin. (nw) Curt Coder2013-05-282-520/+624
|
* (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy ↵ Curt Coder2013-05-272-2/+11
| | | | part. (nw)
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-274-594/+225
|
* let's skip the extension when choosing the nvram folder name based on software Fabio Priuli2013-05-251-1/+1
|