Oliver Stöneberg
2d3b6aece1
some dynamic_buffer/dynamic_array usage cleanups (nw)
2014-03-29 19:40:53 +00:00
Oliver Stöneberg
eaf446ebc4
converted some malloc()/free() usage to dynamic_array/dynamic_buffer (nw)
2014-03-29 13:19:42 +00:00
Oliver Stöneberg
06ab983049
converted some more global_alloc_array() usage to dynamic_array/dynamic_buffer (nw)
2014-03-29 12:36:11 +00:00
Olivier Galibert
536dd63920
floppy: splice-related fixes [O. Galibert]
2014-03-26 14:16:43 +00:00
Oliver Stöneberg
6bd1f0b658
osd_* -> global_* compilation fixes (nw)
2014-03-24 22:16:44 +00:00
Oliver Stöneberg
7a135e058a
do not use osd_malloc/osd_free in non-OSD code (nw)
2014-03-24 21:56:16 +00:00
Oliver Stöneberg
1907b48643
and more global_free() -> global_free_array()(nw)
2014-03-17 17:15:03 +00:00
cracyc
ff808d1af4
i8089: channel priorities [Carl]
...
i8251: fix rx (nw)
z80dart: fix rx (nw)
imd_dsk: fix free array crash (nw)
(mess) isbc_215g: hdd seeks (nw)
2014-03-12 21:43:05 +00:00
Aaron Giles
4ea9df02a1
Moved core template container classes up from emutempl.h to coretmpl.h:
...
[Aaron Giles]
* these classes now no longer take a resource_pool; everything is
managed globally -- this means that objects added to lists must be
allocated with global_alloc
* added new auto_pointer<> template which wraps a pointer and auto-frees
it upon destruction; it also defaults to NULL so it doesn't need to
be explicitly initialized
* moved tagged_list template to tagmap.h
Redo of the low-level memory tracking system: [Aaron Giles]
* moved low-level tracking out of emu\emualloc into lib\util\corealloc
so it can be shared among all components and used by core libraries
* global_alloc and friends no longer use a resource pool to track
allocations; turns out this was a wholly redundant system that wasted
a lot of memory
* removed global_resource_pool entirely
* added global_free_array to delete arrays allocated with
global_alloc_array
* added tracking of object versus array allocation; we will now error
if you use global_free on an array, or global_free_array on an object
Added new utility helper const_string_pool which can be used to
efficiently accumulate strings that are not intended to be modified.
Used by updated makelist and software list code. [Aaron Giles]
Updated png2bdc and makelist tools to not leak memory and use more modern
techniques (no more MAX_DRIVERS in makelist, for example). [Aaron Giles]
Deprecated auto_strdup and removed all uses by way of caller-managed
astrings and the software list rewrite. [Aaron Giles]
Rewrote software list management: [Aaron Giles]
* removed the notion of a software_list that is separate from a
software_list_device; they are one and the same now
* moved several functions into device_image_interface since they really
didn't belong in the core software list class
* lots of simplification as a result of the above changes
Additional notes (no whatsnew):
Moved definition of FPTR to osdcomm.h.
Some changes happened in the OSD code to fix issues, especially regarding
freeing arrays. SDL folks may need to fix up some of these.
The following devices still are using tokens and should be modernized
(I found them because they kept their token as void * and tried to
delete it, which you can't):
namco_52xx_device (mame/audio/namco52.c)
namco_54xx_device (mame/audio/namco54.c)
namco_06xx_device (mame/machine/namco06.c)
namco_50xx_device (mame/machine/namco50.c)
namco_51xx_device (mame/machine/namco51.c)
namco_53xx_device (mame/machine/namco53.c)
voodoo_device (emu/video/voodoo.c)
mos6581_device (emu/sound/mos6581.c)
aica_device (emu/sound/aica.c)
scsp_device (emu/sound/scsp.c)
dmadac_sound_device (emu/sound/dmadac.c)
s3c2440_device (emu/machine/s3c2440.c)
wd1770_device (emu/machine/wd17xx.c)
latch8_device (emu/machine/latch8.c)
duart68681_device (emu/machine/68681.c)
s3c2400_device (emu/machine/s3c2400.c)
s3c2410_device (emu/machine/s3c2410.c)
strataflash_device (mess/machine/strata.c)
hd63450_device (mess/machine/hd63450.c)
tap_990_device (mess/machine/ti99/990_tap.c)
omti8621_device (mess/machine/omti8621.c)
vdt911_device (mess/video/911_vdt.c)
apollo_graphics_15i (mess/video/apollo.c)
asr733_device (mess/video/733_asr.c)
2014-03-11 15:54:58 +00:00
Robbbert
eaa9538d9f
(MESS) applix : corrected file-ext of disks
2014-03-10 10:55:45 +00:00
Michael Zapf
aa7f94d246
(MESS) Floppy modernization, part 2.
2014-03-09 23:04:16 +00:00
Michael Zapf
4415ff8329
Moved sbyte_mfm_r out of private area to make it accessible to format
...
implementations. (nw)
2014-03-09 22:58:11 +00:00
Robbbert
174b7aa57e
(MESS) SOL20 : added partial support for SVT format (used in Solace emulator) [Robbbert]
2014-03-04 11:57:46 +00:00
Curt Coder
57dafc93ed
Fixed memory leak. (nw)
2014-03-03 07:24:39 +00:00
Robbbert
f273d09bd5
(MESS) microbee : added support for TAP and BEE formats (used in ubee512 emulator) [Robbbert]
2014-02-27 13:01:33 +00:00
Robbbert
c828d34891
(MESS) sorcerer : added .TAPE cassette format [Robbbert]
2014-02-23 11:11:58 +00:00
Curt Coder
c79f7b250e
(MESS) pc: Added support for Microsoft DMF 1.68MB disk images. [Curt Coder]
2014-02-18 21:31:34 +00:00
Curt Coder
23a704c620
(MESS) Cleanup. (nw)
2014-02-18 21:30:53 +00:00
Curt Coder
2e7bf618a5
(MESS) pc: Added support for NASLite 1.72MB disk images. [Curt Coder]
2014-02-18 21:30:36 +00:00
Robbbert
32c2989411
(MESS) spc1000 : Connected Play button. Added notes.
2014-02-17 04:02:09 +00:00
Robbbert
6a57b6378f
(MESS) spc1000 : added TAP cassette format [Robbbert]
2014-02-16 15:15:05 +00:00
Robbbert
f5aa9dc35d
(MESS) apf : added notes
2014-02-14 11:03:06 +00:00
Curt Coder
d71e453b40
g64_dsk: Added bit cell size detection on save. (nw)
2014-02-13 22:48:20 +00:00
Michael Zapf
77f48db87e
(MESS) Minor changes to tifdc; added 360K MFM format to ti99_dsk. (nw)
2014-02-13 16:20:00 +00:00
Robbbert
2bf72dad44
(MESS) apf : added back APT format once again.
...
Note that many APT files are actually APW format (still to be done).
2014-02-13 13:28:28 +00:00
Robbbert
c164e73a4b
(MESS) apf : added support for CAS and CPF cassettes [Robbbert]
...
removed APT support for the moment, it could not have ever worked.
2014-02-13 12:20:48 +00:00
Curt Coder
8dd7482652
(MESS) c64: Floppy WIP. (nw)
2014-02-12 22:05:12 +00:00
Olivier Galibert
be15b0b477
Formats detected with size only should not have a confidence higher than 50 (nw)
2014-02-12 17:59:45 +00:00
Michael Zapf
fb9183eb2c
(MESS) Changing to new floppy implementation, part 1.
2014-02-12 12:41:40 +00:00
Michael Zapf
c9be000d5c
Allow to overwrite find_size and customize offset computation.
2014-02-12 12:39:03 +00:00
Michael Zapf
40c1c87b73
Fixed sector extract for FM recording.
2014-02-12 11:58:29 +00:00
Curt Coder
d04e52ebcc
(MESS) pet: Floppy WIP. (nw)
2014-02-06 16:34:50 +00:00
Curt Coder
657b3018c2
(MESS) c64: Floppy WIP. (nw)
2014-02-04 15:32:09 +00:00
Robbbert
06b8402d65
(MESS) phc25 : a very small note
2014-02-04 13:08:37 +00:00
Curt Coder
1f68cb9336
Cleanup. (nw)
2014-02-03 23:00:04 +00:00
Curt Coder
8ee25c659a
nw
2014-02-03 16:09:18 +00:00
Curt Coder
b10cef380b
(MESS) Refactored the Commodore 1541/1551/1571/2031 disk drives to use the modern floppy system. [Curt Coder]
2014-02-03 15:59:54 +00:00
Robbbert
fb05c87a0d
(MESS) phc25 : can load .phc cassettes
2014-02-02 13:19:58 +00:00
Curt Coder
88cb180618
(MESS) d64_dsk: Fixed memory leak. (nw)
2014-01-24 10:16:53 +00:00
Curt Coder
c2158d2c10
(MESS) g64_dsk: Skip unformatted tracks. (nw)
2014-01-22 20:57:56 +00:00
Curt Coder
92f475be80
Fixed build. (nw)
2014-01-21 22:28:05 +00:00
Curt Coder
e04ec2a3dd
(MESS) g64_dsk: Fixed modern image loading. (nw)
2014-01-21 21:32:41 +00:00
Curt Coder
3076acd9b8
(MESS) compclr2: Added read-only support for Compucolor Virtual Floppy Disk Images. [Curt Coder]
2014-01-18 22:06:40 +00:00
Curt Coder
ff99d1fa0c
(MESS) compclr2: Video and floppy WIP. (nw)
2014-01-17 15:50:22 +00:00
Curt Coder
6cb839c2c5
diserial: Added framing error detection. [Curt Coder]
...
(MESS) compclr2: Floppy WIP. (nw)
2014-01-16 21:36:35 +00:00
Curt Coder
b7f7a73994
(MESS) compclr2: Floppy WIP. (nw)
2014-01-16 14:51:17 +00:00
Curt Coder
1310c56964
(MESS) compclr2: Emulated the keyboard and floppy WIP. (nw)
...
(MESS) dai: Updated to use new TMS5501. (nw)
tms5501: Rewrote the emulation to use devcb2 and diserial. [Curt Coder]
flopimg: Added preliminary support for the 8-N-1 serial encoding scheme used on Compucolor II floppies. [Curt Coder]
2014-01-15 17:10:28 +00:00
Curt Coder
e49e89bebd
(MESS) d64_dsk: Fixed number of tracks. (nw)
2014-01-15 15:21:22 +00:00
Michael Zapf
7fa1432265
Prevent clock bit to be deleted after CRC in FM. [Michael Zapf]
2014-01-05 16:25:21 +00:00
Miodrag Milanovic
ca546caa6e
Cleanups and version bump
2013-12-24 07:24:51 +00:00
Curt Coder
79471e5725
(MESS) bw12: Verified disk gap. (nw)
2013-12-20 16:01:39 +00:00
R. Belmont
32689882b2
(MESS) itt3030: start adding to the skeleton. [rfka01, R. Belmont]
2013-12-06 02:35:55 +00:00
Curt Coder
8c65ed2cd2
wd_fdc: Set CRC error bit if CRC error found during Read Address command. Tiki 100 determines whether the disk is in FM or MFM format by checking this. [Curt Coder]
...
(MESS) tiki100: Fixed CPU clock and floppy interface. [Curt Coder]
2013-11-19 19:10:00 +00:00
Curt Coder
3b210bda1f
(MESS) Floppy WIP. (nw)
2013-11-18 22:29:55 +00:00
Curt Coder
0d99a0d583
(MESS) tiki100: Floppy WIP. (nw)
2013-11-18 19:33:05 +00:00
Curt Coder
070a83ecff
(MESS) abc800: Fixed gap sizes. (nw)
2013-11-18 19:32:15 +00:00
Curt Coder
be0a79c499
(MESS) c1581: Verified gap sizes. (nw)
2013-11-18 19:31:53 +00:00
Curt Coder
3677fc1652
(MESS) adam: Added a second floppy drive and verified 160KB floppy image gap sizes. [Curt Coder]
...
(MESS) adam_flop.xml: Added disk utilities. [Curt Coder]
2013-11-18 19:31:27 +00:00
Curt Coder
2be8287d4f
(MESS) abc800: Fixed 80KB floppy cell size. (nw)
2013-11-17 21:41:05 +00:00
Curt Coder
2899f32419
(MESS) abc800: Fixed formatting on the ABC 830/832/834/838 floppy drives. [Curt Coder]
2013-11-17 11:47:56 +00:00
Curt Coder
a8449c0c4b
(MESS) abc800: Added support for raw 80KB and 160KB disk images. [Curt Coder]
2013-11-16 22:49:28 +00:00
Curt Coder
befe35436b
(MESS) abc800: Added support for raw 1MB 8" disk images. [Curt Coder]
2013-11-16 22:19:38 +00:00
Curt Coder
b63b1b54ae
(MESS) abc800: Added support for raw 640KB disk images. [Curt Coder]
...
(MESS) abc800: Fixed fast controller Z80 daisy chain, formatting a disk works now except for a not ready status after the last track. (nw)
2013-11-16 12:06:23 +00:00
Sandro Ronco
1a4b917d7e
License tags. (nw)
2013-10-26 19:53:18 +00:00
Curt Coder
0b91c21b36
(MESS) Moved a bunch of buses under emu/bus. (nw)
2013-10-22 15:44:27 +00:00
Curt Coder
846c70bee9
License tags. (nw)
2013-10-16 13:38:21 +00:00
Aaron Giles
71fbb5edc2
Added license tags to a few more files. Also converted many of OG's
...
BSD licenses to tags since when he copied & pasted them he forgot to
remove one instance of my name, which I caught while searching. ;-)
2013-10-16 09:38:09 +00:00
Aaron Giles
5d0ce54f9e
Bulk convert files that already had standard BSD license in my name
...
to new license tagged form.
2013-10-16 08:14:49 +00:00
cracyc
98652587d8
dim_dsk: add modern support [Carl]
...
x68k: make floppies work again [Carl]
hd63450: make it easier for external drq support (nw)
---
esq5505 is the only other user of the hd63450, needs to be tested
2013-10-14 17:44:51 +00:00
Miodrag Milanovic
96aa5e1c08
Cleanups and version bump
2013-09-17 06:47:03 +00:00
Curt Coder
a2381079c4
(MESS) c128: Added support for double-sided Commodore GCR images to be used with the 1571 disk drive. Images can be created with e.g. "copy /b side0.g64+side1.g64 disk.g71" [Curt Coder]
2013-09-16 19:00:45 +00:00
Oliver Stöneberg
1db1801a5b
removed useless unsigned variable checks in src/lib/formats/ap_dsk35.c (nw)
2013-09-16 15:15:51 +00:00
cracyc
f1ab5c69a6
(mess) support raw compis images (nw)
2013-08-21 13:40:43 +00:00
Angelo Salese
3310807d59
.hdm -> another raw image format, used by add_ssil so far
2013-08-07 21:43:56 +00:00
Angelo Salese
cf0c9f4215
Correct disk geometry for PC-98 raw images
2013-08-07 21:34:10 +00:00
Angelo Salese
6f47f6617f
Added raw formats for PC-98
2013-08-07 21:15:15 +00:00
cracyc
254d025c68
td0_dsk:fix null sector case (nw)
2013-08-01 02:26:36 +00:00
Robbbert
11ce91cc22
fixed memory leak (thx to OG for the fix)
2013-07-31 08:25:53 +00:00
Robbbert
baaa4f2029
(MESS) kaypro : Added back the DSK format (still doesn't work!)
2013-07-29 10:15:21 +00:00
Michaël Banaan Ananas
7680a24bb9
fix compile
2013-07-17 05:18:23 +00:00
Scott Stone
9f04a5f77f
Some emu.h related redundant #include cleanup (nw)
2013-07-17 04:37:56 +00:00
R. Belmont
bd549978c5
Initial support for Fedora 19 / GCC 4.8.1 [R. Belmont]
2013-07-08 23:32:47 +00:00
Robbbert
66b55f3344
(MESS) mbee : changed gaps
2013-07-06 11:01:42 +00:00
Robbbert
9b897a698b
(MESS) mbee : converted to modern fdc, still doesn't work though. (nw)
2013-07-05 11:16:08 +00:00
smf-
2e9622ecdb
Fixes for building MAME with Visual Studio 2013 preview [smf]
2013-07-05 00:45:14 +00:00
Miodrag Milanovic
1953d6cf08
(MESS)-bml3: split into three variants (bml3, bml3a and bml3b) according to floppy disk support. Only bml3a (5.25" disk) is considered working. [jedwidz]
...
-m6809: Initially setting S with a 'TFR *,S' evidently should enable NMI [jedwidz]
-mc6845: Add rudimentary support for 'interlace and video' mode [jedwidz]
2013-06-19 13:23:20 +00:00
Miodrag Milanovic
16f5234d43
Cleanups and version bump
2013-06-11 07:16:42 +00:00
Curt Coder
d8571d9f57
(MESS) ep64: Modernized the Enterprise 64/128 driver. [Curt Coder]
2013-06-06 14:00:58 +00:00
Miodrag Milanovic
05eb4a0916
(MESS) bml3.c [jedwidz]
...
- improved keyboard
- improved video
- disk support
2013-06-05 08:50:19 +00:00
mahlemiut
6fdd2c264b
dsk_dsk: Fixed incorrect sector size bug preventing standard DSK images from working. [Barry Rodewald]
2013-06-04 12:14:07 +00:00
Robbbert
97e4fd9c6d
(MESS) Applix: Added floppy disk drives
2013-05-29 09:34:06 +00:00
cracyc
c108d5258c
td0_dsk: make sure header magic is same case and include cell calc from OG (nw)
2013-05-23 18:41:35 +00:00
cracyc
01b7c1543f
td0_dsk: be more permissive of disk types (nw)
2013-05-23 14:46:52 +00:00
cracyc
e697bb3278
td0_dsk: add new floppy system support for teledisk [Carl]
...
---
Lots of conflicting info out there, need more samples (8", fm)
2013-05-23 12:44:45 +00:00
smf-
b03bfd4df2
Ignore unformatted tracks in dsk files [smf]
2013-05-21 21:13:32 +00:00
cracyc
bb174ce847
(mess) pc: fix font for asst128 (nw)
...
asst128_dsk: add support for asst128 ssqd 360K disks (nw)
--
Added a new format class for asst128 floppies because the 360K SSQD disk format conflicts with the standard 360K DSDD type. The Assistant 128 BIOS translates disk commands so 360K DSDD disks boot fine though.
2013-05-11 17:49:37 +00:00
Wilbert Pol
4f30e2928a
(MESS) csw_cas.c: Fixed CSW header detection regression. [Wilbert Pol]
2013-04-26 18:07:22 +00:00
Wilbert Pol
25f17d7394
Formatting (nw)
2013-04-26 17:54:55 +00:00
Olivier Galibert
4f95ed2170
dsk: mwahahaha (nw)
2013-04-16 11:45:40 +00:00
cracyc
5ee7683519
upd765_dsk: don't crash when inserting a disk after removing a different size one (nw)
...
winsocket, winptty: don't use osd_free on pointer allocated with malloc (nw)
2013-04-15 02:10:49 +00:00
Olivier Galibert
1b1d090f52
imd: Stop being so anal-retentive, it's counterproductive [O. Galibert]
2013-03-26 19:13:41 +00:00
Oliver Stöneberg
0817d64c5f
set proper cassette image loading error / removed unused CASSETTE_ERROR_INVALIDARG (nw)
2013-02-12 18:53:20 +00:00
Miodrag Milanovic
a440a8e020
Cleanups and version bump
2013-02-11 07:44:56 +00:00
Olivier Galibert
1ac400963a
flopimg: When generating a pc layout, don't write the gap3 after the last sector [O. Galibert]
2013-02-09 10:35:45 +00:00
Curt Coder
9dec2793ff
(MESS) tiki100: Fixed 90K floppy format. (nw)
2013-01-24 15:07:26 +00:00
Olivier Galibert
e30560322d
dsk_dsk: Header size obvious fix [O. Galibert]
2013-01-20 08:55:14 +00:00
Curt Coder
f02a94e4ac
Fixed MSVC compile. (nw)
2013-01-17 20:08:59 +00:00
Curt Coder
ffe3325258
(MESS) d64/g64 floppy modernization WIP. (nw)
2013-01-17 15:32:52 +00:00
Curt Coder
4c924e2a63
(MESS) Fixed typos. (nw)
2013-01-14 18:27:19 +00:00
Curt Coder
cf41f05d4b
(MESS) flopimg: Added support for Commodore GCR encoding. [Curt Coder]
...
(MESS) d64/g64 floppy modernization WIP. (nw)
2013-01-14 16:27:52 +00:00
Curt Coder
fd500d6410
(MESS) Refactored the Commodore 1581 floppy disk drive to use the modern floppy system. Supports read-only access to D81 images. [Curt Coder]
...
wd_fdc: Controller remains busy until the last DRQ has been served, and the sector register can now be written more than once. [Curt Coder]
2013-01-12 13:51:35 +00:00
smf-
1940866c70
output of new srcclean changes that are relatively small [smf]
2013-01-11 19:43:14 +00:00
Miodrag Milanovic
0e19f641d3
Cleanups and version bump
2013-01-11 07:32:46 +00:00
Curt Coder
1568a656f8
(MESS) bw12, xerox820, wangpc: Fixed floppy. [Curt Coder]
2013-01-09 17:56:14 +00:00
Fabio Priuli
8cc9070d27
lviv: added support for multipart tapes (lv0, lv1, etc. extensions) [Fabio Priuli]
...
softlists: added preliminary softlists to Apogee, Bashkiria-2M, BK-0010, Galaksija, Korvet, Lviv, Mikrosha, Ondra ViLi, Orao,
Orion-128/OrionPro, Partner-01.01, Pecom64, Pyldin-601, Radio-86RK, Specialist/Specialist MX and UT-88. [Fabio Priuli]
After 0.148 I will clean up the file descriptions, but it's good to have these documented at last :-)
Loading instructions are already present at projectMESS and will be in next sysinfo update.
2013-01-09 17:20:18 +00:00
Curt Coder
e29bf515c4
Added FM encoding support to upd765_dsk. [Curt Coder]
...
(MESS) bw2: Fixed floppy loading. [Curt Coder]
2013-01-08 17:57:56 +00:00
Curt Coder
cc35a4ed7d
flopimg: FM WIP (nw)
2013-01-07 20:51:34 +00:00
Curt Coder
15604c6fc1
Added FM encoding support to flopimg and wd17xx_dsk. [Curt Coder]
2013-01-07 18:23:45 +00:00
Oliver Stöneberg
670a36cbcd
fixed some cppcheck warnings about format identifiers and duplicated enum (nw)
2013-01-06 19:14:29 +00:00
Olivier Galibert
23936afefc
flopimg: Avoid avoidable leaks [O. Galibert]
2013-01-03 12:41:48 +00:00
Olivier Galibert
82191eb25f
floppy: Correctly reach files inside zips or softlists [O. Galibert]
2013-01-02 11:24:18 +00:00
David Haywood
d58eef5b12
there are 81 track adf files out there, actually I think there can be anything from 1 track to 82 tracks, but we'll cross that bridge when we come to it etc.)
2012-12-31 15:23:16 +00:00
Olivier Galibert
b368d0f478
(mess) dsk: (minimally) complete the dsk support [O. Galibert]
2012-12-28 11:13:31 +00:00
Oliver Stöneberg
f13190914e
removed some unnecessary checks (nw)
2012-12-26 13:03:22 +00:00
mahlemiut
99e942486c
(MESS) fm7: Adjusted cassette sample rate. Fixes Pac-man.
2012-12-20 01:07:38 +00:00
Miodrag Milanovic
436d2f757f
Cleanups and version bump
2012-12-17 07:22:20 +00:00
Curt Coder
e759cbccab
(MESS) c1581: Modernized floppy, WIP. (nw)
2012-12-14 17:30:42 +00:00
Miodrag Milanovic
3a55d70dbb
Made Orion use new floppy system (no whatsnew)
2012-12-14 11:43:56 +00:00
Curt Coder
8bdde8be64
(MESS) tiki100: Added floppy sector skew and fixed PSG output mode. (nw)
2012-12-13 20:05:01 +00:00
Miodrag Milanovic
bd24773b23
b2m : Set proper floppy drive type and used custom format loading (nw)
2012-12-13 16:00:08 +00:00
Miodrag Milanovic
0716e22259
Added specialist mx custom format handling (nw)
2012-12-13 12:56:38 +00:00
Curt Coder
3df0bd2be6
(MESS) sf7000: Verified floppy format gap sizes. [Curt Coder]
2012-12-10 21:51:26 +00:00
Curt Coder
2569853c94
(MESS) sf7000: Fixed floppy. [Curt Coder]
2012-12-09 22:39:14 +00:00
Olivier Galibert
9857a8770e
pc98: Add its specific almost raw fdi disk format [O. Galibert]
2012-12-04 19:18:15 +00:00
Olivier Galibert
ba39484252
placeholders
2012-12-04 19:16:53 +00:00
Olivier Galibert
e28869ccfa
wd_fdc: fm support, need to review all timings [O. Galibert]
2012-12-01 10:28:18 +00:00
Curt Coder
b23b2a1060
(MESS) bw2: Fixed floppy format and FDC clock. (nw)
2012-11-29 19:01:35 +00:00
Curt Coder
d40e28b6d1
(MESS) tiki100: Floppy modernization. (nw)
2012-11-29 19:01:03 +00:00
Curt Coder
ab2c58ca71
Added 8" DSSD floppy type, WD177x inverted bus, and fixed DSKCHG signal. (nw)
2012-11-29 18:55:10 +00:00
Curt Coder
f2dacf2813
(MESS) comx35: Floppy modernization and expansion interface cleanup. (nw)
2012-11-28 15:58:47 +00:00
Curt Coder
52e54ab3a6
(MESS) Cleanup. (nw)
2012-11-28 15:58:02 +00:00
Curt Coder
b1354d9ed4
Added some more floppy types. (nw)
2012-11-28 15:53:32 +00:00
Sandro Ronco
fc3df750cd
(MESS) Updated TVC HBF to use new floppy system. (nw)
2012-11-26 19:55:41 +00:00
R. Belmont
e28bcc6f74
(MESS) Olivetti M20: improved keyboard and floppy handling [Christian Grössler]
2012-11-23 23:01:44 +00:00
Olivier Galibert
c2b58b03b1
I'm in your floppy format, fixing stupid bugs (nw)
2012-11-20 21:32:58 +00:00
Olivier Galibert
a0c70ecb0c
pc floppies: Merge the common parts of d88/imd [O. Galibert]
2012-11-20 20:33:37 +00:00
Olivier Galibert
bd496dae19
Yes, it *is* possible to have two errors in the same line (nw)
2012-11-20 07:37:44 +00:00
Olivier Galibert
38c841bcf5
imd: Accept versions with single-digit minor [O. Galibert]
2012-11-20 07:37:39 +00:00
Olivier Galibert
31993b041a
imd_dsk: *duh* (nw)
2012-11-19 09:23:32 +00:00
Olivier Galibert
d60236970a
imd_dsk: Predict the layout size correctly [O. Galibert]
2012-11-19 07:44:51 +00:00
Michael Zapf
dbdc940411
[MESS] ti99/geneve: Now accepts a variant of the disk format which has
...
768 additional bytes at the end used as a bad sector map.
2012-11-17 14:37:02 +00:00
Olivier Galibert
132e949f7f
Thanks Al (nw)
2012-11-16 20:36:52 +00:00
Curt Coder
d9de81c2a9
(MESS) bw2: Added modern disk formats. (nw)
2012-11-16 18:37:55 +00:00
Olivier Galibert
efe49873d4
(mess) upd765: Add read fm sector support [O. Galibert]
2012-11-16 09:16:15 +00:00
Olivier Galibert
2aa1e82537
duh (nw)
2012-11-16 07:48:15 +00:00
R. Belmont
b7c23bfec1
Fix GCC 4.7 compile (nw)
2012-11-16 02:22:56 +00:00
Olivier Galibert
48d5733ec2
duh
2012-11-15 20:57:38 +00:00
Olivier Galibert
6a43e78d97
(mess) floppy: Add IMD support [O. Galibert]
2012-11-15 20:19:53 +00:00
Curt Coder
c93840e585
(MESS) adam: Added modern disk formats. (nw)
2012-11-05 19:44:19 +00:00
Curt Coder
cdc241de4f
(MESS) Fixed typo. (nw)
2012-11-05 15:32:20 +00:00
Olivier Galibert
f70e1a5a10
(mess) Add a generic wd format [O. Galibert]
2012-11-05 13:22:55 +00:00
Olivier Galibert
559bf715a1
placeholders
2012-11-05 13:22:34 +00:00
Miodrag Milanovic
6bfc7e54f9
Clean-ups and version bump
2012-10-30 07:07:38 +00:00
Sandro Ronco
e9341d47b4
Fixed memory leaks in flopimg.c (nw)
2012-10-26 17:25:10 +00:00
Miodrag Milanovic
4c72225c6e
added basic support for the loop flags in tzx [David Haywood]
2012-10-26 14:49:25 +00:00
Olivier Galibert
076063767d
(mess) d88: Reduce the gap3 size from the standard value when the data otherwise won't fit [O. Galibert]
2012-10-11 07:37:04 +00:00
Olivier Galibert
9d1aaf97ae
(mess) upd765: Modernize [O. Galibert]
...
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
2012-10-10 15:33:51 +00:00
Olivier Galibert
6323d3af12
placeholders
2012-10-10 15:31:23 +00:00
Miodrag Milanovic
e25c13f253
Clean-ups and version bump
...
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
2012-09-17 06:49:13 +00:00
Aaron Giles
1a30184903
Final round of struct/union/enum normalization.
2012-09-16 05:24:30 +00:00
Aaron Giles
cff1004165
Pass 2 of struct modernization.
2012-09-15 22:30:30 +00:00
Curt Coder
a18efa439f
(MESS) Disabled logging. (nw)
2012-09-08 09:55:33 +00:00
Curt Coder
b8a58c4cee
(MESS) c128: Added missing IEC bus. (nw)
2012-09-08 09:54:51 +00:00
Miodrag Milanovic
8dc8836863
preliminary FM support (no whatsnew)
2012-08-27 12:36:30 +00:00
Olivier Galibert
6752a99aea
floppy: Harmless intermediate commit that could help Micko (nw)
2012-08-24 22:22:41 +00:00
Olivier Galibert
41a817b9dc
Placeholders (nw)
2012-08-24 22:21:17 +00:00
Miodrag Milanovic
fdff3e28a5
(MESS) mz_cas.c: apparently, MZT is just another alias for MZF. (no whatsnew)
2012-08-21 12:43:30 +00:00
Miodrag Milanovic
f54800c1f3
Clean-ups and version bump
2012-08-20 06:39:53 +00:00
Miodrag Milanovic
1c13d14099
Sync with MESS (nw)
2012-08-20 06:06:19 +00:00
Miodrag Milanovic
a703b654ab
Sync with MESS (nw)
2012-08-17 08:15:05 +00:00
Curt Coder
71ca94b025
Sync with MESS. (nw)
2012-08-12 20:44:51 +00:00
Curt Coder
b3cb644955
Sync with MESS. (nw)
2012-08-12 20:21:35 +00:00
Oliver Stöneberg
2369bd1a61
fixed some unread variable warnings reported by clang (no whatsnew)
2012-08-09 19:44:59 +00:00
Miodrag Milanovic
851081b772
removed some not used variables (nw)
2012-08-04 15:12:02 +00:00
Miodrag Milanovic
ed9afac60c
Clean-ups and version bump
2012-07-15 09:28:52 +00:00
Miodrag Milanovic
f7a125b8ea
Sync with MESS (no whatsnew)
2012-07-07 07:38:07 +00:00
Miodrag Milanovic
3a36a15a02
Clean-ups and version bump
2012-07-02 07:06:11 +00:00
Miodrag Milanovic
f1e3bf44a7
Sync with MESS (no whatsnew)
2012-06-18 06:23:28 +00:00
Miodrag Milanovic
f9f61e103a
Clean-ups and version bump
2012-06-11 08:00:48 +00:00
R. Belmont
7a4b298c2d
Redoing the previous change the right way ;-) (nw)
2012-05-30 22:47:47 +00:00
R. Belmont
b8ce6d6c63
flopimg: support MFM formats where sector numbering starts at 0 [R. Belmont]
2012-05-30 02:21:29 +00:00
R. Belmont
42b219e6d0
Mirroring changes from MESS (nw)
2012-05-27 21:03:38 +00:00
Miodrag Milanovic
4580108461
Sync with MESS changes for cassette by S.Ronco (no whatsnew)
2012-05-23 07:22:13 +00:00
Miodrag Milanovic
407bc4b41d
Sync with MESS (no whatsnew)
2012-05-21 06:14:55 +00:00
Miodrag Milanovic
b8d2ce1b1e
Sync with MESS (nw)
2012-05-07 12:26:33 +00:00
Miodrag Milanovic
0238c610f7
Clean-ups and version bump
2012-05-07 06:57:50 +00:00
Miodrag Milanovic
36ea482ace
Sync with MESS (no whatsnew)
2012-05-03 09:16:42 +00:00
Miodrag Milanovic
86d811c58a
Sync with MESS (no whatsnew)
2012-04-27 13:08:09 +00:00
smf-
53bf34c24f
fixes for compiling with MSVC.
2012-04-24 11:58:27 +00:00
Miodrag Milanovic
e18eceb3f1
Sync with MESS (no whatsnew)
2012-04-24 07:13:24 +00:00
Angelo Salese
ded30e907e
Clean-ups and version bump
2012-04-22 14:10:44 +00:00
Miodrag Milanovic
f841751e50
Sync with MESS (no whatsnew)
2012-04-20 09:59:23 +00:00
Miodrag Milanovic
39746064c6
Sync with MESS (no whatsnew)
2012-04-16 14:20:10 +00:00
Miodrag Milanovic
70718f506e
SoftFloat changes for last CL and x07 tape format from MESS (no whatsnew)
2012-04-09 06:03:25 +00:00
Miodrag Milanovic
ef3c3aa0e3
Sync with MESS (nw)
2012-03-27 07:42:54 +00:00
Miodrag Milanovic
bef76826c9
fixed several Visual Studio compiler warnings and 64-bit libflac compilation by Firewave, and idectrl change from Carl (no whatsnew)
2012-02-29 09:13:22 +00:00
Angelo Salese
cf4b58b6f6
Clean-ups and version bump
2012-02-19 15:23:23 +00:00
Miodrag Milanovic
b891216773
Sync with MESS, floppy work by OG (no whatsnew)
2012-02-13 08:12:24 +00:00
Miodrag Milanovic
8896925b37
Sync with MAME (nw)
2012-01-31 12:24:27 +00:00
Angelo Salese
505442d0a0
Clean-ups and version bump
2012-01-29 16:34:26 +00:00
Miodrag Milanovic
64c1384e15
Sync with MESS (no whatsnew)
2012-01-25 09:52:18 +00:00
Miodrag Milanovic
9368cce90f
sync with MESS, it's just cleanup :) (nw)
2012-01-24 08:52:33 +00:00
Miodrag Milanovic
be86025142
Added DMF support in pc_dsk (no whatsnew)
2012-01-24 08:38:33 +00:00
Olivier Galibert
c8822a8937
mess sync (nw)
2012-01-23 21:49:46 +00:00
Olivier Galibert
afb7d8fb6a
floppy: Do specific UI handling [O. Galibert]
2012-01-23 21:49:30 +00:00
Angelo Salese
7b631e4c5b
Clean-ups and version bump
2012-01-15 21:40:54 +00:00
Miodrag Milanovic
6d68855cc0
sync with MESS (no whatsnew)
2012-01-15 08:41:42 +00:00
Miodrag Milanovic
b12f0240a8
Sync with MESS, OG's work credited in MESS already (no whatsnew)
2012-01-14 13:48:41 +00:00
Angelo Salese
fbd35ee85a
Cleanups and version bump
2012-01-08 14:41:35 +00:00
Olivier Galibert
5ac6d5200f
typo fix (nw)
2012-01-07 21:08:39 +00:00
Olivier Galibert
f659a7f5ff
mess sync (nw)
2012-01-07 21:03:04 +00:00
Olivier Galibert
517ae1369f
Placeholders.
2012-01-07 20:50:20 +00:00
Miodrag Milanovic
778d3f77c3
Floppy changes by OG, imported from MESS (no whatsnew)
2011-12-30 08:56:30 +00:00
Miodrag Milanovic
8b883bb7ca
Sync with MESS (no whatsnew)
2011-12-25 07:53:06 +00:00
Miodrag Milanovic
6e79bb2629
Sync with MESS all credited there (no whatsnew)
2011-12-12 14:20:12 +00:00
Fabio Priuli
57b5ee3b28
minor debugging. no whatsnew.
2011-12-04 11:16:18 +00:00
Angelo Salese
64c8ea4a99
Added 3 opcodes (sfence,fstp,fild) to the i386 processor [Samuele Zannoli]
...
Little modifications to ap2_dsk.c and gaelco3d.c/.h to compile with MSVC [Samuele Zannoli]
Added a placeholder for ohci usb controller in chihiro plus relative hack to avoid an infinite loop.
This allows chihiro to try to initialize direct3d and to use the nvidia 3d accelerator ... [Samuele Zannoli]
2011-12-02 13:24:09 +00:00
Miodrag Milanovic
b1c3a23ed4
Sync with MESS (no whatsnew)
2011-11-25 13:39:59 +00:00
Miodrag Milanovic
6aadd7d787
Sync with MESS, also placed back sdlmain change since it proved working on BSD (no whatsnew)
2011-11-22 09:07:58 +00:00
Angelo Salese
18b06709c8
Clean-ups and version bump
2011-11-13 20:35:34 +00:00
Miodrag Milanovic
47cc156fe2
Sync with MESS, OG work credited there (no whatsnew)
2011-11-11 08:40:31 +00:00
Miodrag Milanovic
c041a6eddc
Sync with MESS, OG work, credited there (no whatsnew)
2011-11-09 13:20:10 +00:00
Olivier Galibert
55e17a2bb9
ipf: Describe the remaining fields [O. Galibert, SPS]
2011-11-01 11:36:43 +00:00
Angelo Salese
0e5fb79526
clean-ups and version bump
2011-10-27 17:20:11 +00:00
Miodrag Milanovic
4403e7bdd8
Synced with MESS (no whatsnew)
2011-10-23 15:50:00 +00:00
Angelo Salese
5ee0c7d818
clean-ups and version bump
2011-10-10 21:17:54 +00:00
Miodrag Milanovic
b829e84ac6
Sync with MESS (no whatsnew)
2011-10-04 10:14:46 +00:00
Miodrag Milanovic
1bdb2cdbb5
Sync with MESS (no whatsnew)
2011-09-25 08:24:58 +00:00
Angelo Salese
cb74ddd807
Clean-ups and version bump
2011-09-20 21:10:48 +00:00
Miodrag Milanovic
d6ccb5380f
Sync with MESS, floppy work by OG, and addition of AY8914 (no whatsnew)
2011-09-19 14:32:46 +00:00
Olivier Galibert
a7a6ee9ed4
st_dsk: fix stupid bug (nw)
2011-09-07 07:29:19 +00:00
Angelo Salese
c0b3576488
Cleanups and version bump
2011-09-06 13:39:18 +00:00
Olivier Galibert
e2a6f1fee2
st_dsk: Add the easy ST formats [O. Galibert]
2011-09-03 20:51:25 +00:00
Olivier Galibert
bbef8c9063
Fixed build. (nw)
2011-09-03 20:51:18 +00:00
Olivier Galibert
19b0135c30
floppy: Change the internal format to use magnetic cells. Temporarily
...
move the full-track pll bit extraction in the amiga fdc. [O. Galibert]
2011-09-03 20:51:10 +00:00
Olivier Galibert
45ca548374
mfi: This is going to converge eventually, honest [O. Galibert]
2011-09-03 20:51:04 +00:00
Olivier Galibert
fcd0950265
mfi: Fix the format thanks to smf's help [O. Galibert]
2011-09-03 20:50:51 +00:00
Olivier Galibert
fd38e72142
floppy: Add brand-new MFI (MESS floppy image) support. [O. Galibert]
2011-09-03 20:50:44 +00:00
Olivier Galibert
bfbaefbb4e
placeholders
2011-09-03 20:33:03 +00:00
Olivier Galibert
f900b44eb0
floppy: Refactor slightly. Name, descrition, etc are now an intrinsic property of converters. [O. Galibert]
2011-08-30 10:58:21 +00:00
Angelo Salese
2811f1f8f7
Cleanups and version bump
2011-08-25 17:58:46 +00:00
Scott Stone
b6cd64c7ab
"English doesn't borrow from other languages. English follows other languages down dark alleys, knocks them over and goes through their pockets for loose grammar!"
...
Hand-checked the most popular English word misspellings and made the appropriate changes. Nearly all of the changes made were in commented areas. (no whatsnew)
2011-08-23 04:59:11 +00:00
Olivier Galibert
1a60586bc6
floppy: Add generic track data descriptors [O. Galibert]
2011-08-20 15:42:58 +00:00
Olivier Galibert
27886f2f2b
placeholders
2011-08-20 15:41:37 +00:00
Miodrag Milanovic
36d6084f93
d64_dsk - import from MESS (no whatsnew)
2011-08-19 13:44:22 +00:00
Miodrag Milanovic
86108f0836
Sync with MESS (no whatsnew)
2011-08-08 13:30:18 +00:00
Miodrag Milanovic
2760208aa4
Exidy Sorcerer image update by robbbert (no whatsnew)
2011-07-31 13:48:39 +00:00
Miodrag Milanovic
4c196a9538
Make image recognition more relaxing (no whatsnew)
2011-07-29 17:35:10 +00:00
Angelo Salese
c6e2fca80a
Cleanups and version bump
2011-07-26 22:38:10 +00:00
Miodrag Milanovic
72a4eed727
Amiga ADF disk support (no whatsnew)
2011-07-22 12:33:00 +00:00
Miodrag Milanovic
4bcdefb7e9
Floppy work WIP (no whatsnew)
2011-07-21 16:07:25 +00:00
Miodrag Milanovic
f80f96d564
New floppy image WIP (no whatsnew)
2011-07-20 17:55:14 +00:00
Miodrag Milanovic
215096c140
Renamed FLOPPY_OPTION* to LEGACY_FLOPPY_OPTION* (no whatsnew)
2011-07-20 14:43:13 +00:00
Miodrag Milanovic
70c76783e2
floppy_image to floppy_image_legacy rename (no whatsnew)
2011-07-20 09:35:15 +00:00
Miodrag Milanovic
f3a2397a09
Fix for coco_dsk by Firewave (now hatsnew)
2011-07-20 09:16:09 +00:00
Angelo Salese
e6050ace10
Cleanups and version bump
2011-06-19 19:29:25 +00:00
Miodrag Milanovic
45fa774c24
Moved rest of mess formats to lib before rewrite(no whatsnew)
2011-06-13 09:20:58 +00:00
Angelo Salese
a449c766a2
Cleanups and version bump
2011-06-05 22:35:20 +00:00
R. Belmont
52d71359e2
Last round of GCC 4.6 fixes (no whatsnew)
2011-05-30 04:13:28 +00:00
Miodrag Milanovic
5268e8a68b
Fix for unmounting not detected image files (no whatsnew)
2011-05-25 13:56:44 +00:00
Miodrag Milanovic
59ff551237
Fix for tools building (no whatsnew)
2011-05-10 12:18:09 +00:00
Angelo Salese
7878118446
Cleanups and version bump
2011-05-08 19:52:50 +00:00
Miodrag Milanovic
f7d01e8bf5
Fix issues with define of logerror (no whatsnew)
2011-05-07 10:57:23 +00:00
Miodrag Milanovic
e2a7503880
formats lib - Removed some core dependency, put back asserts and made logging mapping depend of define (no whatsnew)
2011-05-07 10:09:26 +00:00
Miodrag Milanovic
62d841c270
Moved format handling and all formats to separate library [Miodrag Milanovic]
2011-05-06 19:42:26 +00:00