diff options
| author | 2026-03-24 13:12:36 +0100 | |
|---|---|---|
| committer | 2026-03-24 13:12:56 +0100 | |
| commit | f97a8a76ee1c8aafbc974a77af0bc16c8036312c (patch) | |
| tree | e889f99a572cdd1495985ffae16cc651646a8303 /src | |
| parent | 1caeebf068f3d78265c339875d7ee04132e1f708 (diff) | |
misc: toodle-oo TOOD typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/devices/bus/gio64/newport.cpp | 2 | ||||
| -rw-r--r-- | src/devices/bus/snes/sa1.cpp | 4 | ||||
| -rw-r--r-- | src/devices/machine/saa1043.cpp | 2 | ||||
| -rw-r--r-- | src/devices/sound/lc78836m.cpp | 2 | ||||
| -rw-r--r-- | src/devices/video/mb88303.cpp | 2 | ||||
| -rw-r--r-- | src/mame/facit/f4431_kbd.cpp | 2 | ||||
| -rw-r--r-- | src/mame/liberty/freedom220_kbd.cpp | 2 | ||||
| -rw-r--r-- | src/mame/nintendo/nes_vt_soc.cpp | 2 | ||||
| -rw-r--r-- | src/mame/skeleton/digilog_kbd.cpp | 2 | ||||
| -rw-r--r-- | src/mame/sony/taitogn.cpp | 2 | ||||
| -rw-r--r-- | src/tools/imgtool/modules/os9.cpp | 2 |
11 files changed, 12 insertions, 12 deletions
diff --git a/src/devices/bus/gio64/newport.cpp b/src/devices/bus/gio64/newport.cpp index 9a644c89c6c..bbad1ef1b41 100644 --- a/src/devices/bus/gio64/newport.cpp +++ b/src/devices/bus/gio64/newport.cpp @@ -1706,7 +1706,7 @@ void newport_base_device::vrint_w(int state) } } -// TOOD: Figure out a better way of doing this +// TODO: Figure out a better way of doing this void newport_base_device::update_screen_size(int state) { const int x_start = m_vc2->readout_x0(); diff --git a/src/devices/bus/snes/sa1.cpp b/src/devices/bus/snes/sa1.cpp index 65ff3d5b251..aff0d468c91 100644 --- a/src/devices/bus/snes/sa1.cpp +++ b/src/devices/bus/snes/sa1.cpp @@ -1264,7 +1264,7 @@ u8 sns_sa1_device::sa1_hi_r(offs_t offset) else return sa1_rom_r(offset | 0x800000); - return 0xff; // TOOD: Maybe open bus. Check if same as the main system or different (currently not accessible from carts anyway). + return 0xff; // TODO: Maybe open bus. Check if same as the main system or different (currently not accessible from carts anyway). } else return sa1_rom_r(offset | 0xc00000); @@ -1320,7 +1320,7 @@ u8 sns_sa1_device::sa1_lo_r(offs_t offset) return rom_r(offset); } - return 0xff; // TOOD: Maybe open bus. Check if same as the main system or different (currently not accessible from carts anyway). + return 0xff; // TODO: Maybe open bus. Check if same as the main system or different (currently not accessible from carts anyway). } else if (offset < 0x500000) return sa1_bwram_r(offset & 0xfffff, false); // SA-1 BWRAM (not mirrored above) diff --git a/src/devices/machine/saa1043.cpp b/src/devices/machine/saa1043.cpp index 099041209a8..b39b1609ea9 100644 --- a/src/devices/machine/saa1043.cpp +++ b/src/devices/machine/saa1043.cpp @@ -4,7 +4,7 @@ Philips SAA1043 Universal Sync Generator - TOOD: + TODO: - Everything. ***********************************************************************/ diff --git a/src/devices/sound/lc78836m.cpp b/src/devices/sound/lc78836m.cpp index de84351e218..75a320bec88 100644 --- a/src/devices/sound/lc78836m.cpp +++ b/src/devices/sound/lc78836m.cpp @@ -19,7 +19,7 @@ DGND 12 |___________| 13 INITB - TOOD: + TODO: - INITB, DN aren't implemented - Filters aren't implemented diff --git a/src/devices/video/mb88303.cpp b/src/devices/video/mb88303.cpp index 98688bf26d8..0eafd1d5958 100644 --- a/src/devices/video/mb88303.cpp +++ b/src/devices/video/mb88303.cpp @@ -4,7 +4,7 @@ Fujitsu MB88303 NMOS Television Display Controller (TVDC) emulation - TOOD: + TODO: - Character-size registers. - Proper hsync/vsync emulation. - Blinking. diff --git a/src/mame/facit/f4431_kbd.cpp b/src/mame/facit/f4431_kbd.cpp index 7917794e620..f15e222fbbd 100644 --- a/src/mame/facit/f4431_kbd.cpp +++ b/src/mame/facit/f4431_kbd.cpp @@ -4,7 +4,7 @@ Facit F4431 keyboard - TOOD: + TODO: - Speaker sounds weird - Verify country codes diff --git a/src/mame/liberty/freedom220_kbd.cpp b/src/mame/liberty/freedom220_kbd.cpp index 8697c30e116..e4f03ebb9a5 100644 --- a/src/mame/liberty/freedom220_kbd.cpp +++ b/src/mame/liberty/freedom220_kbd.cpp @@ -12,7 +12,7 @@ - UA555TC - Speaker - TOOD: + TODO: - "Funct" key - Speaker frequency diff --git a/src/mame/nintendo/nes_vt_soc.cpp b/src/mame/nintendo/nes_vt_soc.cpp index 7dedbc9e415..c5bb72cb444 100644 --- a/src/mame/nintendo/nes_vt_soc.cpp +++ b/src/mame/nintendo/nes_vt_soc.cpp @@ -351,7 +351,7 @@ void nes_vt02_vt03_soc_device::scrambled_410x_w(u16 offset, u8 data) m_410x[0x2] = data; // value doesn't matter? m_timer_val = m_410x[0x1]; - // HACK for some one line errors in various games and completely broken rasters in msifrog, TOOD: find real source of issue (bad timing of interrupt or counter changes, or latching of data?) + // HACK for some one line errors in various games and completely broken rasters in msifrog, TODO: find real source of issue (bad timing of interrupt or counter changes, or latching of data?) if (m_use_raster_timing_hack) if (m_ppu->in_vblanking()) m_timer_val--; diff --git a/src/mame/skeleton/digilog_kbd.cpp b/src/mame/skeleton/digilog_kbd.cpp index 87d2199e484..149bace32dd 100644 --- a/src/mame/skeleton/digilog_kbd.cpp +++ b/src/mame/skeleton/digilog_kbd.cpp @@ -9,7 +9,7 @@ Manufactured 1983 by Maxi-Switch Co. / Maxikey - TOOD: + TODO: - Shift Lock and Caps Lock - Unknown keys - LED artwork diff --git a/src/mame/sony/taitogn.cpp b/src/mame/sony/taitogn.cpp index 419c65276df..bbba67b506e 100644 --- a/src/mame/sony/taitogn.cpp +++ b/src/mame/sony/taitogn.cpp @@ -778,7 +778,7 @@ protected: template<unsigned N> uint16_t trackball() { - // TOOD: figure out how each game balances the controls + // TODO: figure out how each game balances the controls m_trackball[N] += ((uint8_t(m_handle[N]->read()) - 0x80) * (N ? -193 : 256)) / 256; return m_trackball[N]; } diff --git a/src/tools/imgtool/modules/os9.cpp b/src/tools/imgtool/modules/os9.cpp index 97fdcb9e209..1c9f3a822ab 100644 --- a/src/tools/imgtool/modules/os9.cpp +++ b/src/tools/imgtool/modules/os9.cpp @@ -829,7 +829,7 @@ static imgtoolerr_t os9_diskimage_create(imgtool::image &img, imgtool::stream::p header[0x1F] = 1 + allocation_bitmap_lsns; header[0x20] = 0xAE; header[0x3F] = 1 + allocation_bitmap_lsns; - err = (imgtoolerr_t)floppy_write_sector(imgtool_floppy(img), 0, 0, first_sector_id + 2 + allocation_bitmap_lsns, 0, &header[0], sector_bytes, 0); /* TOOD: pass ddam argument from imgtool */ + err = (imgtoolerr_t)floppy_write_sector(imgtool_floppy(img), 0, 0, first_sector_id + 2 + allocation_bitmap_lsns, 0, &header[0], sector_bytes, 0); /* TODO: pass ddam argument from imgtool */ if (err) goto done; |
