Wayne Warthen
a5c68c6248
Merge pull request #430 from kiwisincebirth/map/hbios-function
Added new HBIOS Function SYSGET_DIOMED
1 year ago
Wayne Warthen
6500d243eb
Update ide.asm
1 year ago
Mark Pruden
497e5333c4
Added new HBIOS Function SYSGET_DIOMED
1 year ago
Wayne Warthen
9ad58ac59c
Front Panel Switch Support for eZ80
1 year ago
Wayne Warthen
fb9f9774d7
eZ80 Compatibility Enhancements
See Issue #400
1 year ago
Wayne Warthen
5239eed0e8
DSKY Tweaks
1 year ago
Wayne Warthen
70a961ad55
Update COPYSL to v0.2 from Mark Pruden
Co-Authored-By: Mark Pruden <github@mp.tidykiwi.com>
1 year ago
Wayne Warthen
49f4e3f292
Fix .gitignore
Co-Authored-By: Mark Pruden <github@mp.tidykiwi.com>
1 year ago
Wayne Warthen
3ca283d08f
COPYSL Utility from Mark Pruden
Co-Authored-By: Mark Pruden <github@mp.tidykiwi.com>
1 year ago
Wayne Warthen
08a53f54d0
Refactor DSKY
1 year ago
Wayne Warthen
11459f989e
Doc Fix Issue #427
1 year ago
Wayne Warthen
b07055a73b
Merge pull request #429 from dinoboards/dean-ez80-6
ez80: updated reference to renamed firmware repo
1 year ago
Dean Netherton
4618de6621
ez80: updated reference to renamed firmware repo
1 year ago
Wayne Warthen
207fe5f927
Minor
- Cosmetic
- Add eZ80 to LCD driver
- Minor fix in uz80as
1 year ago
Wayne Warthen
fe6cba2b1b
Merge pull request #428 from dinoboards/dean-ez80-5
Dean ez80 5
1 year ago
Dean Netherton
a69797d0cf
ez80: adjusted I/O bus timings
1 year ago
Dean Netherton
d3019dbb88
ez80: port sn76489 driver to support 16 bit i/o
1 year ago
Dean Netherton
7cda84b4ce
ez80: change default cpu freq to 20Mhz
1 year ago
Dean Netherton
a24960a7d2
ez80: specific implementation of DELAY and VDELAY function (using firmware helper)
The delay function is delegated to the on-chip ROM.
The on-chip ROM uses a programmable reload timer that is calibrated for a range of
CPU frequencies and wait states.
1 year ago
Wayne Warthen
028a153568
Clean Up
- Minor cleanup related to latest GM7303 work.
1 year ago
Wayne Warthen
05960f8b22
Merge pull request #426 from drj113/master
gm7303 changes to support DSKY operations
1 year ago
drj113
610a2746f5
gm7303 changes to support DSKY operations
Changes to support GM7303 as a DSKY device
1 year ago
Wayne Warthen
ab9f0be267
Relocate Z280 IVT
The Z280 Interrupt Vector Table must be gin on a 4K boundary. Recent HBIOS changes caused it's location to result in a very large slack space. This update moves the Z280 IVT to a more memory efficient location.
1 year ago
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