Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (MESS) Added a hack to stop stereo covox from crashing due to startup ↵ | 2014-04-19 | 1 | -1/+1 | ||
| | | | | ordering issue. (nw) | |||||
* | Small typo fix. Doesn't fix covox_stereo regression. (nw) | 2014-04-19 | 1 | -2/+2 | ||
| | ||||||
* | tms9928a_device: converted to devcb2 (nw) | 2014-04-17 | 1 | -7/+3 | ||
| | ||||||
* | nubus_device: converted to devcb2 (nw) | 2014-04-17 | 2 | -67/+60 | ||
| | ||||||
* | converted z80_sti to devcb2. nw. | 2014-04-17 | 1 | -16/+6 | ||
| | ||||||
* | converted i8255 to devcb2. nw. | 2014-04-17 | 8 | -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) | 2014-04-17 | 4 | -105/+64 | ||
| | ||||||
* | Removed commented line I forgot (nw) | 2014-04-16 | 1 | -2/+0 | ||
| | ||||||
* | kcexp_slot_device: converted to devcb2 (nw) | 2014-04-16 | 3 | -70/+81 | ||
| | ||||||
* | bml3bus_device: converted to devcb2 (nw) | 2014-04-16 | 2 | -54/+36 | ||
| | ||||||
* | pc_kbdc_device: converted to devcb2 (nw) | 2014-04-16 | 3 | -50/+21 | ||
| | ||||||
* | Moved eminline and related files into /src/osd since it's system related (nw) | 2014-04-16 | 9 | -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 ↵ | 2014-04-16 | 28 | -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 ↵ | 2014-04-16 | 3 | -1/+5 | ||
| | | | | DIP switches (nw) | |||||
* | Removed leftover code (nw) | 2014-04-16 | 1 | -24/+0 | ||
| | ||||||
* | tvcexp_slot_device: converted to devcb2 (nw) | 2014-04-15 | 2 | -44/+18 | ||
| | ||||||
* | cpc_expansion_slot_device: converted to devcb2 (nw) | 2014-04-15 | 5 | -94/+61 | ||
| | ||||||
* | x68k_expansion_slot_device: converted to devcb2 (nw) | 2014-04-15 | 2 | -56/+33 | ||
| | ||||||
* | iq151cart_slot_device: converted to devcb2 (nw) | 2014-04-15 | 2 | -49/+43 | ||
| | ||||||
* | z88cart_slot_device: converted to devcb2 (nw) | 2014-04-15 | 2 | -33/+12 | ||
| | ||||||
* | bitbanger_device: converted to devcb2 (nw) | 2014-04-15 | 1 | -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) | 2014-04-15 | 4 | -214/+182 | ||
| | ||||||
* | (mess) ser_mouse: make msft mouse work again (nw) | 2014-04-15 | 1 | -3/+1 | ||
| | ||||||
* | no need for including assert.h since overload is in emucore.h that we ↵ | 2014-04-15 | 1 | -1/+0 | ||
| | | | | already include with emu.h(nw) | |||||
* | tpi6525_device: converted to devcb2 (nw) | 2014-04-14 | 3 | -62/+30 | ||
| | ||||||
* | SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are ↵ | 2014-04-14 | 34 | -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 ↵ | 2014-04-14 | 2 | -26/+43 | ||
| | | | | rate. Updated documentation. This fixes a regression with MESS 'binbug' driver. | |||||
* | smc92x4: updated to use inline configs. nw. | 2014-04-14 | 1 | -6/+2 | ||
| | ||||||
* | mm58274c: updated to use inline configs. nw. | 2014-04-14 | 2 | -21/+12 | ||
| | ||||||
* | (MESS) sms: added support for Furrtek's multitap adapter (supported | 2014-04-13 | 9 | -5/+223 | ||
| | | | by BOoM homebrew game). [Enik Land] | |||||
* | (MESS) Apple II: implemented cycle-exact Disk II floppy controller using the ↵ | 2014-04-12 | 3 | -0/+182 | ||
| | | | | modern floppy subsystem. [O. Galibert, R. Belmont] | |||||
* | Oric 1: Spring cleaning [O. Galibert] | 2014-04-12 | 7 | -0/+567 | ||
| | | | | Putting back the apple2 disk2 in the Pravetz 8D will wait until the next generation one is finalized. | |||||
* | placeholders | 2014-04-12 | 6 | -0/+0 | ||
| | ||||||
* | printer_image_device: converted to devcb2 (nw) | 2014-04-11 | 2 | -10/+3 | ||
| | ||||||
* | midiin_device: converted to devcb2 (nw) | 2014-04-11 | 1 | -6/+2 | ||
| | ||||||
* | crtc_ega: updated to use devcb2, inline configs and delegates. nw. | 2014-04-09 | 2 | -59/+57 | ||
| | ||||||
* | generic_keyboard_device, generic_terminal_device and teleprinter_device: ↵ | 2014-04-09 | 2 | -15/+4 | ||
| | | | | converted to devcb2 (nw) | |||||
* | dp8390_device: converted to devcb2 (nw) | 2014-04-09 | 5 | -44/+24 | ||
| | ||||||
* | wd11c00_17_device: converted to devcb2 (nw) | 2014-04-09 | 1 | -17/+10 | ||
| | ||||||
* | g1_device: converted to devcb2 (nw) | 2014-04-09 | 2 | -96/+97 | ||
| | ||||||
* | (MESS) nuked a few more auto_allocs, using dynamic_arrays instead. nw. | 2014-04-09 | 4 | -16/+16 | ||
| | ||||||
* | (MESS) pce_slot.c: nuked some auto_allocs, using dynamic_buffer instead. nw. | 2014-04-09 | 6 | -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. | 2014-04-09 | 3 | -79/+49 | ||
| | ||||||
* | wd2010_device: converted to devcb2 (nw) | 2014-04-08 | 2 | -42/+16 | ||
| | ||||||
* | Missing file (nw) | 2014-04-08 | 1 | -7/+3 | ||
| | ||||||
* | (MESS) removed an unused interface from NES carts. nw. | 2014-04-08 | 2 | -14/+2 | ||
| | ||||||
* | at_keybc.c: converted to devcb2 (nw) | 2014-04-07 | 1 | -11/+6 | ||
| | ||||||
* | fixed startup order issue introduced in r28777 [smf] | 2014-04-07 | 1 | -1/+1 | ||
| | ||||||
* | Cleanups and version bumpmame0153 | 2014-04-07 | 99 | -445/+430 | ||
| | ||||||
* | added hack for startup order issues (nw) | 2014-04-06 | 2 | -3/+29 | ||
| |