Remove high-ASCII garbage from start of coolpool.h (this broke Apple GCC) (no whatsnew)

This commit is contained in:
R. Belmont 2010-07-22 00:52:18 +00:00
parent 99596bc2b6
commit 073e655c0a

View File

@ -1,4 +1,4 @@
class coolpool_state
class coolpool_state
{
public:
static void *alloc(running_machine &machine) { return auto_alloc_clear(&machine, coolpool_state(machine)); }