summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus
Commit message (Collapse)AuthorAgeFilesLines
...
* (MESS) Added a hack to stop stereo covox from crashing due to startup ↵ smf-2014-04-191-1/+1
| | | | ordering issue. (nw)
* Small typo fix. Doesn't fix covox_stereo regression. (nw) Ivan Vangelista2014-04-191-2/+2
|
* tms9928a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-7/+3
|
* nubus_device: converted to devcb2 (nw) Ivan Vangelista2014-04-172-67/+60
|
* converted z80_sti to devcb2. nw. Fabio Priuli2014-04-171-16/+6
|
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-178-139/+52
| | | | | p.s. I tested several games/systems and I triple checked the diff to be sure I did not make any copy and paste mistake in the 195 files touched by this, but let me know if any system suddenly stops working!
* a2bus_device and a2eauxslot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-174-105/+64
|
* Removed commented line I forgot (nw) Ivan Vangelista2014-04-161-2/+0
|
* kcexp_slot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-163-70/+81
|
* bml3bus_device: converted to devcb2 (nw) Ivan Vangelista2014-04-162-54/+36
|
* pc_kbdc_device: converted to devcb2 (nw) Ivan Vangelista2014-04-163-50/+21
|
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-169-27/+27
| | | | | | | | Moved delegates into /src/lib/util to enable usage of delegates in other project parts Moved mame_printf_* calls into /src/osd/osdcore.c and renamed them to osd_printf_* Changed mess.mak to display compilation of ymmu100.ppm nicely
* Added serial printer, renamed centronics printer to match. Standardised the ↵ smf-2014-04-1628-339/+585
| | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf]
* MESS: Added SCSI ID configuration to sa1403d as it's HLE'd but adds it's own ↵ smf-2014-04-163-1/+5
| | | | DIP switches (nw)
* Removed leftover code (nw) Ivan Vangelista2014-04-161-24/+0
|
* tvcexp_slot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-152-44/+18
|
* cpc_expansion_slot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-155-94/+61
|
* x68k_expansion_slot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-152-56/+33
|
* iq151cart_slot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-152-49/+43
|
* z88cart_slot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-152-33/+12
|
* bitbanger_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-9/+5
| | | | Loading coco doesn't crash, but someone familiar with the system should test it. Thanks!
* isa8_device and isa16_device: converted to devcb2 (nw) Ivan Vangelista2014-04-154-214/+182
|
* (mess) ser_mouse: make msft mouse work again (nw) cracyc2014-04-151-3/+1
|
* no need for including assert.h since overload is in emucore.h that we ↵ Miodrag Milanovic2014-04-151-1/+0
| | | | already include with emu.h(nw)
* tpi6525_device: converted to devcb2 (nw) Ivan Vangelista2014-04-143-62/+30
|
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are ↵ smf-2014-04-1434-248/+2168
| | | | separate so you can for example have -harddisk1 as ID 6 and -harddisk 2 as ID 5. The HLE'd CD & HD have configuration switches to set the ID, real emulated hardware will specify the ID using it's own method. [smf]
* (MESS) Serial Keyboard : If clock is specified, it becomes the initial baud ↵ Robbbert2014-04-142-26/+43
| | | | rate. Updated documentation. This fixes a regression with MESS 'binbug' driver.
* smc92x4: updated to use inline configs. nw. Fabio Priuli2014-04-141-6/+2
|
* mm58274c: updated to use inline configs. nw. Fabio Priuli2014-04-142-21/+12
|
* (MESS) sms: added support for Furrtek's multitap adapter (supported Fabio Priuli2014-04-139-5/+223
| | | by BOoM homebrew game). [Enik Land]
* (MESS) Apple II: implemented cycle-exact Disk II floppy controller using the ↵ R. Belmont2014-04-123-0/+182
| | | | modern floppy subsystem. [O. Galibert, R. Belmont]
* Oric 1: Spring cleaning [O. Galibert] Olivier Galibert2014-04-127-0/+567
| | | | Putting back the apple2 disk2 in the Pravetz 8D will wait until the next generation one is finalized.
* placeholders Olivier Galibert2014-04-126-0/+0
|
* printer_image_device: converted to devcb2 (nw) Ivan Vangelista2014-04-112-10/+3
|
* midiin_device: converted to devcb2 (nw) Ivan Vangelista2014-04-111-6/+2
|
* crtc_ega: updated to use devcb2, inline configs and delegates. nw. Fabio Priuli2014-04-092-59/+57
|
* generic_keyboard_device, generic_terminal_device and teleprinter_device: ↵ Ivan Vangelista2014-04-092-15/+4
| | | | converted to devcb2 (nw)
* dp8390_device: converted to devcb2 (nw) Ivan Vangelista2014-04-095-44/+24
|
* wd11c00_17_device: converted to devcb2 (nw) Ivan Vangelista2014-04-091-17/+10
|
* g1_device: converted to devcb2 (nw) Ivan Vangelista2014-04-092-96/+97
|
* (MESS) nuked a few more auto_allocs, using dynamic_arrays instead. nw. Fabio Priuli2014-04-094-16/+16
|
* (MESS) pce_slot.c: nuked some auto_allocs, using dynamic_buffer instead. nw. Fabio Priuli2014-04-096-68/+52
| | | (MESS) sega8_slot.c: nuked some auto_allocs, using dynamic_buffer instead. nw.
* (MESS) snes_slot.c: nuked some auto_allocs, using dynamic_buffer instead. nw. Fabio Priuli2014-04-093-79/+49
|
* wd2010_device: converted to devcb2 (nw) Ivan Vangelista2014-04-082-42/+16
|
* Missing file (nw) Ivan Vangelista2014-04-081-7/+3
|
* (MESS) removed an unused interface from NES carts. nw. Fabio Priuli2014-04-082-14/+2
|
* at_keybc.c: converted to devcb2 (nw) Ivan Vangelista2014-04-071-11/+6
|
* fixed startup order issue introduced in r28777 [smf] smf-2014-04-071-1/+1
|
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-0799-445/+430
|
* added hack for startup order issues (nw) smf-2014-04-062-3/+29
|