- Fix disassembly of control instructions in non-direct addressing modes
- Fix edge case for jump page calculation (at PC = $xxFF)
- Use NOP shorthand for LD AC
- Acknowledge delay slot for jump instructions
* minor spelling fix
* new NOT_WORKING machine
Gigatron TTL Microcomputer [Sterophonick]
also add a skeleton cpu core
* Revert Minor Spelling Fix
* Make some fixes
thanks cuavas
* Fix resolution
* gigatron: update cpu device name
* update copyright
* fix part of gigatron disassembler
* Set screen refresh rate
* found a set of all the ROM files, update main ROM name
* Fix cpu.lua
* Whoops
* Update gigatron.cpp
* gigatron: clear execute_set_input
* Update gigatron.h
* Update gigatrondasm.cpp
* Update gigatrondasm.h
* clean up but doesnt compile ffs
* atetris.cpp: Add remaining UM3482 ROM areas to 'atetb3482' [Sean Riddle]
* Pad the values to be power of two (nw)
* Remove hex content from sources (nw)
Done! Thanks!
* new NOT WORKING
---
Power Joy (PJ001, NES based plug & play) [Sean Riddle]
* some notes (nw)
* trying to research banking (nw)
* this code definitely sets the bank, but then it loses it later, needs more investigation, this hacks bank to be correct in all cases for zon32bit to at least verify dump is complete (nw)
* control notes (nw)
* still trying to figure out the banking properly (nw)
* enough banking hacks to at least make sure we always have the correct bank (nw)
* (nw)
* don't bank pdc100 unless upper bits are also set, as it writes 0000 during initialization code, while executing from bank 7, which causes issues with -nodrc and with the either drc or no drc on linux (nw)
- remove pthrow trampline as proposed by Vas.
- identify throwing code by adding noexcept(false)
- move "connected term" information to setup code.
- srcclean
The APPLE2_TRACK_COUNT macro was not being expanded here, at least on gcc8.
This resulted in the string "APPLE2_TRACK_COUNT" being within the specification
and that in turn broke option_resolution::lookup_in_specification leading to
an assertion fail with the debug checks enabled. So bake in the numeric
constant to at least get things working again.
---------------------------------------
ibm5150: Apogee Software Bonus Disk (Jumpman Lives!, Commander Keen in Invasion of the Vorticons)
(nw) re-alphabetize files