1
0
Fork 0
Commit graph

34 commits

Author SHA1 Message Date
Peter Veenstra
3ceb01754e Some small changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2541
2006-03-12 21:14:45 +00:00
Peter Veenstra
df67775306 time passes on and on....
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2480
2006-02-09 11:47:57 +00:00
Sebastian Strohhäcker
90d6d74f99 add PCJr-compatible keyboard layer;
add support for PCJr cartridges


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2402
2005-12-04 21:17:29 +00:00
Peter Veenstra
50f9e11282 Trying out the new GCC_UNLIKELY macro and turning the exit to a warning on prioritysetting.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2189
2005-04-21 21:06:27 +00:00
Peter Veenstra
e1df80f704 recheck irqs when special mode changes. Makes more sense, might fix something.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2168
2005-03-29 07:05:44 +00:00
Peter Veenstra
da9013442a New configuration layer. Runtime changing of settings. Aditional irq 2 handler for when there is no mpu401. Small rewrite of mainloop for some more speed (inspired by ih8regs)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2161
2005-03-25 11:54:52 +00:00
Peter Veenstra
2094d8b985 Year update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2106
2005-02-10 10:21:12 +00:00
Peter Veenstra
5ae8051c90 lot's of pic changes: it now honours irq 2 being masked. Some priority table changes. Some changes in the main irq loop in order to gain some speed. Some small changes by wd in the byte decoding
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2081
2004-12-16 19:22:11 +00:00
Peter Veenstra
688c8f114f better port write decoding(wd) and some changes to run_irq loop
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2073
2004-12-07 21:29:14 +00:00
Peter Veenstra
fbc9a7ec39 Rotate stuff ignoring for now (7 cities of gold)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2060
2004-11-15 14:56:55 +00:00
Sjoerd van der Berg
dfbb195418 changes for improved timing event system
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1968
2004-09-10 22:15:20 +00:00
Peter Veenstra
ca409fd57c Typo in preamble
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1899
2004-08-04 09:12:57 +00:00
Sjoerd van der Berg
5ca7ccb610 Remove pic_reqisterirq,pic_freeirq calls
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1873
2004-07-05 12:03:15 +00:00
Peter Veenstra
e3a7a48687 Added SDA.
Update DTA/PSP to use SDA.
Added some more pic commands.
Cleaned dos.cpp up a bit.
Handled some more calls in dos.cpp.
Changed execute and terminate to mess less with the dta.
Removed all dta references and changes in PSP.
Added some messages to messagefile for mount.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1787
2004-05-04 18:34:08 +00:00
Sjoerd van der Berg
9cd769b878 New io handler functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1758
2004-04-03 19:35:34 +00:00
Peter Veenstra
b6ae52df7a Changed priority tables a bit to reflect a real machine better(hopefully). Second part of patch 897288 by Srecko
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1711
2004-03-10 13:53:40 +00:00
Sjoerd van der Berg
4e169beaa3 nooo a memory leak
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1673
2004-02-08 13:04:34 +00:00
Sjoerd van der Berg
44464a2a53 Changed event and ticker handlers.
Removed the micro timers.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1657
2004-02-07 18:37:16 +00:00
Peter Veenstra
fcbd0fe854 Copyright to 2004
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1552
2004-01-10 14:03:36 +00:00
Peter Veenstra
60e425dfe9 added PIC_SetIRQMask
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1480
2003-12-10 14:55:49 +00:00
Peter Veenstra
53008fb6ec Added c2woody's way of handling 1 concurrent IRQ
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1468
2003-11-27 18:57:42 +00:00
Sjoerd van der Berg
d7b678ab45 Use a HW_interrupt
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1454
2003-11-18 22:43:58 +00:00
Sjoerd van der Berg
cf9a3a8931 Remove PIC_AddIRQ
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1393
2003-10-30 22:18:15 +00:00
Sjoerd van der Berg
3a869f20de Check if cycles need to be lowered when adding new irqs/events
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1214
2003-09-01 14:28:37 +00:00
Sjoerd van der Berg
feb42742ac Moved some timer tick handling to PIC
Changed pic_runqueue a bit for new pic scheduling handling.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1160
2003-07-26 10:45:11 +00:00
Peter Veenstra
bbb7cf45b0 updated loggingsystem
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@989
2003-05-04 19:19:09 +00:00
Sjoerd van der Berg
12aee4bb55 Unmask RTC irq 8 by default.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@967
2003-04-27 07:08:47 +00:00
Sjoerd van der Berg
192a32e3b2 Updated PIC Controller handling.
New flag support


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@925
2003-04-13 20:26:52 +00:00
Peter Veenstra
f79eaaba75 updates for new logging system
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@695
2003-02-27 19:56:22 +00:00
Sjoerd van der Berg
836602a4a6 Setup for next round before ending the queue.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@685
2003-02-22 12:46:10 +00:00
Sjoerd van der Berg
e0fc0b6971 New PIC timing code to support microsecond events.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@516
2002-11-17 08:56:27 +00:00
Peter Veenstra
d0fc1da99b added support for a config class/file. System not initialized perfect yet!
(env is not fixed)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@289
2002-09-17 20:07:25 +00:00
Sjoerd van der Berg
69fb6bdbda New IRQ Handling to only allow 1 active irq, and cleaned up some old functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@279
2002-09-16 13:25:41 +00:00
Sjoerd van der Berg
42e5d0b779 First CVS upload.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@80
2002-07-27 13:08:48 +00:00