f5db3a9814
Add cpu module and begin ovni model
2023-03-24 12:08:45 +00:00
5de74f15cb
Add emulator player to read events
2023-03-24 12:08:45 +00:00
aad925ffca
Update CMakeLists for emu
2023-03-24 12:08:45 +00:00
e1880e09f6
Read clock offsets in emu_system
2023-03-24 12:08:45 +00:00
183df35459
Use emu_args to parse input arguments
2023-03-24 12:08:45 +00:00
0687197f08
Initialize trace to zero
2023-03-24 12:08:45 +00:00
9a4af7e0ec
Add offset setter in streams
2023-03-24 12:08:45 +00:00
d6f9ed7125
Split clkoff initialization
2023-03-24 12:08:45 +00:00
b4d5e33d6c
Add emu_args parser
2023-03-24 12:08:45 +00:00
fe5f16bb7a
Add clock offset parser
2023-03-24 12:08:45 +00:00
894e972a65
Link threads and streams
2023-03-24 12:08:45 +00:00
f4e8b0b8a8
Load CPUs in emu_system
2023-03-24 12:08:45 +00:00
fb06a3ec32
Add new emulator
2023-03-24 12:08:45 +00:00
bac907dba0
Remove old emulator code
2023-03-24 12:08:45 +00:00
b3e6c21b7c
Add unit tests for emu and emu_trace
2023-03-24 12:08:45 +00:00
aafc3471cc
Add emu_system to parse the trace hierarchy
2023-03-24 12:08:45 +00:00
c6a5e3b34d
Independize trace from the emulator
2023-03-24 12:08:45 +00:00
183634c8c4
Pass the bay in the prv_register() function
2023-03-24 12:08:45 +00:00
b3b1164fed
Add PRV trace support for patchbay channels
2023-03-24 12:08:45 +00:00
d394bb88c3
Fail when the return value is not used
2023-03-24 12:08:45 +00:00
e240937e58
Add multiple callback types in the patchbay
2023-03-24 12:08:45 +00:00
9928758f91
Test bay_find speed compared with direct access
2023-03-24 12:08:45 +00:00
36d0a44b57
Add bay_remove()
2023-03-24 12:08:45 +00:00
97b96801d1
Ensure mux channels are registered in the bay
2023-03-24 12:08:45 +00:00
f40a0a8d12
Prevent propagation loops
2023-03-24 12:08:45 +00:00
227a2d91df
Allow duplicates in the mux output channel
2023-03-24 12:08:45 +00:00
9cc563d0dd
Add properties to channels and duplicate support
2023-03-24 12:08:45 +00:00
0944f84ac9
Allow dirty writes selectively
2023-03-24 12:08:45 +00:00
e1e0e9662d
Pack the value structure to be hashable
2023-03-24 12:08:45 +00:00
1cea193ea3
Add support for patchbay and muxes
2023-03-24 12:08:45 +00:00
d34e0baa17
Ignore Nanos6 progress events 6P*
2023-03-20 20:45:21 +01:00
5a9f667553
Use snprintf() and check for buffer overflow
2022-12-19 15:24:34 +01:00
d3ce4a8765
Store the process directory in proc->dir
2022-12-16 13:33:03 +01:00
5404cc5e83
Split sources into src/emu and src/rt
...
The public includes are now in include/ and in internal includes in
src/include/. The ovni* tools are moved to emu/ovni*.c and liked with
the emu static library.
2022-12-16 13:31:31 +01:00