diff --git a/hash/neogeo.xml b/hash/neogeo.xml index ffaf2a12ed2..3a207bf0683 100644 --- a/hash/neogeo.xml +++ b/hash/neogeo.xml @@ -401,7 +401,7 @@ - + @@ -1696,7 +1696,7 @@ - + diff --git a/hash/pc98.xml b/hash/pc98.xml index bfd6233aa06..85d736d8ed8 100644 --- a/hash/pc98.xml +++ b/hash/pc98.xml @@ -17371,7 +17371,7 @@ only have some part of Windows file and a Video driver(CLGD?). - + diff --git a/hash/svi318_cass.xml b/hash/svi318_cass.xml index d1d6a269583..43f475e9f28 100644 --- a/hash/svi318_cass.xml +++ b/hash/svi318_cass.xml @@ -351,7 +351,7 @@ Ballonies (198x) - + diff --git a/hash/vsmile_cart.xml b/hash/vsmile_cart.xml index 8d9bc62fb5a..70cf22958ff 100644 --- a/hash/vsmile_cart.xml +++ b/hash/vsmile_cart.xml @@ -256,7 +256,7 @@ Regular game cartridges +========+===================+================================================================================================+ | | 80-092180(US) | Care Bears - A Lesson in Caring | | | 80-092183(UK) | Care Bears - A Lesson in Caring | -| | 80-092184(GE) | Gluecksbarchis <- existance not proven | +| | 80-092184(GE) | Gluecksbarchis <- existence not proven | | | 80-092185(FR) | Les Bisounours - Le Monde Merveilleux des Bisounours | | XX | 80-092187(SP) | Osos Amorosos - Una Lección de Amor (92187 on PCB) | +========+===================+================================================================================================+ diff --git a/src/devices/bus/isa/s3virge.h b/src/devices/bus/isa/s3virge.h index 649910dcce8..daa7607ef0c 100644 --- a/src/devices/bus/isa/s3virge.h +++ b/src/devices/bus/isa/s3virge.h @@ -46,7 +46,7 @@ public: bool is_linear_address_active() { return s3virge.linear_address_enable; } bool is_new_mmio_active() { return s3.cr53 & 0x08; } - ibm8514a_device* get_8514() { fatalerror("s3virge requested non-existant 8514/A device\n"); return nullptr; } + ibm8514a_device* get_8514() { fatalerror("s3virge requested non-existent 8514/A device\n"); return nullptr; } protected: s3virge_vga_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); diff --git a/src/devices/machine/corvushd.cpp b/src/devices/machine/corvushd.cpp index 38ae9a45e82..491c4ce5970 100644 --- a/src/devices/machine/corvushd.cpp +++ b/src/devices/machine/corvushd.cpp @@ -814,7 +814,7 @@ uint8_t corvus_hdc_device::corvus_get_drive_parameters(uint8_t drv) { // if ( ! corvus_hdc_file( drv ) ) { - logerror("corvus_get_drive_parameters: Attempt to retrieve parameters from non-existant drive: %d\n", drv); + logerror("corvus_get_drive_parameters: Attempt to retrieve parameters from non-existent drive: %d\n", drv); m_xmit_bytes = 1; return STAT_FATAL_ERR | STAT_DRIVE_NOT_ONLINE; } diff --git a/src/emu/softlist_dev.cpp b/src/emu/softlist_dev.cpp index 015c8f13a6a..2c30be8b906 100644 --- a/src/emu/softlist_dev.cpp +++ b/src/emu/softlist_dev.cpp @@ -384,7 +384,7 @@ device_image_interface *software_list_device::find_mountable_image(const machine // When softlists were refactored in MAME 0.183, this was changed to build a "plan" for what needs to be loaded, so // it was incorrect to check the image slot. This is why an overload for find_mountable_image() was created that // takes an std::function. This overload is being preserved for compatibility with existing code, but I regard the - // continued existance of this overload is a red flag. + // continued existence of this overload as a red flag. return find_mountable_image( mconfig, part, diff --git a/src/frontend/mame/cheat.cpp b/src/frontend/mame/cheat.cpp index 26737460fee..ae2ca8ebd78 100644 --- a/src/frontend/mame/cheat.cpp +++ b/src/frontend/mame/cheat.cpp @@ -153,7 +153,7 @@ cheat_parameter::cheat_parameter(cheat_manager &manager, symbol_table &symbols, if (!itemnode->get_value() || !itemnode->get_value()[0]) throw emu_fatalerror("%s.xml(%d): item is missing text\n", filename, itemnode->line); - // check for non-existant value + // check for non-existent value if (!itemnode->has_attribute("value")) throw emu_fatalerror("%s.xml(%d): item is value\n", filename, itemnode->line); diff --git a/src/mame/audio/laserbat.cpp b/src/mame/audio/laserbat.cpp index 5d336fdd851..0ea5abff398 100644 --- a/src/mame/audio/laserbat.cpp +++ b/src/mame/audio/laserbat.cpp @@ -302,7 +302,7 @@ WRITE8_MEMBER(laserbat_state::csound2_w) There could well be other connections on the sound board - these are just what can be deduced by tracing the sound program. - The game board makes the the audio output from the first S2636 PVI + The game board makes the audio output from the first S2636 PVI (5E) available on a pin at the sound board interface connector, but it isn't routed anywhere. */ diff --git a/src/mame/drivers/digel804.cpp b/src/mame/drivers/digel804.cpp index e554c15e58f..86241497f25 100644 --- a/src/mame/drivers/digel804.cpp +++ b/src/mame/drivers/digel804.cpp @@ -695,10 +695,10 @@ void ep804_state::ep804(machine_config &config) /* "Hardware Revisions" -For pcb 1.0, there are at least 6 hardware revisions (i.e. small changes/component changes/greenwire fixes) -which revison the hardware is is shown on the sticker on the bottom. +For pcb 1.0, there are at least 6 hardware revisions (i.e. small changes/component changes/greenwire fixes). +The hardware revision is shown on the sticker on the bottom. -known features: +Known features: 1.0 - ? 1.1 - does not support driving pin 1 of the socket, i.e. max size is 27256; pin 1 is pulled high; several components unpopulated diff --git a/src/mame/drivers/maygay1b.cpp b/src/mame/drivers/maygay1b.cpp index 0dad73569c7..2fb76a59e81 100644 --- a/src/mame/drivers/maygay1b.cpp +++ b/src/mame/drivers/maygay1b.cpp @@ -697,7 +697,7 @@ READ8_MEMBER(maygay1b_state::mcu_port2_r) { // this is read in BOTH the external interrupts // it seems that both the writes from the main cpu go here - // and the MCU knows which is is based on the interrupt level + // and the MCU knows which it is based on the interrupt level uint8_t ret = m_main_to_mcu; #ifdef USE_MCU logerror("%s: mcu_port2_r returning %02x\n", machine().describe_context(), ret); diff --git a/src/mame/drivers/wiz.cpp b/src/mame/drivers/wiz.cpp index 22801a90a23..58e7a515b42 100644 --- a/src/mame/drivers/wiz.cpp +++ b/src/mame/drivers/wiz.cpp @@ -123,7 +123,7 @@ Stephh's notes (based on the games Z80 code and some tests) : - Here are some infos about the "Debug Mode" Dip Switch : - * when it it set to OFF, the value which was previously written + * when it is set to OFF, the value which was previously written to 0xc500 is NOT erased, but the only value written to it is 0x00. * when it is set to ON, 0x00 is ALWAYS written to 0xc500. (check code at 0x0ef6) diff --git a/src/mame/machine/amstrad.cpp b/src/mame/machine/amstrad.cpp index 690183b1583..80cf8846b9d 100644 --- a/src/mame/machine/amstrad.cpp +++ b/src/mame/machine/amstrad.cpp @@ -1646,8 +1646,8 @@ Mode changing is synchronised with HSYNC. If the mode is changed, it will take e Rom configuration selection : ----------------------------- -Bit 2 is used to enable or disable the lower rom area. The lower rom area occupies memory addressess &0000-&3fff and is used to access the operating system rom. When the lower rom area is is enabled, reading from &0000-&3FFF will return data in the rom. When a value is written to &0000-&3FFF, it will be written to the ram underneath the rom. When it is disabled, data read from &0000-&3FFF will return the data in the ram. -Similarly, bit 3 controls enabling or disabling of the upper rom area. The upper rom area occupies memory addressess &C000-&FFFF and is BASIC or any expansion roms which may be plugged into a rom board/box. See the document on upper rom selection for more details. When the upper rom area enabled, reading from &c000-&ffff, will return data in the rom. When data is written to &c000-&FFFF, it will be written to the ram at the same address as the rom. When the upper rom area is disabled, and data is read from &c000-&ffff the data returned will be the data in the ram. +Bit 2 is used to enable or disable the lower rom area. The lower rom area occupies memory addressess &0000-&3fff and is used to access the operating system rom. When the lower rom area is enabled, reading from &0000-&3FFF will return data in the rom. When a value is written to &0000-&3FFF, it will be written to the ram underneath the rom. When it is disabled, data read from &0000-&3FFF will return the data in the ram. +Similarly, bit 3 controls enabling or disabling of the upper rom area. The upper rom area occupies memory addressess &C000-&FFFF and is BASIC or any expansion roms which may be plugged into a rom board/box. See the document on upper rom selection for more details. When the upper rom area is enabled, reading from &c000-&ffff will return data in the rom. When data is written to &c000-&FFFF, it will be written to the ram at the same address as the rom. When the upper rom area is disabled, and data is read from &c000-&ffff, the data returned will be the data in the ram. Bit 4 controls the interrupt generation. It can be used to delay interrupts.*/ case 0x02: diff --git a/src/mame/machine/mega32x.cpp b/src/mame/machine/mega32x.cpp index 42e976beae6..0bc38458be7 100644 --- a/src/mame/machine/mega32x.cpp +++ b/src/mame/machine/mega32x.cpp @@ -1852,8 +1852,8 @@ void sega_32x_device::device_reset() // install these now, otherwise we'll get the following (incorrect) warnings on startup.. -// SH-2 device ':sega32x:32x_slave_sh2': program space memory map entry 0-3FFF references non-existant region ':slave' -// SH-2 device ':sega32x:32x_master_sh2': program space memory map entry 0-3FFF references non-existant region ':master' +// SH-2 device ':sega32x:32x_slave_sh2': program space memory map entry 0-3FFF references non-existent region ':slave' +// SH-2 device ':sega32x:32x_master_sh2': program space memory map entry 0-3FFF references non-existent region ':master' uint8_t* masterbios = (uint8_t*)machine().root_device().memregion(":master")->base(); uint8_t* slavebios = (uint8_t*)machine().root_device().memregion(":slave")->base(); membank("masterbios")->configure_entries(0, 1, masterbios, 0x4000); diff --git a/src/mame/machine/samcoupe.cpp b/src/mame/machine/samcoupe.cpp index 4a8d451fba5..ef5bead3f28 100644 --- a/src/mame/machine/samcoupe.cpp +++ b/src/mame/machine/samcoupe.cpp @@ -144,7 +144,7 @@ void samcoupe_state::samcoupe_update_memory(address_space &space) if ((m_lmpr & 0x1F) <= page_mask) memory = &m_ram->pointer()[(m_lmpr & page_mask) * 0x4000]; else - memory = nullptr; /* Attempt to page in non existant ram region */ + memory = nullptr; /* Attempt to page in non existent ram region */ is_readonly = false; } else @@ -159,7 +159,7 @@ void samcoupe_state::samcoupe_update_memory(address_space &space) if (((m_lmpr + 1) & 0x1f) <= page_mask) memory = &m_ram->pointer()[((m_lmpr + 1) & page_mask) * 0x4000]; else - memory = nullptr; /* Attempt to page in non existant ram region */ + memory = nullptr; /* Attempt to page in non existent ram region */ samcoupe_update_bank(space, 2, memory, false); /* only update bank 3 and 4 when external memory is not enabled */ @@ -173,7 +173,7 @@ void samcoupe_state::samcoupe_update_memory(address_space &space) if ((m_hmpr & 0x1F) <= page_mask ) memory = &m_ram->pointer()[(m_hmpr & page_mask)*0x4000]; else - memory = nullptr; /* Attempt to page in non existant ram region */ + memory = nullptr; /* Attempt to page in non existent ram region */ samcoupe_update_bank(space, 3, memory, false); @@ -188,7 +188,7 @@ void samcoupe_state::samcoupe_update_memory(address_space &space) if (((m_hmpr + 1) & 0x1f) <= page_mask) memory = &m_ram->pointer()[((m_hmpr + 1) & page_mask) * 0x4000]; else - memory = nullptr; /* Attempt to page in non existant ram region */ + memory = nullptr; /* Attempt to page in non existent ram region */ is_readonly = false; } samcoupe_update_bank(space, 4, memory, false); diff --git a/src/tools/imgtool/modules/ti99.cpp b/src/tools/imgtool/modules/ti99.cpp index 5c3d66e0c22..226adc213d2 100644 --- a/src/tools/imgtool/modules/ti99.cpp +++ b/src/tools/imgtool/modules/ti99.cpp @@ -1563,7 +1563,7 @@ struct dsk_fdr UINT16BE xreclen; /* extended record len: if record len is >= 256, */ /* reclen is set to 0 and the actual reclen is */ /* stored here (Myarc HFDC only). TI reserved */ - /* this field for data chain pointer extension, */ + /* this field for data chain pointer extension, */ /* but this was never implemented. */ uint8_t flags; /* file status flags (see enum above) */ uint8_t recsperphysrec; /* logical records per physrec */ @@ -1581,7 +1581,7 @@ struct dsk_fdr /* field, so program field saved by the HFDC */ /* DSR may be larger than they should. */ uint8_t eof; /* EOF offset in last physrec for variable length */ - /* record files and program files (0->256)*/ + /* record files and program files (0->256) */ uint8_t reclen; /* logical record size in bytes ([1,255] 0->256) */ /* Maximum allowable record size for variable */ /* length record files. Reserved for program */ @@ -1625,7 +1625,7 @@ struct win_fdr /* implementation is regarded as a bug because */ /* program files do not define the fixrecs field */ /* field, so program field saved by the HFDC */ - /* DSR may be larger whan they should. */ + /* DSR may be larger than they should. */ /* other sibling FDRs: index of the first file */ /* physrec in this particular sibling FDR */ uint8_t eof; /* EOF offset in last physrec for variable length */