summaryrefslogtreecommitdiffstats
path: root/src/lib/formats/fs_vtech.cpp
diff options
context:
space:
mode:
author npwoods <npwoods@mess.org>2022-04-11 06:54:35 -0400
committer GitHub <noreply@github.com>2022-04-11 06:54:35 -0400
commitb8758ed358e38adc40294ba39a410fe06f1b0c7c (patch)
tree329acfa0b3dc212383e243edd1aa621b823d86a0 /src/lib/formats/fs_vtech.cpp
parent9ef4774f2ee83df5ea6def9342450fad5061db23 (diff)
Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_fs vectors (#9542)
* Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_fs vectors We had two separate members in floppy_image_device (m_create_fs and m_io_fs) that contained the same data. Whether the file systems can be formatted or read can be identified by querying fs::manager_t. For this reason, it seems bad to have these separate members, the seemingly only reason to make the UI code slightly less complicated. For this reason I consolidated these two members and moved the burden of selecting which ones are creatable to the UI code.
Diffstat (limited to 'src/lib/formats/fs_vtech.cpp')
0 files changed, 0 insertions, 0 deletions