| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Start fixing OS9 disk handling
* Got it working, now need to refine and test
* Almost complete. Doing more testing...
* Tested aginst a varient of sotware. Solved bug. Cleaned up tabs.
* Turned on sector interleaving in OS9_DSK and retested.
|
|\
| |
| | |
tzx_cas.cpp: Apply 1ms pause only on data blocks
|
| |
| |
| | |
Fix MT #07296
|
| |
| |
| |
| | |
empty tracks at the end used by HFE and DSK loaders for now
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and
c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at
598cd5227223c3b04ca31f0dbc1981256d9ea3ff.
Before pushing, please check that what you're about to push is sane.
Check your local commit log and ensure there isn't anything out-of-place
before pushing to mainline. When things like this happen, it wastes
everyone's time. I really don't need this in a week when real work™ is
busting my balls and I'm behind where I want to be with preparing for
MAME release.
|
|
|
|
|
| |
This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing
changes made to 009cba4fb8102102168ef32870892438327f3705.
|
| |
|
|
|
|
|
|
| |
sided disk device
MAME crashed if user was trying to load a dsk image with more heads or tracks than disk device supports.
Now the error 'Incompatible image format' is raised.
|
|
|
|
|
|
|
|
|
| |
- 80 column card with SDX in CP/M mode.
- ROM/RAM banking fixed for CP/M, and MTX500 now correctly detected.
- Support for Type 03 and Type 07 .mfloppy images.
- Added alternate MTX2 romset (German).
- Keyboard ROM now selected in Configuration.
- Quickload .RUN files.
|
| |
|
|
|
|
| |
handle single-sided disks.
|
|
|
|
| |
This also adds an explicit type to the enum, so MSVC should be happy with this way as well.
|
|
|
|
|
|
| |
- conditionally uninitialised variables in PortAudio;
- floats passed to attotime;
- unsigned->signed enums (this one is technically still wrong)
|
|
|
|
|
|
|
|
|
|
|
|
| |
The existing disk image was replaced by a new one created from the
master disk.
dsk_dsk: Increase maximum cell count
This allows for slightly out of spec disk images to run, like Theatre
Europe on the Einstein.
[Lord Sméagol (Carl Lloyd-Parker)]
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Add per-language compiler flag options to help with exotic setups
* Get rid of a potention buffer overrun in NuBus image card
* CHAR_WIDTH and LONG_WIDTH are preprocessor macros in limits.h with glibc if __GLIBC_USE (IEC_60559_BFP_EXT) is enabled - avoid using them as names
* Make formats/upd765_dsk.h slightly safer with defualt initialisers for key format members
* Don't rely on random BSS data being zero in imagedev/floppy.cpp
|
|
|
|
| |
functions to tell to another person who spent minutes trying to find the functions, and we refer to such functions as swapping just about everywhere else in the codebase, nw
|
|\
| |
| | |
dsk_dsk.cpp: Avoid to use uninitialized booleans
|
| |
| |
| |
| | |
Fix MameTesters #07134.
Thanks to Klez for testing.
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
dsk_dsk.cpp: sectors must be read even if it contains deleted mark
|
| |
| |
| |
| |
| | |
FDC will read the data if SK bit is not set.
Fixes MameTesters bug #07081
|
| |
| |
| |
| |
| | |
- AMS 3" Microdrive Disc System
- Microware DDFS FDC (not working)
|
|/
|
|
| |
Not only when pause from block is greater than zero .
Otherwise the last pulse is not terminated properly in some cases.
|
| |
|
|
|
|
| |
happy (nw)
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
| |
----------------------------------
CMS 6502 Development System
|
|
|
|
|
|
|
|
|
| |
* Bug fix for multi-channel reads in cassette_get_samples().
Use the unused "sample_bytes" arg the same way as cassette_put_samples()
Can be used with multi-channel files now!
* Rename sample_bytes to more descriptive sample_spacing
Add some comments about sample functions and sample_spacing variable
|
|
|
|
| |
https://github.com/mamedev/mess-cvs/commit/5a0a43eb8f79cc3385d957a7da45586de6c2a989#diff-26e48bc5e5a1dc7272914d9f9cd3249d
|
| |
|
| |
|
|
|
|
| |
Ferrie, Olivier Galibert]
|
| |
|
| |
|
| |
|