From 7981db6aef088506e67a34402027c88f62b795d5 Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Wed, 10 Jun 2015 09:15:28 +0200 Subject: Intel 8089 -> I8089 for consistency --- src/emu/cpu/i8089/i8089.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/cpu/i8089/i8089.c b/src/emu/cpu/i8089/i8089.c index 23b25d891a0..b81869bda1d 100644 --- a/src/emu/cpu/i8089/i8089.c +++ b/src/emu/cpu/i8089/i8089.c @@ -33,7 +33,7 @@ const device_type I8089 = &device_creator; //------------------------------------------------- i8089_device::i8089_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - cpu_device(mconfig, I8089, "Intel 8089", tag, owner, clock, "i8089", __FILE__), + cpu_device(mconfig, I8089, "I8089", tag, owner, clock, "i8089", __FILE__), m_icount(0), m_ch1(*this, "1"), m_ch2(*this, "2"), -- cgit v1.2.3-70-g09d2 n> MAME - Multiple Arcade Machine Emulator
summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Vas Crabb2024-05-221-3/+10
* util/cdrom, machine/t10mmc: Add preliminary support for multisession CD-ROMs,... 9871238791132024-05-121-18/+47
* util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... 9871238791132024-03-071-2/+1
* util/cdrom.h: Fixed size of track info array. Vas Crabb2024-01-261-1/+1
* imagedev/cdromimg.cpp: Fixed object lifecycles when loading from softlist or ... Vas Crabb2024-01-261-1/+1
* lib/util/cdrom.h: fix out-of-bounds MAME init crash when disc is 99 tracks angelosa2024-01-251-1/+1
* machine/t10mmc.cpp: Implemented most features of T10 MMC read CD (0xbe) comma... 9871238791132023-08-231-1/+1
* cdrom: Bunch of fixes Olivier Galibert2023-05-051-0/+1
* cdrom: Pass phys flag to read_partial_sector in read_subcode (#10231) 9871238791132022-08-151-1/+1
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-5/+5
* cdrom_file: Removed unused and abstraction-breaking get_chd method Olivier Galibert2022-04-041-1/+0
* cdrom.cpp: Clean up code somewhat AJR2022-04-011-12/+12
* cdrom_file: classify. Could use more internal work, but it's a step Olivier Galibert2022-04-011-167/+245
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-7/+7
* util/cdrom.cpp: Return index 1/start of track data instead of index 0/start o... 9871238791132021-03-311-0/+1
* support Redump extended bin/cue format for Dreamcast discs (#7422) nhand422020-12-171-0/+4
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-7/+4
* needed for external work (nw) MetalliC2017-08-261-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-3/+3
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* chd updates: [MetalliC] R. Belmont2014-04-181-0/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Various CD-ROM / CHDMAN improvements: [R. Belmont] R. Belmont2013-05-181-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
* cdrom: Introduces concept of logical sector addresses so games see the disc w... R. Belmont2013-01-051-3/+5
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-1/+0
* Added code to cdrom.c to compute and verify ECC codes for mode 1/2 Aaron Giles2012-04-061-0/+5
* chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve... R. Belmont2012-03-041-1/+5
* Better management of FLAC block sizes, aiming to keep them around 2k Aaron Giles2012-02-261-1/+1
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-4/+5
* Keep u7 compatible while we wait for Aaron (nw) R. Belmont2012-01-291-1/+1
* Missing files from the last checkin (nw) R. Belmont2012-01-221-1/+1
* Added support for loading other image types to cdrom device, with use of chdm... Miodrag Milanovic2011-08-201-0/+2
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-2/+2
* megadriv.c: Rewritten SegaCD/MegaCD emulation [David Haywood] Fabio Priuli2011-02-121-0/+22
* Cleanups and version bump. Aaron Giles2010-06-171-2/+2
* chdman/cdrom updates: [R. Belmont]