foft's activity
From 03/18/2017 to 04/16/2017
04/12/2017
- FO 10:07 PM EclaireXL Feature #13 (In Progress): 32x speed cpu without wait states
- Trying simply feeding in the clock at twice the speed to see if it passes timing!
04/11/2017
- FO 08:35 PM EclaireXL Feature #1 (Resolved): Svideo sync line support
- Implemented in test core, probably will need some debugging...
04/08/2017
- FO 08:08 PM EclaireXL Feature #13 (New): 32x speed cpu without wait states
- The whole system is clocked at 32*original clock. However the 6502 turbo is limited to 16x due to the ram speed, since a block ram access cycle takes 2 cycles. Try to clock the block ram at 64* original clock as a quick win to get 32x tu...
04/07/2017
- FO 09:37 PM EclaireXL Feature #2 (In Progress): PBI support
- FO 08:57 PM EclaireXL Feature #12 (In Progress): Set up redmine backups!
- Adding svn backups too while at it.
Need to do these to the raid instead of to another local disk though really...
- FO 08:41 PM EclaireXL Feature #12: Set up redmine backups!
- Added file backups
Both these are as crons under postgres_backup user - FO 08:23 PM EclaireXL Feature #12: Set up redmine backups!
- Added postgres backups.
TODO: verify it runs from cron ok - FO 07:53 PM EclaireXL Bug #9 (Rejected): Fix svn repository
- Decided to just disable this - its complicated enough anyway an the svn can already be checked out or browsed.
- FO 07:45 PM EclaireXL Feature #10 (Closed): Set up email in redmine
- Found password, set up config and tested ok.
04/05/2017
- FO 10:06 PM EclaireXL Feature #12 (Closed): Set up redmine backups!
- Set up backups for this...
- FO 09:13 PM EclaireXL Bug #9: Fix svn repository
- Removed for now
- FO 06:59 AM EclaireXL Feature #11 (New): Non-uk keyboard support (custom keyboard mapping)
- Only a uk keyboard with stickers is supported right now.
Make this remappable via a file.
04/04/2017
- FO 09:12 PM EclaireXL Feature #10 (Closed): Set up email in redmine
- FO 09:12 PM EclaireXL Bug #9: Fix svn repository
- via redmine...
- FO 09:11 PM EclaireXL Bug #9 (Rejected): Fix svn repository
- Repository is not working
- FO 08:51 PM EclaireXL Bug #4 (Closed): Galaxian flickers on scrolling - when using real cartridge
- Galaxian flickers on scrolling when using a real cartridge. This does not happen when using the virtual cartridge.
I suspect its down to the antic writes happening on the 2nd colour clock of a cycle rather than the first. Might be wor... - FO 08:48 PM EclaireXL Feature #3 (New): High resolution antic support
- DMACTL bit 5 is normally playfield dma on.
In the core bit 6 is also supported to allow
10 - 2x colour clock - allowing 640x240 - or gtia 160x240
11 - 4x colour clock - allowing 1280x240 - or gtia 320x240
The core of the support ... - FO 08:45 PM EclaireXL Feature #2 (Closed): PBI support
- Implement PBI support:
Done:
PBI_A
PBI_D
PBI_CLK
PBI_RW_N
PBI_IRQ_N
PBI_RST_N
High priority:
PBI_EXTSEL_N
PBI_MPD_N
PBI_REF_N (including turbo freezer hack)
These are tricky because they are sampled at different ... - FO 08:30 PM EclaireXL Feature #1: Svideo sync line support
- A comment