47c47
< cpu->post_interrupt(IT_SOFT_INT, 16);
---
> cpu->postInterrupt(IT_SOFT_INT, 16);
49c49
< cpu->clear_interrupt(IT_SOFT_INT, 16);
---
> cpu->clearInterrupt(IT_SOFT_INT, 16);
51c51
< cpu->post_interrupt(IT_SOFT_INT, 0);
---
> cpu->postInterrupt(IT_SOFT_INT, 0);
53c53
< cpu->clear_interrupt(IT_SOFT_INT, 0);
---
> cpu->clearInterrupt(IT_SOFT_INT, 0);
58c58
< cpu->post_interrupt(IT_SOFT_INT, bit);
---
> cpu->postInterrupt(IT_SOFT_INT, bit);
60c60
< cpu->clear_interrupt(IT_SOFT_INT, bit);
---
> cpu->clearInterrupt(IT_SOFT_INT, bit);
127c127
< cpu->post_interrupt(IT_HINTP, 0);
---
> cpu->postInterrupt(IT_HINTP, 0);
129c129
< cpu->clear_interrupt(IT_HINTP, 0);
---
> cpu->clearInterrupt(IT_HINTP, 0);
141c141
< cpu->post_interrupt(IT_CPU_MONDO, 0);
---
> cpu->postInterrupt(IT_CPU_MONDO, 0);
143c143
< cpu->clear_interrupt(IT_CPU_MONDO, 0);
---
> cpu->clearInterrupt(IT_CPU_MONDO, 0);
149c149
< cpu->post_interrupt(IT_DEV_MONDO, 0);
---
> cpu->postInterrupt(IT_DEV_MONDO, 0);
151c151
< cpu->clear_interrupt(IT_DEV_MONDO, 0);
---
> cpu->clearInterrupt(IT_DEV_MONDO, 0);
157c157
< cpu->post_interrupt(IT_RES_ERROR, 0);
---
> cpu->postInterrupt(IT_RES_ERROR, 0);
159c159
< cpu->clear_interrupt(IT_RES_ERROR, 0);
---
> cpu->clearInterrupt(IT_RES_ERROR, 0);
188c188
< cpu->post_interrupt(IT_TRAP_LEVEL_ZERO, 0);
---
> cpu->postInterrupt(IT_TRAP_LEVEL_ZERO, 0);
190c190
< cpu->clear_interrupt(IT_TRAP_LEVEL_ZERO, 0);
---
> cpu->clearInterrupt(IT_TRAP_LEVEL_ZERO, 0);