I ran cleanup.cmd on the latest tree when testing srcclean changes and it found these already. [smf]
This commit is contained in:
parent
d95be9cc42
commit
8069df9f72
@ -48,7 +48,7 @@ Notes:
|
|||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
|
|
||||||
- floppy broken
|
- floppy broken
|
||||||
- z80dart wait/ready
|
- z80dart wait/ready
|
||||||
- Winchester hard disk
|
- Winchester hard disk
|
||||||
- revision E model
|
- revision E model
|
||||||
@ -287,7 +287,7 @@ WRITE8_MEMBER( bullet_state::hdcon_w )
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (BIT(data, 4))
|
if (BIT(data, 4))
|
||||||
{
|
{
|
||||||
m_hdcon_sw = true;
|
m_hdcon_sw = true;
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
|
|
||||||
- floppy broken
|
- floppy broken
|
||||||
- keyboard CPU ROM
|
- keyboard CPU ROM
|
||||||
- graphics board
|
- graphics board
|
||||||
- Tandy 6000 HD
|
- Tandy 6000 HD
|
||||||
|
@ -95,7 +95,7 @@ Notes:
|
|||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
|
|
||||||
- floppy broken
|
- floppy broken
|
||||||
- write to banked RAM at 0x0000-0x1fff when ROM is active
|
- write to banked RAM at 0x0000-0x1fff when ROM is active
|
||||||
- real keyboard w/i8049
|
- real keyboard w/i8049
|
||||||
- keyboard beeper (NE555 wired in strange mix of astable/monostable modes)
|
- keyboard beeper (NE555 wired in strange mix of astable/monostable modes)
|
||||||
|
Loading…
Reference in New Issue
Block a user