summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-12Add initial timer infrastructureSegher Boessenkool4-34/+87
2010-02-10Wire up uart_send() in the I/O coreSegher Boessenkool1-1/+6
2010-02-10Factor out a get_irq() functionSegher Boessenkool1-40/+41
2010-02-10Build with -O2 by defaultSegher Boessenkool1-1/+1
2010-02-09V.X: Add a bunch of comments about the I/O and controllersSegher Boessenkool1-0/+49
2010-02-08Update known video regsSegher Boessenkool1-24/+10
2010-02-08Abstract UART communicationSegher Boessenkool5-70/+91
2010-02-04video: Trigger DMA IRQSegher Boessenkool1-0/+1
2010-02-04video: Implement wallpaper modeSegher Boessenkool1-5/+6
2010-02-03Fix ROM loading on big-endian systemsSegher Boessenkool1-1/+1
2010-02-03Slight interrupt handling improvementSegher Boessenkool1-3/+5
2010-02-03Big interrupt handling improvementSegher Boessenkool2-8/+59
2010-02-03Implement [imm6]Segher Boessenkool1-3/+3
2010-02-03Fix [BP+imm6] emulationSegher Boessenkool1-1/+1
2010-02-03Add "trace_calls" tracing optionSegher Boessenkool1-0/+7
2010-02-03Remove some useless inlinesSegher Boessenkool1-2/+2
2010-02-03Implement ds: pre/post-increment/decrement for u'nSP 1.1Segher Boessenkool1-13/+44
2010-02-02Only trigger video IRQs that are enabledSegher Boessenkool1-1/+1
2010-02-02Big fat video updateSegher Boessenkool1-18/+120
2010-02-02Rename text page 0, 1 to page 1, 2Segher Boessenkool3-10/+10
2010-02-02Update copyrightsSegher Boessenkool14-13/+17
2010-02-02Big fat I/O updateSegher Boessenkool1-34/+232
2010-02-02Add some comments to conditional branch codeSegher Boessenkool1-12/+14
2010-02-02Handle some u'nSP 1.0 vs. 1.1 differencesSegher Boessenkool1-16/+30
2010-02-02Add ARRAY_SIZE() macroSegher Boessenkool1-0/+2
2010-02-02Handle audio DAC disableSegher Boessenkool1-0/+3
2010-02-02Handle "special" GPIOSegher Boessenkool7-11/+14
2010-02-02BAT: add i2c.h includeSegher Boessenkool1-0/+1
2010-02-02Add make rule for cocoa filesSegher Boessenkool1-0/+3
2010-02-01UART: Fix baud rate settingSegher Boessenkool1-2/+8
2010-02-01video: Various improvementsSegher Boessenkool1-39/+71
2010-01-31Add DMASegher Boessenkool1-0/+23
2010-01-31Add IRQ tracingSegher Boessenkool1-3/+6
2010-01-31Implement JMPFSegher Boessenkool1-8/+16
2010-01-31Add an ugly pointer-fiddling subtype() definition for ancient compilersSegher Boessenkool1-0/+5
2010-01-31disas: Add JMPF and FIR_MOV insnsSegher Boessenkool1-1/+15
2010-01-31audio: Shut up for nowSegher Boessenkool1-1/+2
2010-01-31SDL: Fix 2x2 mode, set it as defaultSegher Boessenkool1-33/+15
2010-01-31Add V_X boardSegher Boessenkool4-3/+43
2009-04-20Some video tweaks: shut up alpha registers, warn on strange palette valuesSegher Boessenkool1-0/+8
2009-04-20Hopefully fix the I2C EEPROM corruption problemSegher Boessenkool2-1/+6
2009-04-20Whoops, forgot to commit board-dummy.cSegher Boessenkool1-0/+22
2009-04-09EEPROM: Do not erase the save file on first openSegher Boessenkool1-0/+2
2009-04-09Implement per-tile X flipSegher Boessenkool1-2/+6
2009-04-09Make 3d1c work more like the real thingSegher Boessenkool1-2/+2
2009-04-08BAT: Wire up serial EEPROMSegher Boessenkool2-10/+19
2009-04-08BAT: Use centered coordinatesSegher Boessenkool1-0/+1
2009-04-08Wire up controller for BATSegher Boessenkool3-0/+35
2009-04-08Emulate I/O reg 3d1cSegher Boessenkool1-0/+5
2009-04-08Emulate video reg 2838 (current line #)Segher Boessenkool3-0/+14