part of e123d6d55f broke unix

This commit is contained in:
folkert van heusden 2024-04-07 22:29:34 +02:00
parent e123d6d55f
commit 4be9b235e7
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -452,11 +452,6 @@ gam_rc_t cpu::getGAM(const uint8_t mode, const uint8_t reg, const word_mode_t wo
bool cpu::putGAM(const gam_rc_t & g, const uint16_t value)
{
if (g.reg == 7) {
trap(0250);
throw 100;
}
if (g.addr.has_value()) {
b->write(g.addr.value(), g.word_mode, value, g.mode_selection, g.space);