Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all devices into separate part of src tree (nw) | 2015-09-13 | 1 | -656/+0 | |
| | |||||
* | amiga: use memarray for chip RAM and regular array for custom registers ↵ | 2014-10-19 | 1 | -2/+2 | |
| | | | | (instead of shared_ptr for both) [Alex Jackson] | ||||
* | Cleanups and version bump | 2014-07-22 | 1 | -6/+6 | |
| | |||||
* | first batch of passing attotime as const reference instead of copy - where ↵ | 2014-07-02 | 1 | -8/+8 | |
| | | | | possible (nw) | ||||
* | amigafdc: Add writing [O. Galibert] | 2014-05-16 | 1 | -64/+205 | |
| | | | | | | | Formatting a floppy under a600 gets memory corruption then a guru meditation when reaching the point the system tries to write the directory structure. The fdc itself does not seem to be involved. I'd suspect the blitter, which afaik is used for the mfm expansion of the sector data. | ||||
* | Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of | 2014-05-13 | 1 | -4/+3 | |
| | | | | work still to do. All basic Amiga models are now supported to varying degrees. | ||||
* | 6526cia: devcb2 temporarily until mos6526 works with amiga. (nw) | 2014-03-25 | 1 | -4/+6 | |
| | | | amigafdc: devcb2. (nw) | ||||
* | (MESS) CIA cleanup. (nw) | 2014-03-22 | 1 | -1/+0 | |
| | |||||
* | Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ | 2014-02-09 | 1 | -2/+2 | |
| | | | | buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf] | ||||
* | Added license tags to a few more files. Also converted many of OG's | 2013-10-16 | 1 | -33/+2 | |
| | | | | | BSD licenses to tags since when he copied & pasted them he forgot to remove one instance of my name, which I caught while searching. ;-) | ||||
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) | 2013-06-21 | 1 | -1/+1 | |
| | |||||
* | start to modernize (nw) | 2013-04-05 | 1 | -4/+7 | |
| | |||||
* | fixed uninitialized variable in src/emu/machine/amigafdc.c (nw) | 2013-02-16 | 1 | -0/+1 | |
| | |||||
* | Log DSKDAT / DSKDATR | 2013-01-02 | 1 | -3/+2 | |
| | |||||
* | AMIGAFDC: Added ADKCONR hook-up, fixes at least sound in Ocean's Beach Volley | 2013-01-02 | 1 | -0/+5 | |
| | |||||
* | Added preliminary artwork LEDs for Commodore Amiga (open to suggestions), nw | 2012-11-29 | 1 | -0/+1 | |
| | |||||
* | sed1310: Cleanup. (nw) | 2012-11-22 | 1 | -9/+3 | |
| | | | | | | (MESS) bw2: Fixed memory mapping. (nw) (MESS) msm6255: Refactored to use device_memory_interface. (nw) (MESS) floppy: Added macros for declaring modern floppy formats. The generic floppy formats (D88/DFI/IMD/IPF/MFI/MFM) are now automatically supported in each driver using the modern floppy code. [Curt Coder] | ||||
* | change to subdevice for amiga_fdc (nw) | 2012-10-12 | 1 | -2/+2 | |
| | |||||
* | Unified floppy tags on other drivers as well (no whatsnew) | 2012-10-12 | 1 | -1/+1 | |
| | |||||
* | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it. | ||||
* | Memory handler normalization, part 2. Change legacy | 2012-09-17 | 1 | -2/+2 | |
| | | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles] | ||||
* | added missing \n to some more fatalerror() calls (no whatsnew) | 2012-09-08 | 1 | -1/+1 | |
| | |||||
* | remived some redundant assignments (also fixes uninitialized array in ↵ | 2012-08-11 | 1 | -1/+0 | |
| | | | | karnov) (no whatsnew) | ||||
* | fixed several Visual Studio compiler warnings and 64-bit libflac compilation ↵ | 2012-02-29 | 1 | -1/+1 | |
| | | | | by Firewave, and idectrl change from Carl (no whatsnew) | ||||
* | Sync with MESS (no whatsnew) | 2012-01-25 | 1 | -0/+33 | |
| | |||||
* | mess sync (nw) | 2012-01-07 | 1 | -1/+2 | |
| | |||||
* | Clean-ups and version bumpmame0144u1 | 2011-11-27 | 1 | -1/+1 | |
| | |||||
* | Sync with MESS, also placed back sdlmain change since it proved working on ↵ | 2011-11-22 | 1 | -21/+43 | |
| | | | | BSD (no whatsnew) | ||||
* | Clean-ups and version bumpmame0144 | 2011-11-13 | 1 | -1/+1 | |
| | |||||
* | Sync with MESS, OG work credited there (no whatsnew) | 2011-11-11 | 1 | -1/+1 | |
| | |||||
* | Sync with MESS, OG work, credited there (no whatsnew) | 2011-11-09 | 1 | -12/+46 | |
| | |||||
* | amigafdc: Upgrade [O. Galibert] | 2011-11-01 | 1 | -0/+454 | |
| | |||||
* | placeholders | 2011-11-01 | 1 | -0/+0 | |