fmtowns: fix typo on prev commit

This commit is contained in:
hap 2021-04-28 12:16:23 +02:00
parent 07d0bf3763
commit 9554cc7cb2
3 changed files with 8 additions and 8 deletions

View File

@ -1257,42 +1257,42 @@ void alto2_cpu_device::watch_write(uint32_t addr, uint32_t data)
}
#endif
/** @brief fatal exit on unitialized dynamic phase BUS source */
/** @brief fatal exit on uninitialized dynamic phase BUS source */
void alto2_cpu_device::bs_early_bad()
{
throw emu_fatalerror(9,"fatal: bad early bus source pointer for task %s, mpc:%05o bs:%s\n",
task_name(m_task), m_mpc, bs_name(bs()));
}
/** @brief fatal exit on unitialized latching phase BUS source */
/** @brief fatal exit on uninitialized latching phase BUS source */
void alto2_cpu_device::bs_late_bad()
{
throw emu_fatalerror(9,"fatal: bad late bus source pointer for task %s, mpc:%05o bs: %s\n",
task_name(m_task), m_mpc, bs_name(bs()));
}
/** @brief fatal exit on unitialized dynamic phase F1 function */
/** @brief fatal exit on uninitialized dynamic phase F1 function */
void alto2_cpu_device::f1_early_bad()
{
throw emu_fatalerror(9,"fatal: bad early f1 function pointer for task %s, mpc:%05o f1: %s\n",
task_name(m_task), m_mpc, f1_name(f1()));
}
/** @brief fatal exit on unitialized latching phase F1 function */
/** @brief fatal exit on uninitialized latching phase F1 function */
void alto2_cpu_device::f1_late_bad()
{
throw emu_fatalerror(9,"fatal: bad late f1 function pointer for task %s, mpc:%05o f1: %s\n",
task_name(m_task), m_mpc, f1_name(f1()));
}
/** @brief fatal exit on unitialized dynamic phase F2 function */
/** @brief fatal exit on uninitialized dynamic phase F2 function */
void alto2_cpu_device::f2_early_bad()
{
throw emu_fatalerror(9,"fatal: bad early f2 function pointer for task %s, mpc:%05o f2: %s\n",
task_name(m_task), m_mpc, f2_name(f2()));
}
/** @brief fatal exit on unitialized latching phase F2 function */
/** @brief fatal exit on uninitialized latching phase F2 function */
void alto2_cpu_device::f2_late_bad()
{
throw emu_fatalerror(9,"fatal: bad late f2 function pointer for task %s, mpc:%05o f2: %s\n",

View File

@ -2762,7 +2762,7 @@ void towns_state::machine_start()
if (m_flop[1]->get_device())
m_flop[1]->get_device()->set_rpm(360);
// unitialized PCM RAM filled with 0xff (fmtmarty chasehq relies on that)
// uninitialized PCM RAM filled with 0xff (fmtmarty chasehq relies on that)
address_space &space = subdevice<rf5c68_device>("pcm")->space(0);
for (int i = 0; i < 0x10000; i++)
space.write_byte(i, 0xff);

View File

@ -27,7 +27,7 @@ To Do:
metlclsh:
- Clocks are all unknown
- Text on the title screen has wrong colors the first time around
(unitialized foreground palette 1, will be initialized shortly)
(uninitialized foreground palette 1, will be initialized shortly)
- The background tilemap ram is bankswitched with other (not understood) ram
- There are a few unknown writes