Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernized access for legacy floppy, quite straight forward thing (nw) | 2014-04-02 | 1 | -3/+3 | |
| | |||||
* | - BetaDisk fixed (there was just needed to start floppy motor ;) [MetalliC] | 2014-03-28 | 1 | -4/+14 | |
| | | | | | | | | | | | | | - Pentagon: fixed 7FFD port addressing; CPU clock fixed; adjusted VBLANK IRQ timing (border effects works fine now); - Scorpion: fixed ports addressing; both machines marked as working. Notes: - there are still issues with BetaDisk - for unk reason wrong commands passed to WD17xx (imho ROM switching works somehow wrong), but anyway with write protected disk images it works more-less fine - files from disks loaded OK; - Pentagon1024 randomly crashes then selecting "GLUK BOOT", maybe also coz of rom switching. | ||||
* | legacy wd17xx is now also a modern device (nw) | 2014-03-18 | 1 | -14/+13 | |
| | |||||
* | more cleanup (nw) | 2014-03-16 | 1 | -12/+8 | |
| | |||||
* | Modernized beta disk device. Still needs updating to modern fdc.(nw) | 2014-01-08 | 1 | -137/+80 | |
| | |||||
* | small DEVICE_RESET cleanups (nw) | 2013-08-03 | 1 | -9/+0 | |
| | |||||
* | devlegcy.h usage cleanup (nw) | 2013-07-10 | 1 | -0/+1 | |
| | |||||
* | Expanded device_t constructor with parameters for short name and source file ↵ | 2013-03-26 | 1 | -12/+1 | |
| | | | | location [Miodrag Milanovic] | ||||
* | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -1/+0 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -46/+44 | |
| | |||||
* | Stop allocating arrays of UINT8s for the tokens, when | 2012-09-18 | 1 | -1/+1 | |
| | | | | we can allocate objects of the real type. | ||||
* | Memory handler normalization, part 1. | 2012-09-17 | 1 | -8/+8 | |
| | | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles] | ||||
* | First pass at modernizing struct definitions. | 2012-09-15 | 1 | -2/+1 | |
| | |||||
* | Cleanup and some inheritance fixes (no whatsnew) | 2012-09-03 | 1 | -30/+0 | |
| | |||||
* | conversion of legacy devices into modern wip (no whatsnew) | 2012-09-03 | 1 | -2/+59 | |
| | |||||
* | Removed zero sized inline_config (no whatsnew) | 2012-08-30 | 1 | -1/+0 | |
| | |||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+362 | |