Wayne Warthen
d3489b642a
Bump Version
1 year ago
Wayne Warthen
8edefc1d8f
HEATH Updates
- Support HEATH MSX Graphics card in HBIOS
- Support HEATH MSX Graphics card in TUNE app
- Startup HEATH at 8MHz to ensure hardware compatibility/detection
1 year ago
Dean Netherton
63eebc8534
ez80: fix issue with incorrect application of EZ80WSMD_CYCLES values
1 year ago
Wayne Warthen
6beeef9b1e
Minor Doc Updates
- Update User Guide w/ eZ80 Platform information.
- Regen documentation
1 year ago
Wayne Warthen
ab043e5cab
Bump Version
- Bump dev version build number to post eZ80 changes.
1 year ago
Wayne Warthen
bba9c5e26b
Merge pull request #425 from dinoboards/dean-ez80-4
ez80: fix for FPLEDS to ensure 16 bit I/O
1 year ago
Dean Netherton
a6a32bbd70
ez80: fix issue with uart baud rate translation for numbers requiring more than 16 bits (windows build issue)
1 year ago
Dean Netherton
9aa0fbd2dc
ez80: fixes within ez80 drivers to fix overflow issue with PRTS macro
1 year ago
Dean Netherton
9dd54cb781
ez80: fix for FPLEDS to ensure 16 bit I/O
1 year ago
Wayne Warthen
1d8c0c9c46
eZ80 Follow-up
- Added RCEZ80 platform option to Build.ps1
- Added EZ80 config settings to MASTER config (required to get build to work for some situations)
- Modified a .EQU in cfg_RCEZ80.asm to a .SET. After adding config setting to MASTER config, the .EQU was causing a redefinition error.
- I have temporarily removed some "TRANSLATE" lines in ez80uart.asm. They were attempting to place a value greater that 0xFFFF in a register and generated an assembly error.
- Modified a few JR instructions in hbios.asm to JP due to out-of-range errors.
- Modified std.asm to "nest" a conditional. The Windows assembler does not ignore the remainder of a complex conditional when it should.
- Modified tms.asm to replace the PRTS macro with alternative lines. The Windows assembler cannot handle a string longer than about 8 characters in a macro argument.
- Added the TIMER utility to the ROM disk. Not sure what happened there. It was included in the Windows build, but not the Linux build. There is room for it, so I added it to the Linux build to get a binary exact build compare.
1 year ago
Wayne Warthen
be225c6fb9
Merge pull request #424 from dinoboards/dean-ez80-3
eZ80 Support
1 year ago
Dean Netherton
3121e3ee9d
ez80: renamed cfg_rcez80 to uppercase cfg_RCEZ80.asm
1 year ago
Dean Netherton
0982b5d462
ez80: align cfg/std configuration files as per recent changes
1 year ago
Dean Netherton
c31f9de905
ez80: some additional comments for the ez80 cpu driver
1 year ago
Dean Netherton
7157d7f11d
ez80: delete bin (WDATE.COM and timer.com) within Source directroy incorrectly introduced in recent merge commit
1 year ago
Dean Netherton
e7937d47e3
ez80: revert whitespace introduced in recent large merge commit
1 year ago
Dean Netherton
32301ba6a9
ez80: fix auto mergine fault DIAG_DISP .EQU DIAG_PROG
1 year ago
Dean Netherton
12df99084e
ez80: removing additional comments on #ENDIF - to reduce number of 'diff' in large merge commit
1 year ago
Dean Netherton
324c0bf0fb
ez80: fix due to auto merging fault - #IF ((PLATFORM == PLT_S100) & TRUE)
1 year ago
Dean Netherton
38c25e50c2
Merge branch 'master' into dean-ez80-3
1 year ago
Dean Netherton
2176c9d1af
ez80: new firmware feature to configure on-chip flash w/s
1 year ago
Dean Netherton
af030bf76d
ez80: use new firmware interface for w/s config settings
1 year ago
Wayne Warthen
e376e5577c
Heath H8 Panel Tweaks
- Notify HBIOS of speed changes (keeps HBIOS in sync with panel)
- Correct display for HL, SP, and PC registers.
1 year ago
Dean Netherton
b5d4e7ddf9
ez80: added new EZ80TIMER type - EZ80TMR_NONE
1 year ago
Dean Netherton
3880d8fca0
tsm: for v9958 - configure interrupt rate (HSYNC) as per TICKFREQ config setting
1 year ago
Wayne Warthen
df28567506
Additional Config File Cleanup
- Issue #423 should now be resolved.
1 year ago
Wayne Warthen
f16a9415f7
Add CPU Speed Control for HEATH Platform
1 year ago
Wayne Warthen
561a7f7231
Support S100 Z80 FPGA Printer Port
1 year ago
Wayne Warthen
d416a986bb
Miscellaneous
- Fix SN76489 variable names referring to different driver
- Make SIMH config filenames consistent with others
1 year ago
Wayne Warthen
162348ea66
Implement SIOINTS Setting in SIO Driver
- SIOINTS allows disabling use of interrupts in the SIO driver when interrupts are enabled globally. It will not allow you to enable SIO interrupts if interrupts are globally disabled (INTMODE 0).
2 years ago
Wayne Warthen
7e4c4d35e4
Merge pull request #422 from wwarthen/work
Config File Cleanup
1 year ago
Wayne Warthen
78917e78be
Cleanup
- Update include file nesting comments
- Bump version number
1 year ago
Wayne Warthen
69e152c4fb
Config Files Cleanup
1 year ago
Wayne Warthen
a14e64fced
Update and rename cfg_SBC.asm to cfg_sbc.asm
1 year ago
Wayne Warthen
e3195669fc
Update and rename cfg_sbc.asm to cfg_SBC.asm
1 year ago
Dean Netherton
64d60f744b
ez80: updated to report firmware version, build date, and if operating under the alt image
1 year ago
Wayne Warthen
85834559d1
Cleanup (Cosmetic)
1 year ago
Wayne Warthen
1c66ec3ba4
Configuration File Improvements
- Modified configuration files so that all configurations now inherit from the Master Config file.
1 year ago
Wayne Warthen
99f8d0b3a6
Minor Cosmetic Improvements
1 year ago
Wayne Warthen
23160e3961
Merge pull request #421 from kiwisincebirth/map/userguide-fat
User Guide FAT
1 year ago
Mark Pruden
2c985070e8
Merge commit 'e1beb01a5181939abb0da8253b095e24f596c214' into map/userguide-fat
1 year ago
Mark Pruden
a14a2e6128
Binary Changes
1 year ago
Mark Pruden
c093cd2322
Merged FAT section into Transferring Files
1 year ago
Mark Pruden
a93bfb1e77
Misc Improvements to User Guide
1 year ago
Wayne Warthen
e1beb01a51
Update Configs to Handle GM3707 Enable
- The non-Genesis config files needed to be updated to disable the GM3707.
1 year ago
Wayne Warthen
d20c72fe21
Bump Version Number
1 year ago
Wayne Warthen
8d91176230
Cosmetic Updates
1 year ago
Wayne Warthen
1945826414
Merge pull request #420 from drj113/master
GM7303 LCD Keypad support
1 year ago
drj113
61d08e9f71
GM7303 LCD Keypad support
Changes to support a modified Prolog Keypad and LCD driver card - Heavily inspired by the lcd.asm module, but separated out to allow for future keyboard support.
1 year ago
Wayne Warthen
e212054774
Fix Missing Video Device String
1 year ago