summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* License tags. (nw) Sandro Ronco2013-10-261-0/+2
|
* fixes for building with Visual Studio 2013 RTM [smf] smf-2013-10-193-6/+6
|
* Marking some of my core files (nw) Miodrag Milanovic2013-10-162-0/+4
|
* fixed unnecessary checks of unsigned variable and endless loop/array ↵ Oliver Stöneberg2013-09-161-2/+4
| | | | out-of-bounds access in src/mess/tools/imgtool/modules/bml3.c (nw)
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+0
|
* imgtool/modules/bml3: fix uninitialized variable reported by gcc 4.4.7 [Lord ↵ Jonathan Gevaryahu2013-07-081-1/+1
| | | | Nightmare]
* (MESS)bml3: Add stub variants bml3mk2 (for MB-6891) and bml3mk5 [jedwidz] Miodrag Milanovic2013-07-046-0/+1117
| | | | | | | | | | | | | | | (for MB-6892). For now these behave the same as bml3 (MB-6890). Refactor disk controllers and kanji ROM as slot devices. This allows switching between MP-1802 and MP-1805 disk controllers. MP-1805 disk controller now works. Kanji ROM now works. Keyboard scanning in 'counter disabled' mode now works. imgtool: Add bml3 driver, supporting both single-density (MP-1805 controller) and double-density (MP-1802 controller) disks in D88 format. mc6843: Work around floppy_get_device() not finding drives attached to a slot device.Store all 8 bits in CTAR current track register, rather than excluding bit 7 (needed for bml3 MP-1805 boot)
* output of new srcclean changes that are relatively small [smf] smf-2013-01-113-17/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1135-3233/+3225
|
* removed some unnecessary checks (nw) Oliver Stöneberg2012-12-261-1/+1
|
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remaining TODO list: - take WP into account - test the amstrad, implement its observational format (edsk) using pasti as a start. Or find the legendary amstrad IPFs. Or both. - correct read track, the implementation is completely wrong. See previous for testing, it's only used in protections the check the inter-sector gaps. - shake and bake on the amstrad, protections are the best to find bugs in a fdc - add the scan id commands, but nothing seems to use them - debug the 2.88M formatting which is unreliable. Fix its IDAM/DAM gap size on formatting too (but that's not what's making it unreliable) - test all the systems that were hit, and fix what needs to be fixed. Beware that multiple problems may happen: - upd765 may be wrong - the driver may not be working - the hookup may be wrong/incomplete (bitrate selection and floppy rpm in particular) - the driver may be too limited for the new implementation (the x68k dma device does not handle non-instant dma yet for instance) - report invalid command when appropriate depending on the actual chip emulated - add the russian clones with their real names
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-1714-104/+104
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* (MESS) builds after normalization (nw) smf-2012-09-161-225/+225
|
* (MESS) builds after normalization (nw) smf-2012-09-161-90/+92
|
* Final round of struct/union/enum normalization. Aaron Giles2012-09-1611-206/+204
|
* Enum and union normalization. Aaron Giles2012-09-1612-37/+37
|
* Pass 2 of struct modernization. Aaron Giles2012-09-152-14/+14
|
* First pass at modernizing struct definitions. Aaron Giles2012-09-1510-68/+34
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-2148-0/+38601