summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fs_coco_rsdos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/fs_coco_rsdos.h')
-rw-r--r--src/lib/formats/fs_coco_rsdos.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/lib/formats/fs_coco_rsdos.h b/src/lib/formats/fs_coco_rsdos.h
index e02a5a831f4..6d7623c59c2 100644
--- a/src/lib/formats/fs_coco_rsdos.h
+++ b/src/lib/formats/fs_coco_rsdos.h
@@ -2,9 +2,9 @@
// copyright-holders:Nathan Woods
/***************************************************************************
- fs_coco_rsdos.h
+ fs_coco_rsdos.h
- Management of CoCo "RS-DOS" floppy images
+ Management of CoCo "RS-DOS" floppy images
***************************************************************************/
@@ -56,20 +56,20 @@ private:
struct rsdos_dirent
{
- char m_filename[11];
- u8 m_filetype;
- u8 m_asciiflag;
- u8 m_first_granule;
- u8 m_last_sector_bytes_msb;
- u8 m_last_sector_bytes_lsb;
+ char m_filename[11];
+ u8 m_filetype;
+ u8 m_asciiflag;
+ u8 m_first_granule;
+ u8 m_last_sector_bytes_msb;
+ u8 m_last_sector_bytes_lsb;
};
struct rsdos_dirent_sector
{
struct
{
- rsdos_dirent m_dirent;
- u8 m_unused[16];
+ rsdos_dirent m_dirent;
+ u8 m_unused[16];
} m_entries[4];
};
@@ -79,10 +79,10 @@ private:
bool next(u8 &granule, u16 &byte_count);
private:
- fsblk_t::block_t m_granule_map;
- std::optional<u8> m_current_granule;
- u8 m_maximum_granules;
- u16 m_last_sector_bytes;
+ fsblk_t::block_t m_granule_map;
+ std::optional<u8> m_current_granule;
+ u8 m_maximum_granules;
+ u16 m_last_sector_bytes;
};
class file : public ifile_t {
@@ -96,8 +96,8 @@ private:
virtual std::vector<u8> read_all() override;
private:
- impl & m_fs;
- rsdos_dirent m_dirent;
+ impl & m_fs;
+ rsdos_dirent m_dirent;
};
impl(fsblk_t &blockdev);
ere sudden... Vas Crabb2018-06-081-10/+10 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16 * mario.cpp: Replace MCFG_CPU_VBLANK_INT with MCFG_SCREEN_VBLANK_CALLBACK (nw) AJR2018-03-281-4/+5 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-34/+37 * (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+6 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3 * Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-48/+48 * Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-48/+48 * mario.cpp: verified marioo as revision G, identified the unknown PROM as the ... Ivan Vangelista2017-12-131-48/+48 * mario.cpp: identified marioj as Revision C [Corrado Tomaselli] Ivan Vangelista2017-08-161-5/+5 * Note this too (nw) AJR2017-07-301-1/+1 * mario: Add coin counters and 74LS259 AJR2017-07-301-15/+25 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6 * Self-registering devices prep: Vas Crabb2017-02-271-1/+3 * ambush: Rewrite driver. Dirk Best2017-02-181-294/+2 * more gen_latch (nw) Ivan Vangelista2016-06-071-1/+1 * Reorder port definitions in mario to make more sense. Westley M. Martinez2016-05-311-12/+7 * Fix DIP switch bonus life descriptions for marioe & marioo. Westley M. Martinez2016-05-311-20/+26 * Correct bonus life DIP switch descriptions for Mario Bros. revision F. Westley M. Martinez2016-05-301-3/+3 * Fix typo: uknown → unknown Jordi Mallach2016-03-311-1/+1 * nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-4/+4 * clang-modernize part 4 Miodrag Milanovic2015-12-041-4/+4