| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
added (#12767)
|
|
|
|
|
|
|
|
| |
- imagedev/floppy.cpp: Add 3-inch double-sided quad-density format
- oric_microdsk: Add DSQD drives to configuration and enable one by default
- amstrad/pcw.cpp: Upgrade all configurations using double-sided drives to quad density
- bbc_ams3: Make drives single-density since 8271 controller doesn't support MFM
- oric_dsk: Don't blindly trust the number of tracks and sides to be valid
|
|
|
|
|
| |
* floppy.cpp: Use standard drives for hard-sectored systems
* fix typo
|
|
|
|
| |
single-sided drives
|
|
|
|
|
|
|
| |
Gallager's patches.
Removal of the flux screen experiment.
Removal of the unused get_pos().
|
|
|
|
|
|
|
| |
igspgmcrypt.cpp: Fixed a recently-introduced Endianness issue.
sega/dsbz80.cpp: Don't leak the MPEG audio decoder.
sega/dsbz80.cpp: Don't initialise the sample buffer on construction - it happens on reset anyway.
formats/fs_coco_os9.cpp: Use lowercase for hexadecimal literals.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* sony_news.xml: Added proper compatibility flags for different
generations.
* cpu/pic16x8x: This is very much a derivative work.
* cpu/tms32025.cpp: Allow stack push/pop to be inlined.
* tecmo/bombjack.cpp: Avoid needing to remove and replace devices in
machine configuration.
* Various other cleanup.
|
|
|
|
|
|
| |
With this change, all the SSDD disks from hpmuseum can be read,
and the size of the disk matches. While at it, also fix a typo.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
|
|
|
|
|
|
|
|
|
|
| |
debug) so it can be shown in release builds.
* Also use logmacro.h for compile-time configurable logging.
-util/ioprocs.cpp: Added assertion to write_at equivalent to the one in write.
* Checks for invalid results from underlying write call.
* Also more const.
|
|
|
|
|
|
|
|
| |
-util/ioprocs.cpp: Reverted gross hack.
-osd/windows: Ensure WM_MOUSE* to WM_POINTER* event translation is always disabled.
-tecmo/gaiden.cpp: Call base device_post_load(), use logmacro.h.
|
|
|
|
| |
error. Fixes lock-up writing to a write-protected image. [R. Belmont, Peter Ferrie]
|
| |
|
| |
|
|
|
|
|
| |
* olympia/dday.cpp: Correctly size the inappropriately named "color RAM".
* util/cdrom.cpp, formats/fs_fat.cpp: More const, less copying.
|
|
|
|
|
|
|
|
| |
* Fixed titles.
* Added details from cartridge labels.
* Added track list for Hi-kara user cartridge.
-formats/fs_cbmdos.cpp: More const
|
| |
|
|
|
|
|
| |
* lib/formats/fs_cbmdos.cpp: Fix display of all directory entries.
* Give the magic number a name.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
CD-ROMs, indexes, and track flags (#12201)
* util/cdrom: Refactoring
* util/cdrom: Read all indexes from cue files
* util/cdrom: Read in track flags from cues
* util/cdrom: Multisession support for cues
* machine/t10mmc: Playback from current head, other misc cleanup
* machine/t10mmc: Implement T10MMC_CMD_MECHANISM_STATUS
* machine/t10mmc: Implement TOC_FORMAT_FULL_TOC, TOC_FORMAT_SESSIONS, and return proper indexes for T10MMC_CMD_READ_SUB_CHANNEL
|
| |
|
|
|
|
|
|
|
| |
(#12180)
* Fixed the PARATA netlist and removed the SOUND_INCOMPLETE tag
* Putting stop_palla and calcio netlists behind FRONTIER
* Put all sublists behind a temp FRONTIER
|
|
|
|
| |
overridden virtual member functions.
|
|
|
|
|
|
| |
controller card. (#12254)
* ussr/uknc.cpp: Added second CPU and corrected CPU clocks.
* bus/qbus: Added UKNC KMD floppy controller card device.
|
|
|
|
| |
-formats/wavfile.cpp: Fixed a class memory access warning.
|
| |
|
| |
|
|
|
|
| |
igor: lcd battery segment is unused
|
|
|
|
|
| |
cdrom_file::parse_metadata. (#12219)
Fixes issues with fields that are not explicitly assigned in all situation.
|
|
|
|
| |
certain GCC versions.
|
|
|
|
| |
* Add structure checks in identify
* Use less strong FIFID flags
|
|
|
|
|
| |
cassette images in FLAC format. (#12115)
util/flac.cpp: Implemented seek/tell callbacks for FLAC library.
|
|
|
|
| |
-netlist/nl_create_mame_solvers.sh: Updated for (not-so-)new source layout.
|
|
|
|
|
| |
(#12147)
Marked as imperfect sound for now due to lack of a suitable JFET model for the PARATA function generator.
|
|
|
|
|
|
|
|
|
|
| |
#12081). (#12087)
This should greatly improve data integrity when creating and extracting GD-ROM images.
* util/cdrom.cpp: Refactored parse_cue to handle GD-ROMs.
* util/cdrom.cpp: Don't discard any data from GD-ROM cue/bin input including pre-gap data.
* tools/chdman.cpp: Fixed splitframes handling.
* tools/chdman.cpp: Added warning when extracting GD-ROM CHDs to cue/bin format.
|
|
|
|
| |
util::crc32_creator
|
| |
|
|\ |
|
| |
| |
| | |
Fixes issues exposed when reading LaserDisc CHDs.
|
|/
|
|
|
| |
emu/diimage.h: Removed fread overloads that allocate memory for output.
util/core_file.cpp: Changed output size of load to size_t.
|
|
|
|
|
|
| |
writing. (#12057)
* In some cases, bits would be dropped when writing if there wasn't enough space in the buffer.
* Fixes bad hunk maps being written to CHD files and incorrect hunk map data being read.
|
|
|
|
|
|
|
|
|
| |
reading and writing. (#12057)"
This reverts commit 69c3cd7daba9e8dd130af167c27ecd8b4131074f.
This causes CHD SHA1 digests to change. Either it's buggy, or CHD SHA1
digests depend on the representation rather than the data itself.
|
|
|
|
|
|
| |
writing. (#12057)
* In some cases, bits would be dropped when writing if there wasn't enough space in the buffer.
* Fixes bad hunk maps being written to CHD files and incorrect hunk map data being read.
|
|
|
|
|
|
| |
* Removed unnecessary preprocessor line continuations from C++ code.
* Use parentheses to avoid need for line continuations in expressions in Python code.
* Removed line continuations at the end of lists in makefiles.
* cpu/m68000: Regenerated C++ source files.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New working software list items (h88_cass.xml)
------------------------
BUG-8 02.05.00 [Society of Eight-Bit Heathkit Computerists]
BUG-8 02.06.00 [Society of Eight-Bit Heathkit Computerists]
Extended Benton Harbor Basic 10.05.00 [Society of Eight-Bit Heathkit Computerists]
Extended Benton Harbor Basic 10.05.01 [Society of Eight-Bit Heathkit Computerists]
Extended Benton Harbor Basic 10.06.00 [Society of Eight-Bit Heathkit Computerists]
Heath H8 Assembler 04.05.00 [Society of Eight-Bit Heathkit Computerists]
Heath H8 Assembler 04.06.00 [Society of Eight-Bit Heathkit Computerists]
Heath/Wintek H8 Editor 03.05.00 [Society of Eight-Bit Heathkit Computerists]
Heath/Wintek H8 Editor 03.06.00 [Society of Eight-Bit Heathkit Computerists]
|
|
|
|
| |
makefile. (#12028)
|
|
|
|
| |
#12023). (#12040)
|