summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/pchrono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/plib/pchrono.h')
-rw-r--r--src/lib/netlist/plib/pchrono.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/plib/pchrono.h b/src/lib/netlist/plib/pchrono.h
index c715ff1c868..efb8cc061b5 100644
--- a/src/lib/netlist/plib/pchrono.h
+++ b/src/lib/netlist/plib/pchrono.h
@@ -82,7 +82,7 @@ namespace chrono {
#endif
- /* Based on "How to Benchmark Code Execution Times on IntelĀ® IA-32 and IA-64
+ /* Based on "How to Benchmark Code Execution Times on Intel?? IA-32 and IA-64
* Instruction Set Architectures", Intel, 2010
*
*/
ee7bfe1?s=128&d=retro' /> Miodrag Milanovic2015-12-061-3/+3 * Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2 * Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2 * Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5 * Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1 * moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3 * unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1 * moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+3 * Modernization of drivers part 10 (no whatsnew) Miodrag Milanovic2013-02-081-0/+1 * Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1 * INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-9/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang...