summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/beta.c
Commit message (Collapse)AuthorAgeFilesLines
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-3/+3
|
* - BetaDisk fixed (there was just needed to start floppy motor ;) [MetalliC] Miodrag Milanovic2014-03-281-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) Miodrag Milanovic2014-03-181-14/+13
|
* more cleanup (nw) Miodrag Milanovic2014-03-161-12/+8
|
* Modernized beta disk device. Still needs updating to modern fdc.(nw) Ivan Vangelista2014-01-081-137/+80
|
* small DEVICE_RESET cleanups (nw) Oliver Stöneberg2013-08-031-9/+0
|
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-0/+1
|
* Expanded device_t constructor with parameters for short name and source file ↵ Miodrag Milanovic2013-03-261-12/+1
| | | | location [Miodrag Milanovic]
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-46/+44
|
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
| | | | we can allocate objects of the real type.
* Memory handler normalization, part 1. Aaron Giles2012-09-171-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. Aaron Giles2012-09-151-2/+1
|
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-30/+0
|
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+59
|
* Removed zero sized inline_config (no whatsnew) Miodrag Milanovic2012-08-301-1/+0
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+362