Seth Morabito
087ba28b82
Force metal look-and-feel
...
* On Linux GTK+, the small text fields in the Status Panel displayed a
large inner margin, cutting off text. This change forces Java to use the
Metal look-and-feel for these fields, which forces no default inner
margin.
2020-09-01 10:48:17 -07:00
Seth Morabito
8edca5d595
Update link in README
2020-05-21 15:01:34 -07:00
Seth Morabito
105a09067f
Fix README for 1.3.1
2019-10-12 14:58:16 -07:00
Seth Morabito
08efd81be3
Merge branch 'master' into 1.3.branch
2019-10-12 14:55:43 -07:00
Seth Morabito
0aeb97bb56
Add new options -cpu and -rom
2019-10-12 14:54:05 -07:00
Seth Morabito
d466a21b3e
Fix README screenshots (again)
2018-07-09 14:00:32 -07:00
Seth Morabito
31d1f7c5e1
Update screenshots
2018-03-01 19:21:56 -08:00
Seth Morabito
247f2ba2fc
Update screenshots
2018-03-01 19:21:21 -08:00
Seth Morabito
922810b34b
Update POM for 1.3.0
2018-02-25 11:46:02 -08:00
Seth Morabito
9d6791330d
Update README
2018-02-25 11:45:16 -08:00
Seth Morabito
73c474d606
POM cleanup
2018-02-04 11:49:26 -08:00
Chris Cureau
71905fdb19
Merge pull request #23 from ccureau/master
...
Integrate jterminal
2017-09-12 18:23:55 -05:00
ccureau
cb918c9906
Remove unnecessary package-info files
2017-08-30 10:40:45 -05:00
ccureau
be72c2ff09
implement jterminal in source
2017-08-30 10:34:50 -05:00
ccureau
18ce120984
Add jterminal to source
2017-08-30 09:23:59 -05:00
Seth Morabito
8ffb130300
Merge pull request #21 from LIV2/master
...
Fix PHY/PLY Addressing mode
2017-08-23 10:47:12 -07:00
Matt Harlum
441f7349a0
Fix PHY/PLY Addressing mode
2017-06-19 11:49:46 +10:00
Seth Morabito
4f27e78940
Merge pull request #20 from LIV2/master
...
Add cycle counts for illegal NMOS opcodes
2017-06-06 19:47:24 -07:00
Matt Harlum
11f61f50a9
Add cycle counts for illegal NMOS opcodes
2017-06-07 12:20:21 +10:00
Seth Morabito
59f8ff1bc4
Merge pull request #19 from LIV2/master
...
Adds support for all 65C02 Opcodes
2017-06-06 07:10:02 -07:00
Matt Harlum
a9c6d5964f
* Add Support for All 65C02 Opcodes and all Rockwell/WDC opcodes except WAI/STP
...
* Add 65C02 Opcode tests
* All tests pass, Klaus' 6502_functional_tests pass & Klaus' 65C02_extended_opcodes_test also all pass
2017-06-06 19:59:01 +10:00
Matt Harlum
faf5d22660
* Add ACIA Interrupt tests.
...
* Fix ACIA6850 Interrupt behavior, Interrupt should be cleared on status register read.
* Remove unneeded cpuAccess if statement from Acia6850 write that was preventing build completion
* Fix ACIA6850 Tests so they run.
2017-06-06 12:55:35 +10:00
Seth Morabito
3c3aee30a7
Merge pull request #18 from izuannazrin/master
...
Interrupt bit support for ACIA
2017-06-04 18:53:44 -07:00
Izuan Nazrin
92f8fe3dd9
Fixed 6850 behaviour
...
+ Fixed interrupt bit reset behaviour
2017-05-30 01:33:12 +08:00
Izuan Nazrin
356822df71
Fixed typo
...
+ Fixed typo in Acia.java statusReg declaration
2017-05-30 01:14:50 +08:00
Izuan Nazrin
f2ced29979
Added interrupt support for ACIA
...
+ Added interrupt support for ACIA
+ Auto-formatting (in case anyone cares)
2017-05-29 02:03:18 +08:00
Seth Morabito
2e33756d49
Merge pull request #17 from LIV2/master
...
Memory window should not reset device registers
2017-05-26 09:38:28 -07:00
Matt Harlum
079d3dbeae
Fix README links
2017-05-26 17:01:48 +10:00
Matt Harlum
96819f1bf7
Issue #16 : Memory window should not reset device registers
2017-05-26 17:01:41 +10:00
Seth Morabito
9cdd718e8d
Fix Screenshots part two
2017-03-20 07:49:32 -07:00
Seth Morabito
5554acd29c
Fix screenshots
2017-03-20 07:39:49 -07:00
Seth Morabito
5a2e057e69
Minor whitespace cleanup
2016-06-11 11:46:31 -07:00
Seth Morabito
da88aadda2
Merge pull request #15 from LIV2/master
...
Correct BRK/IRQ behavior
2016-03-20 11:43:42 -07:00
Matt Harlum
657b69da6c
Cleanup my comments
2016-03-20 17:05:48 +11:00
Chris Cureau
f251e54174
Merge pull request #13 from sethm/cc65_update_patches
...
update Makefiles and configuration for latest cc65
2016-03-14 20:01:12 -05:00
Chris Cureau
fcc57d9be4
update Makefiles and configuration for latest cc65
2016-01-12 08:14:38 -06:00
Seth Morabito
88eba2cdcb
Merge branch '1.2.branch'
2016-01-08 20:53:54 -08:00
Seth Morabito
0e49b197b3
Update README for 1.2.1
2016-01-08 20:52:02 -08:00
Seth Morabito
b59fa63b63
Merge branch '1.2.branch'
2016-01-08 20:41:25 -08:00
Seth Morabito
eff98118d5
Fix a few straggling Java 8-isms.
2016-01-08 20:40:23 -08:00
Seth Morabito
c599df1cfb
Set version to 1.3.0-SNAPSHOT
2016-01-08 19:14:00 -08:00
Seth Morabito
66c52c8826
Revert Java 1.8 changes. Buildable with Java 1.7
...
There are still active users on Java 1.7, so building with Java 8
was a no-no. This change reverts the recent migration to Java 8,
allowing JDK 1.7 to compile the code.
This means, at least for the time being, no more Lambda expressions
(Boooooooooooooooo!!)
2016-01-08 19:11:42 -08:00
Seth Morabito
f3a5dd93ad
Release 1.2.0
2016-01-03 11:01:20 -08:00
Seth Morabito
4044458baa
Fix typo
2016-01-03 10:59:11 -08:00
Seth Morabito
9ab94b3050
Prep for 1.2
2016-01-03 10:56:16 -08:00
Seth Morabito
9a504adc58
Added roadmap to README
2016-01-03 10:49:41 -08:00
Seth Morabito
57cbff42e7
Merge branch '1.1.branch'
2016-01-02 19:06:23 -08:00
Seth Morabito
634ea933f1
Add disassembled instructions to breakpoints
2016-01-02 19:05:38 -08:00
Seth Morabito
0ca30291cb
Merge branch '1.1.branch'
2016-01-02 09:51:20 -08:00
Seth Morabito
95f85b71b1
Enter key can add breakpoints
2016-01-02 09:50:38 -08:00