Post Reply 
NP-41 Emulator (may be)
01-10-2018, 01:53 PM
Post: #356
RE: NP-41 Emulator (may be)
An update on the current NP-41 status
  • New batch of PCB had left Hongkong and not yet arrive. May be a few more days.
  • The 2 second batch units built earlier are running well w/o issues.
  • 1 recovered unit (Sylvain's) repaired after reflowing the MCU, but PCB now have burnt tracks, so goes to parts department.
  • Another recovered unit (Milton's) actually just need to reload the firmware.
  • I had discovered the main reason on how the 1st batch units failed when reaching my customers. Did not exactly find out why and am working on a solution.
  • There are risks to other working 1st batch units that they may fail.

Dumping all the memory from Milton's faulty unit I compared it w/ the original firmware image. There are isolated spots (3 word size memory locations) got overwritten by a same word of 0xF81A. They are on the code area and depending on the runtime situation, it could cause a freeze or a reboot.

I had since studied related datasheets and other technical documentation regarding this chip and still cannot understand how this could happen.

I then accidentally "bricked" my test unit. I.e. for some reason it could not reach the emulation mode (i.e. cannot get to MEMORY LOST w/ the ON + <- sequence). And I dumped the memory and found that the same memory corruption w/ the same overwriting 0xF81A word.

The thing I was doing was snapping the battery on and off, which I did quite a bit during testing. It is the intermittent power applying to the unit that is causing the memory corruption.

I can now reliably brick the unit by holding the battery against the housing and rub around it (to apply power intermittently) and this will cause the memory corruption.

I had tried to debug the code, had introduced memory locking (deny write permission on code areas), install interrupt triggers, etc. And still the problem exists.

I finally tried removing the bootloader and the problem went away. So it was the introduction of the bootloader that had somehow caused this issue.

Tracking back on the delivery, all the 10 units were sitting on my bench for 6+ months (built in April and May) and back then, they do not have the bootloader. My other 2 test units were used for active development, including the newish ROM loading and bootloader.

When I decided to sell the units, I updated the firmware on all the 10 units (w/o removing battery) so they all have the bootloader. I continue to test them for a week or so without problem (again w/o removing battery). It is when it's time to ship that I remove all the battery and put them into the boxes. As postage does not allow shipping overseas lithium batteries.

When customer's received the units, they would insert a fresh battery. And if as such the insert was not done in a swift way (w/ some jiggling into the housing), there is a high chance to cause memory corruption, which I can now reliably reproduce. I would suspect that many failed units failed this way.

I am trying to understand why the bootloader is causing this problem. Looking at how the bootloader operates differently than a normal firmware. This bootloader is a custom made one, as the on-chip factory bootloader requires a lot of extra circuitry. I had used the many year old trick of replacing the reset interrupt pointer to point to my bootloader 1st, so that bootloader takes control when unit powers up, and bootloader will check if the USER key is on-hold, and release control / branch to original firmware only if the USER key is not pressed. The bootloader is small (<256 bytes) and designed to be that way. It resides very high in the memory (to avoid overwriting itself). It skipped a lot of general initialization like most peripheral initializaton, stack setup and other memory initialization. I will be looking into these areas / differences to find out how it causes the memory corruption. It is possible that this occurs when power was interrupted when the MCU is in the bootloader and not yet reach the general setup code segment.

First batch units cautions

In the meantime, first batch owners should use caution to replace the batteries. You need to do it swiftly when both removing and inserting a battery. Since there is no physical power switch, any jiggling when replace battery may cause the memory corruption. I think placing a plastic slip / tape underneath the cell when inserting and pull it out after inserted might help.

When using serial interface, leave battery in-place, and not to connect the V+ power from the USB dongle. This will avoid power resets to the unit. Power resets does not cause problem, it's the jiggling of power that will cause problem.

There is also a chance to brick the unit during a bootloader firmware update. It is caused by the fact the the reset interrupt vector is only replaced at the end of the firmware update. So during a firmware update (takes about 25 seconds) if the unit got interrupted, you will lost the bootloader.
burning a wrong image will not, so if you found out during download you forgot to set binary mode, or you had selected a wrong image, leave it alone and finish the download.

I will provide the next firmware w/ the bootloader vector in the beginning of the image so as to reduce the chance of this would be incident.

I will provide update when additional progress is made.






+Guenter, +Egan,

The two 2nd batch units are running good and I have confident that they will behave well once the bootloader issue can be resolved. Still I will compare them with new PCBs when they come in.

I will update you w/ our options when I get a solution to the memory corruption issue, which shouldn't take long. (or at least have a good work around on it).

Also other owners, if your unit fails on you please don't hesitate and let me know. You have a 1 year warranty on them.


cheers.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
NP-41 Emulator (may be) - Chris Chung - 08-17-2015, 02:58 PM
RE: NP-41 Emulator (may be) - Thomas Klemm - 08-17-2015, 08:27 PM
RE: NP-41 Emulator (may be) - rprosperi - 08-17-2015, 08:27 PM
RE: NP-41 Emulator (may be) - Chris Chung - 08-18-2015, 12:29 AM
RE: NP-41 Emulator (may be) - Chris Chung - 08-18-2015, 06:53 PM
RE: NP-41 Emulator (may be) - Thomas Klemm - 08-18-2015, 04:17 AM
RE: NP-41 Emulator (may be) - Chris Chung - 08-18-2015, 02:11 PM
RE: NP-41 Emulator (may be) - rwiker - 08-18-2015, 10:10 AM
RE: NP-41 Emulator (may be) - rwiker - 08-18-2015, 08:31 PM
RE: NP-41 Emulator (may be) - jebem - 08-18-2015, 03:09 PM
RE: NP-41 Emulator (may be) - Jlouis - 08-19-2015, 01:53 PM
RE: NP-41 Emulator (may be) - Chris Chung - 08-19-2015, 05:19 PM
RE: NP-41 Emulator (may be) - rwiker - 08-20-2015, 06:10 PM
RE: NP-41 Emulator (may be) - Chris Chung - 08-21-2015, 12:32 PM
RE: NP-41 Emulator (may be) - jebem - 08-21-2015, 02:52 PM
RE: NP-41 Emulator (may be) - Chris Chung - 08-25-2015, 07:02 PM
RE: NP-41 Emulator (may be) - rwiker - 08-23-2015, 09:12 PM
RE: NP-41 Emulator (may be) - jebem - 08-20-2015, 12:37 PM
RE: NP-41 Emulator (may be) - EdS2 - 08-20-2015, 03:00 PM
RE: NP-41 Emulator (may be) - Chris Chung - 08-20-2015, 03:41 PM
RE: NP-41 Emulator (may be) - rtoi - 08-24-2015, 02:13 PM
RE: NP-41 Emulator (may be) - jjohnson873 - 08-24-2015, 11:31 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 08-26-2015, 02:06 AM
RE: NP-41 Emulator (may be) - Chris Chung - 08-26-2015, 01:45 PM
RE: NP-41 Emulator (may be) - jch - 08-26-2015, 07:58 PM
RE: NP-41 Emulator (may be) - Chris Chung - 08-27-2015, 12:47 AM
RE: NP-41 Emulator (may be) - Benoit Maag - 08-29-2015, 12:23 AM
RE: NP-41 Emulator (may be) - d b - 08-29-2015, 05:44 AM
RE: NP-41 Emulator (may be) - Waon Shinyoe - 08-31-2015, 01:18 AM
RE: NP-41 Emulator (may be) - Waon Shinyoe - 08-31-2015, 11:46 AM
RE: NP-41 Emulator (may be) - Chris Chung - 08-31-2015, 01:16 PM
RE: NP-41 Emulator (may be) - Waon Shinyoe - 08-31-2015, 01:51 PM
RE: NP-41 Emulator (may be) - Chris Chung - 08-31-2015, 06:06 PM
RE: NP-41 Emulator (may be) - Waon Shinyoe - 09-04-2015, 08:47 AM
RE: NP-41 Emulator (may be) - Chris Chung - 09-04-2015, 02:39 PM
RE: NP-41 Emulator (may be) - Waon Shinyoe - 09-06-2015, 02:36 PM
RE: NP-41 Emulator (may be) - Chris Chung - 09-08-2015, 02:54 PM
RE: NP-41 Emulator (may be) - Kinma - 09-21-2015, 06:41 PM
RE: NP-41 Emulator (may be) - Zweb - 09-22-2015, 09:51 AM
RE: NP-41 Emulator (may be) - Waon Shinyoe - 09-22-2015, 11:00 AM
RE: NP-41 Emulator (may be) - Harald - 09-22-2015, 11:11 AM
RE: NP-41 Emulator (may be) - Waon Shinyoe - 09-22-2015, 12:19 PM
RE: NP-41 Emulator (may be) - Benoit Maag - 09-27-2015, 10:17 PM
RE: NP-41 Emulator (may be) - Chris Chung - 09-22-2015, 01:05 PM
RE: NP-41 Emulator (may be) - Helix - 09-28-2015, 01:01 AM
RE: NP-41 Emulator (may be) - Chris Chung - 09-28-2015, 01:29 PM
RE: NP-41 Emulator (may be) - Helix - 09-29-2015, 12:17 AM
RE: NP-41 Emulator (may be) - kusmi - 09-23-2015, 07:36 AM
RE: NP-41 Emulator (may be) - Zweb - 09-27-2015, 12:51 PM
RE: NP-41 Emulator (may be) - matthiaspaul - 09-27-2015, 10:58 PM
RE: NP-41 Emulator (may be) - Zweb - 09-27-2015, 11:16 PM
RE: NP-41 Emulator (may be) - Helix - 09-29-2015, 12:37 AM
RE: NP-41 Emulator (may be) - jjohnson873 - 09-28-2015, 11:59 PM
RE: NP-41 Emulator (may be) - Chris Chung - 09-29-2015, 12:29 AM
RE: NP-41 Emulator (may be) - rprosperi - 09-29-2015, 09:55 PM
RE: NP-41 Emulator (may be) - Chris Chung - 10-01-2015, 02:51 AM
RE: NP-41 Emulator (may be) - Chris Chung - 10-03-2015, 09:58 PM
RE: NP-41 Emulator (may be) - rprosperi - 10-04-2015, 12:37 AM
RE: NP-41 Emulator (may be) - Chris Chung - 10-04-2015, 03:01 AM
RE: NP-41 Emulator (may be) - jebem - 10-04-2015, 01:49 PM
RE: NP-41 Emulator (may be) - Chris Chung - 10-05-2015, 12:35 AM
RE: NP-41 Emulator (may be) - Zweb - 10-03-2015, 11:15 PM
RE: NP-41 Emulator (may be) - Chris Chung - 10-04-2015, 02:56 AM
RE: NP-41 Emulator (may be) - Chris Chung - 10-06-2015, 12:32 AM
RE: NP-41 Emulator (may be) - jebem - 10-07-2015, 01:29 PM
RE: NP-41 Emulator (may be) - Chris Chung - 10-08-2015, 03:17 PM
RE: NP-41 Emulator (may be) - Chris Chung - 10-11-2015, 11:23 PM
RE: NP-41 Emulator (may be) - Jlouis - 10-12-2015, 12:02 AM
RE: NP-41 Emulator (may be) - rprosperi - 10-12-2015, 02:12 AM
RE: NP-41 Emulator (may be) - Jlouis - 10-12-2015, 10:56 AM
RE: NP-41 Emulator (may be) - brouhaha - 10-12-2015, 06:04 PM
RE: NP-41 Emulator (may be) - Harald - 10-12-2015, 10:33 PM
RE: NP-41 Emulator (may be) - brouhaha - 10-15-2015, 06:45 AM
RE: NP-41 Emulator (may be) - Chris Chung - 10-13-2015, 01:41 PM
RE: NP-41 Emulator (may be) - brouhaha - 10-15-2015, 06:58 AM
RE: NP-41 Emulator (may be) - Waon Shinyoe - 10-13-2015, 03:48 PM
RE: NP-41 Emulator (may be) - Chris Chung - 11-06-2015, 06:19 PM
RE: NP-41 Emulator (may be) - jebem - 11-07-2015, 11:17 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-17-2015, 01:40 PM
RE: NP-41 Emulator (may be) - quantalume - 12-17-2015, 04:05 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-17-2015, 09:38 PM
RE: NP-41 Emulator (may be) - EdS2 - 12-18-2015, 01:40 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-18-2015, 05:04 PM
RE: NP-41 Emulator (may be) - Kinma - 12-17-2015, 07:28 PM
RE: NP-41 Emulator (may be) - smp - 12-17-2015, 10:36 PM
RE: NP-41 Emulator (may be) - anetzer - 12-19-2015, 01:24 PM
RE: NP-41 Emulator (may be) - Helix - 12-17-2015, 09:44 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-17-2015, 09:45 PM
RE: NP-41 Emulator (may be) - rprosperi - 12-17-2015, 11:40 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-18-2015, 01:37 AM
RE: NP-41 Emulator (may be) - Sylvain Cote - 12-18-2015, 01:41 AM
RE: NP-41 Emulator (may be) - rprosperi - 12-18-2015, 04:11 AM
RE: NP-41 Emulator (may be) - Sylvain Cote - 12-18-2015, 04:44 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-18-2015, 12:44 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 12-18-2015, 02:01 PM
RE: NP-41 Emulator (may be) - sa-penguin - 12-19-2015, 02:39 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-20-2015, 12:56 AM
RE: NP-41 Emulator (may be) - rprosperi - 12-18-2015, 02:51 PM
RE: NP-41 Emulator (may be) - hth - 12-21-2015, 04:34 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-23-2015, 01:45 AM
RE: NP-41 Emulator (may be) - quantalume - 12-27-2015, 12:16 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-29-2015, 01:52 PM
RE: NP-41 Emulator (may be) - quantalume - 12-29-2015, 07:40 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-25-2016, 01:30 PM
RE: NP-41 Emulator (may be) - walter b - 01-25-2016, 06:36 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-25-2016, 07:33 PM
RE: NP-41 Emulator (may be) - J-F Garnier - 01-26-2016, 01:24 PM
RE: NP-41 Emulator (may be) - jch - 01-26-2016, 09:49 PM
RE: NP-41 Emulator (may be) - Thomas_Sch - 01-27-2016, 03:44 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-28-2016, 06:55 PM
RE: NP-41 Emulator (may be) - rprosperi - 01-28-2016, 08:26 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-29-2016, 01:21 AM
RE: NP-41 Emulator (may be) - rprosperi - 01-29-2016, 01:43 AM
RE: NP-41 Emulator (may be) - J-F Garnier - 01-29-2016, 09:11 AM
RE: NP-41 Emulator (may be) - Chris Chung - 01-29-2016, 02:59 PM
RE: NP-41 Emulator (may be) - jch - 01-29-2016, 08:15 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-29-2016, 09:20 PM
RE: NP-41 Emulator (may be) - jch - 01-28-2016, 09:27 PM
RE: NP-41 Emulator (may be) - Thomas_Sch - 01-28-2016, 09:51 PM
RE: NP-41 Emulator (may be) - jch - 01-25-2016, 01:45 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-25-2016, 03:08 PM
RE: NP-41 Emulator (may be) - rprosperi - 01-25-2016, 04:23 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-25-2016, 07:03 PM
RE: NP-41 Emulator (may be) - rprosperi - 01-25-2016, 07:29 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-25-2016, 09:34 PM
RE: NP-41 Emulator (may be) - rprosperi - 01-26-2016, 12:04 AM
RE: NP-41 Emulator (may be) - Chris Chung - 01-26-2016, 12:45 AM
RE: NP-41 Emulator (may be) - rprosperi - 01-26-2016, 01:38 AM
RE: NP-41 Emulator (may be) - J-F Garnier - 01-26-2016, 08:01 AM
RE: NP-41 Emulator (may be) - Chris Chung - 01-25-2016, 07:44 PM
RE: NP-41 Emulator (may be) - jch - 01-25-2016, 08:00 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 01-26-2016, 03:09 AM
RE: NP-41 Emulator (may be) - walter b - 01-26-2016, 07:50 AM
RE: NP-41 Emulator (may be) - walter b - 01-26-2016, 09:27 AM
RE: NP-41 Emulator (may be) - Chris Chung - 01-26-2016, 01:00 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-01-2016, 02:02 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-01-2016, 02:16 PM
RE: NP-41 Emulator (may be) - walter b - 03-01-2016, 02:46 PM
RE: NP-41 Emulator (may be) - Thomas_Sch - 03-03-2016, 08:13 AM
RE: NP-41 Emulator (may be) - rprosperi - 03-01-2016, 02:26 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-03-2016, 05:27 PM
RE: NP-41 Emulator (may be) - rprosperi - 03-03-2016, 08:35 PM
RE: NP-41 Emulator (may be) - PANAMATIK - 03-06-2016, 11:52 AM
RE: NP-41 Emulator (may be) - Thomas_Sch - 03-06-2016, 06:31 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-07-2016, 08:21 PM
RE: NP-41 Emulator (may be) - smp - 03-07-2016, 10:20 PM
RE: NP-41 Emulator (may be) - smp - 03-03-2016, 01:28 PM
RE: NP-41 Emulator (may be) - Jlouis - 03-06-2016, 08:17 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 03-06-2016, 08:33 PM
RE: NP-41 Emulator (may be) - sa-penguin - 03-09-2016, 02:56 AM
RE: NP-41 Emulator (may be) - Chris Chung - 03-09-2016, 01:49 PM
RE: NP-41 Emulator (may be) - Harald - 03-09-2016, 03:35 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-09-2016, 06:21 PM
RE: NP-41 Emulator (may be) - Harald - 03-09-2016, 07:03 PM
RE: NP-41 Emulator (may be) - PANAMATIK - 03-09-2016, 09:51 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-14-2016, 12:42 PM
RE: NP-41 Emulator (may be) - Helix - 03-17-2016, 09:25 PM
RE: NP-41 Emulator (may be) - emece67 - 04-06-2016, 11:43 AM
RE: NP-41 Emulator (may be) - Chris Chung - 04-08-2016, 02:14 PM
RE: NP-41 Emulator (may be) - PANAMATIK - 03-09-2016, 06:58 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-09-2016, 02:19 PM
RE: NP-41 Emulator (may be) - Kinma - 03-09-2016, 11:40 PM
RE: NP-41 Emulator (may be) - sc05027 - 03-12-2016, 03:39 AM
RE: NP-41 Emulator (may be) - vk6ti - 03-12-2016, 08:38 PM
RE: NP-41 Emulator (may be) - sans - 03-14-2016, 02:39 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-14-2016, 04:56 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 03-14-2016, 06:33 PM
RE: NP-41 Emulator (may be) - Harald - 03-14-2016, 09:22 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-15-2016, 11:45 AM
RE: NP-41 Emulator (may be) - smp - 03-15-2016, 11:53 AM
RE: NP-41 Emulator (may be) - rprosperi - 03-15-2016, 02:15 PM
RE: NP-41 Emulator (may be) - Thomas_Sch - 03-15-2016, 03:07 PM
RE: NP-41 Emulator (may be) - PANAMATIK - 03-15-2016, 07:59 AM
RE: NP-41 Emulator (may be) - Chris Chung - 03-15-2016, 05:19 PM
RE: NP-41 Emulator (may be) - jch - 03-15-2016, 08:44 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-16-2016, 11:36 AM
RE: NP-41 Emulator (may be) - Chris Chung - 03-16-2016, 12:15 PM
RE: NP-41 Emulator (may be) - Helix - 03-16-2016, 02:31 PM
RE: NP-41 Emulator (may be) - Helix - 03-15-2016, 11:11 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 04-02-2016, 02:53 PM
RE: NP-41 Emulator (may be) - Harald - 04-02-2016, 06:34 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-04-2016, 01:05 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-04-2016, 01:41 PM
RE: NP-41 Emulator (may be) - Harald - 04-04-2016, 09:58 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-04-2016, 01:23 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-08-2016, 02:39 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 04-08-2016, 04:23 PM
RE: NP-41 Emulator (may be) - Harald - 04-13-2016, 02:06 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-13-2016, 04:49 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-08-2016, 03:05 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-12-2016, 01:21 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-12-2016, 01:47 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-13-2016, 04:58 PM
RE: NP-41 Emulator (may be) - Harald - 04-14-2016, 12:42 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-14-2016, 04:43 PM
RE: NP-41 Emulator (may be) - Harald - 04-14-2016, 06:48 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-14-2016, 07:55 PM
RE: NP-41 Emulator (may be) - Harald - 04-14-2016, 10:20 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-15-2016, 12:06 PM
RE: NP-41 Emulator (may be) - Harald - 04-15-2016, 12:25 PM
RE: NP-41 Emulator (may be) - Harald - 04-18-2016, 02:21 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-18-2016, 02:59 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-18-2016, 06:42 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 04-19-2016, 01:57 AM
RE: NP-41 Emulator (may be) - Harald - 04-19-2016, 07:51 AM
RE: NP-41 Emulator (may be) - Sylvain Cote - 04-19-2016, 10:40 AM
RE: NP-41 Emulator (may be) - Chris Chung - 04-19-2016, 02:29 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 04-20-2016, 12:02 PM
RE: NP-41 Emulator (may be) - Chris Chung - 04-20-2016, 03:32 PM
RE: NP-41 Emulator (may be) - Harald - 04-20-2016, 09:07 AM
RE: NP-41 Emulator (may be) - Chris Chung - 05-12-2016, 02:14 PM
RE: NP-41 Emulator (may be) - PANAMATIK - 05-12-2016, 02:54 PM
RE: NP-41 Emulator (may be) - rprosperi - 05-12-2016, 10:18 PM
RE: NP-41 Emulator (may be) - Harald - 07-14-2016, 07:54 PM
RE: NP-41 Emulator (may be) - Chris Chung - 10-20-2016, 02:08 PM
RE: NP-41 Emulator (may be) - Helix - 10-20-2016, 09:41 PM
RE: NP-41 Emulator (may be) - PANAMATIK - 10-20-2016, 10:20 PM
RE: NP-41 Emulator (may be) - Harald - 10-21-2016, 08:36 AM
RE: NP-41 Emulator (may be) - d b - 10-21-2016, 03:44 PM
RE: NP-41 Emulator (may be) - agarza - 10-25-2016, 10:08 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-01-2017, 08:15 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 12-02-2017, 12:41 AM
RE: NP-41 Emulator (may be) - Raffzahn - 12-02-2017, 01:24 PM
RE: NP-41 Emulator (may be) - mwthomasjr - 12-01-2017, 08:18 PM
RE: NP-41 Emulator (may be) - d b - 12-01-2017, 10:24 PM
RE: NP-41 Emulator (may be) - Mark Hardman - 12-02-2017, 02:42 AM
RE: NP-41 Emulator (may be) - hth - 12-02-2017, 03:21 AM
RE: NP-41 Emulator (may be) - rprosperi - 12-02-2017, 04:00 AM
RE: NP-41 Emulator (may be) - Egan Ford - 12-02-2017, 06:10 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-03-2017, 01:36 AM
RE: NP-41 Emulator (may be) - Sukiari - 12-03-2017, 01:50 AM
RE: NP-41 Emulator (may be) - Paul Dale - 12-03-2017, 02:11 AM
RE: NP-41 Emulator (may be) - revwillie - 12-03-2017, 04:19 AM
RE: NP-41 Emulator (may be) - Kinma - 12-03-2017, 02:43 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-04-2017, 01:37 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-04-2017, 06:46 PM
RE: NP-41 Emulator (may be) - jwhsu - 12-04-2017, 09:14 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-05-2017, 01:30 AM
RE: NP-41 Emulator (may be) - mwthomasjr - 12-05-2017, 02:41 AM
RE: NP-41 Emulator (may be) - emece67 - 12-05-2017, 09:58 AM
RE: NP-41 Emulator (may be) - rprosperi - 12-05-2017, 01:57 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-05-2017, 07:52 PM
RE: NP-41 Emulator (may be) - rprosperi - 12-05-2017, 09:30 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-05-2017, 11:00 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-06-2017, 03:09 AM
RE: NP-41 Emulator (may be) - rprosperi - 12-06-2017, 03:15 AM
RE: NP-41 Emulator (may be) - Harald - 12-06-2017, 09:58 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-06-2017, 12:43 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-08-2017, 01:51 AM
RE: NP-41 Emulator (may be) - Thomas_Sch - 12-09-2017, 10:19 AM
RE: NP-41 Emulator (may be) - mwthomasjr - 12-10-2017, 10:33 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-11-2017, 06:01 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-11-2017, 06:11 PM
RE: NP-41 Emulator (may be) - rprosperi - 12-11-2017, 09:14 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 12-11-2017, 11:17 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-12-2017, 01:37 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-12-2017, 02:28 PM
RE: NP-41 Emulator (may be) - mwthomasjr - 12-13-2017, 02:00 AM
RE: NP-41 Emulator (may be) - Sylvain Cote - 12-14-2017, 12:04 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-14-2017, 01:13 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-12-2017, 03:10 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-14-2017, 07:48 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 12-15-2017, 12:14 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-15-2017, 02:30 PM
RE: NP-41 Emulator (may be) - anetzer - 12-15-2017, 08:24 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-18-2017, 02:50 PM
RE: NP-41 Emulator (may be) - hth - 12-18-2017, 06:21 PM
RE: NP-41 Emulator (may be) - d b - 12-13-2017, 03:16 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-14-2017, 05:10 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-14-2017, 12:39 PM
RE: NP-41 Emulator (may be) - Mark Hardman - 12-14-2017, 03:26 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 12-14-2017, 10:32 AM
RE: NP-41 Emulator (may be) - mwthomasjr - 12-14-2017, 12:42 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-14-2017, 01:18 PM
RE: NP-41 Emulator (may be) - mwthomasjr - 12-27-2017, 08:34 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-28-2017, 02:25 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 12-15-2017, 02:48 AM
RE: NP-41 Emulator (may be) - Egan Ford - 12-16-2017, 07:51 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-19-2017, 01:03 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-20-2017, 12:27 PM
RE: NP-41 Emulator (may be) - Egan Ford - 12-20-2017, 08:36 PM
RE: NP-41 Emulator (may be) - Helix - 12-21-2017, 04:21 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-21-2017, 04:25 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-21-2017, 01:30 PM
RE: NP-41 Emulator (may be) - Sylvain Cote - 12-21-2017, 12:39 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-21-2017, 01:16 PM
RE: NP-41 Emulator (may be) - Egan Ford - 12-20-2017, 10:41 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-21-2017, 04:17 AM
RE: NP-41 Emulator (may be) - Egan Ford - 12-22-2017, 02:15 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-22-2017, 01:46 PM
RE: NP-41 Emulator (may be) - Egan Ford - 12-22-2017, 05:51 PM
RE: NP-41 Emulator (may be) - Chris Chung - 12-21-2017, 04:43 AM
RE: NP-41 Emulator (may be) - Chris Chung - 12-21-2017, 01:50 PM
RE: NP-41 Emulator (may be) - rprosperi - 12-21-2017, 10:31 PM
RE: NP-41 Emulator (may be) - rprosperi - 12-21-2017, 10:29 PM
RE: NP-41 Emulator (may be) - rprosperi - 12-21-2017, 11:21 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-10-2018 01:53 PM
RE: NP-41 Emulator (may be) - everettr - 01-10-2018, 11:36 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-11-2018, 03:38 PM
RE: NP-41 Emulator (may be) - everettr - 01-11-2018, 06:41 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-18-2018, 04:17 PM
RE: NP-41 Emulator (may be) - Mark Hardman - 01-19-2018, 03:03 AM
RE: NP-41 Emulator (may be) - Chris Chung - 01-19-2018, 01:20 PM
RE: NP-41 Emulator (may be) - hth - 01-20-2018, 06:34 AM
RE: NP-41 Emulator (may be) - emece67 - 01-25-2018, 03:19 PM
RE: NP-41 Emulator (may be) - Chris Chung - 01-29-2018, 02:30 PM
RE: NP-41 Emulator (may be) - sc05027 - 03-05-2018, 07:35 AM
RE: NP-41 Emulator (may be) - Chris Chung - 03-08-2018, 12:52 PM
RE: NP-41 Emulator (may be) - rprosperi - 03-08-2018, 01:43 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-08-2018, 04:34 PM
RE: NP-41 Emulator (may be) - Chris Chung - 03-20-2018, 11:35 AM
RE: NP-41 Emulator (may be) - anetzer - 02-18-2019, 07:29 PM
RE: NP-41 Emulator (may be) - smp - 03-17-2018, 03:18 PM
RE: NP-41 Emulator (may be) - rprosperi - 03-17-2018, 03:34 PM
RE: NP-41 Emulator (may be) - smp - 03-17-2018, 11:35 PM
RE: NP-41 Emulator (may be) - hmilz - 01-20-2021, 06:11 PM



User(s) browsing this thread: 1 Guest(s)